diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-18 20:25:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-18 20:25:10 +0000 |
commit | 162f6bdd830f817b63c88f7a3d15b691e205c0dc (patch) | |
tree | 903b95b84ef4de3437f810aafe02f272a3157f8e /ftp | |
parent | 11cff76275e2af20aca23a63065b149c134bccdb (diff) |
Update to version 0.8.1
PR: ports/74079
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=121891
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/kwebget/Makefile | 19 | ||||
-rw-r--r-- | ftp/kwebget/distinfo | 4 | ||||
-rw-r--r-- | ftp/kwebget/pkg-plist | 15 |
3 files changed, 20 insertions, 18 deletions
diff --git a/ftp/kwebget/Makefile b/ftp/kwebget/Makefile index a45b19e70ab2..c227b2f03102 100644 --- a/ftp/kwebget/Makefile +++ b/ftp/kwebget/Makefile @@ -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> diff --git a/ftp/kwebget/distinfo b/ftp/kwebget/distinfo index a74b61421da5..12ca8f8f123c 100644 --- a/ftp/kwebget/distinfo +++ b/ftp/kwebget/distinfo @@ -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 diff --git a/ftp/kwebget/pkg-plist b/ftp/kwebget/pkg-plist index e0e17dc438a3..cf024c23f466 100644 --- a/ftp/kwebget/pkg-plist +++ b/ftp/kwebget/pkg-plist @@ -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 |