ports/68583: [patch][non-maintianer] update www/bookmarkbridge to 0.72
Mark Linimon
linimon at lonesome.com
Fri Jul 2 05:01:36 UTC 2004
>Number: 68583
>Category: ports
>Synopsis: [patch][non-maintianer] update www/bookmarkbridge to 0.72
>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: Fri Jul 02 04:40:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Mark Linimon
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #3: Thu Jan 22 20:41:05 CST 2004 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
The latest version is 0.72.
>How-To-Repeat:
(n/a)
>Fix:
The following fix sets a parameter to configure, so
/files/patch-configure may be removed. (The patch no
longer applied in the new version, anyway).
Index: Makefile
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/www/bookmarkbridge/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 14 Mar 2004 06:17:31 -0000 1.5
+++ Makefile 2 Jul 2004 04:11:46 -0000
@@ -6,11 +6,10 @@
#
PORTNAME= bookmarkbridge
-PORTVERSION= 0.70
-PORTREVISION= 1
+PORTVERSION= 0.72
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= /bookmarkbridge
+MASTER_SITE_SUBDIR= bookmarkbridge
MAINTAINER= molter at gufi.org
COMMENT= Synchronize bookmarks between multiple browsers
@@ -22,6 +21,7 @@
USE_GMAKE= yes
USE_LIBTOOL_VER=13
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-mt --program-prefix=""
+CONFIGURE_ARGS= --enable-mt --program-prefix="" \
+ --with-libxml2-include="${LOCALBASE}/include/libxml2"
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/www/bookmarkbridge/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 31 Mar 2004 03:12:09 -0000 1.2
+++ distinfo 2 Jul 2004 04:11:52 -0000
@@ -1,2 +1,2 @@
-MD5 (bookmarkbridge-0.70.tar.gz) = 99ce1b6d418e4251d02a67b62ee15b47
-SIZE (bookmarkbridge-0.70.tar.gz) = 967294
+MD5 (bookmarkbridge-0.72.tar.gz) = cb603840da057be62d5d982a8be947d9
+SIZE (bookmarkbridge-0.72.tar.gz) = 779363
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list