Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2004 23:35:03 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        molter@gufi.org
Subject:   ports/68583: [patch][non-maintianer] update www/bookmarkbridge to 0.72
Message-ID:  <200407020435.i624Z3NI091205@lonesome.lonesome.com>
Resent-Message-ID: <200407020440.i624eJcH085179@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407020435.i624Z3NI091205>