mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 0.8.1
PR: ports/74079 Submitted by: Ports Fury
This commit is contained in:
parent
11cff76275
commit
162f6bdd83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121891
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= kwebget
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= ftp kde
|
||||
MASTER_SITES= http://www.kpage.de/download/
|
||||
DIST_SUBDIR= KDE
|
||||
@ -17,17 +16,19 @@ COMMENT= A KDE frontend to wget
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
USE_KDELIBS_VER= 3
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER= 3
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's|-O2||g ; \
|
||||
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|$$(LIBSOCKET)$$|$$(LIBSOCKET) $$(LIBPTHREAD)|g' \
|
||||
${WRKSRC}/kwebget/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (KDE/kwebget-0.8.tar.bz2) = f42b25b7db438ddd88f2323b51eec9d3
|
||||
SIZE (KDE/kwebget-0.8.tar.bz2) = 993817
|
||||
MD5 (KDE/kwebget-0.8.1.tar.bz2) = 0143a6e092da11000bafe6c71912247c
|
||||
SIZE (KDE/kwebget-0.8.1.tar.bz2) = 990308
|
||||
|
@ -1,16 +1,17 @@
|
||||
bin/kwebget
|
||||
share/doc/HTML/en/kwebget/index.docbook
|
||||
share/doc/HTML/en/kwebget/index.cache.bz2
|
||||
share/doc/HTML/en/kwebget/common
|
||||
share/applnk/Applications/kwebget.desktop
|
||||
share/icons/locolor/32x32/apps/kwebget.png
|
||||
share/doc/HTML/en/kwebget/common
|
||||
share/doc/HTML/en/kwebget/index.cache.bz2
|
||||
share/doc/HTML/en/kwebget/index.docbook
|
||||
share/icons/locolor/16x16/apps/kwebget.png
|
||||
@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
share/icons/locolor/32x32/apps/kwebget.png
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/en/kwebget
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user