aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-07-02 16:54:10 +0800
committerlinimon <linimon@FreeBSD.org>2004-07-02 16:54:10 +0800
commitcb5a3a4c6f82f03bf963deec055daceae8a20d8c (patch)
treed526259790159757c7465fab765b2216f432be58 /www
parent297836337d91c8011882b328d43acd55e0a5237e (diff)
downloadfreebsd-ports-gnome-cb5a3a4c6f82f03bf963deec055daceae8a20d8c.tar.gz
freebsd-ports-gnome-cb5a3a4c6f82f03bf963deec055daceae8a20d8c.tar.zst
freebsd-ports-gnome-cb5a3a4c6f82f03bf963deec055daceae8a20d8c.zip
Update to 0.72.
PR: ports/68583 Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/bookmarkbridge/Makefile8
-rw-r--r--www/bookmarkbridge/distinfo4
-rw-r--r--www/bookmarkbridge/files/patch-configure11
3 files changed, 6 insertions, 17 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile
index 549fe5c02a4d..10be4fbb06e2 100644
--- a/www/bookmarkbridge/Makefile
+++ b/www/bookmarkbridge/Makefile
@@ -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_X_PREFIX= yes
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>
diff --git a/www/bookmarkbridge/distinfo b/www/bookmarkbridge/distinfo
index 221eadd0b8c2..9baf395b3660 100644
--- a/www/bookmarkbridge/distinfo
+++ b/www/bookmarkbridge/distinfo
@@ -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
diff --git a/www/bookmarkbridge/files/patch-configure b/www/bookmarkbridge/files/patch-configure
deleted file mode 100644
index 49ed12919e93..000000000000
--- a/www/bookmarkbridge/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.marco.orig Sun Jan 25 21:11:32 2004
-+++ configure Sun Jan 25 21:12:38 2004
-@@ -5536,7 +5536,7 @@
-
-
-
--CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS -I/usr/include/libxml2"
-+CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS -I/usr/local/include/libxml2"
- # Check whether --enable-shared or --disable-shared was given.
- if test "${enable_shared+set}" = set; then
- enableval="$enable_shared"