ports/74079: Update port: ftp/kwebget to 0.8.1
KATO Tsuguru
tkato432 at yahoo.com
Thu Nov 18 15:10:18 UTC 2004
>Number: 74079
>Category: ports
>Synopsis: Update port: ftp/kwebget to 0.8.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 18 15:10:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.8.1
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/ftp/kwebget/Makefile ftp/kwebget/Makefile
--- /usr/ports/ftp/kwebget/Makefile Mon Nov 8 02:27:53 2004
+++ ftp/kwebget/Makefile Wed Nov 17 22:49:28 2004
@@ -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 @@
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 -urN /usr/ports/ftp/kwebget/distinfo ftp/kwebget/distinfo
--- /usr/ports/ftp/kwebget/distinfo Wed Mar 31 18:07:21 2004
+++ ftp/kwebget/distinfo Wed Nov 17 22:46:12 2004
@@ -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 -urN /usr/ports/ftp/kwebget/pkg-plist ftp/kwebget/pkg-plist
--- /usr/ports/ftp/kwebget/pkg-plist Thu Nov 20 11:39:00 2003
+++ ftp/kwebget/pkg-plist Wed Nov 17 22:44:57 2004
@@ -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
- at unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
- at unexec rmdir %D/share/applnk 2>/dev/null || true
+share/icons/locolor/32x32/apps/kwebget.png
+ at unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
- at 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
+ at 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
+ at unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
+ at unexec rmdir %D/share/applnk 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list