diff options
author | krion <krion@FreeBSD.org> | 2004-11-18 20:25:10 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-18 20:25:10 +0000 |
commit | 12d86bc1e8af8d8a0e97dfd7db9fc4ad79b6472d (patch) | |
tree | e855e1c05c1b0f5794aecc3210db5863eefc4ac5 /ftp | |
parent | 649220a8ac8595921f80f47e0af7dd809ba167e1 (diff) | |
download | FreeBSD-ports-12d86bc1e8af8d8a0e97dfd7db9fc4ad79b6472d.zip FreeBSD-ports-12d86bc1e8af8d8a0e97dfd7db9fc4ad79b6472d.tar.gz |
Update to version 0.8.1
PR: ports/74079
Submitted by: Ports Fury
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 a45b19e..c227b2f 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 a74b614..12ca8f8 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 e0e17dc..cf024c2 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 |