aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2007-07-04 23:10:58 +0800
committerbarner <barner@FreeBSD.org>2007-07-04 23:10:58 +0800
commitbf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch)
tree1959b096418c744ba154c2fbbfdbf7055a654918 /devel
parentf68596762687c06b29aade20be0bfa9330b5ee81 (diff)
downloadfreebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz
freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.zst
freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip
- Bump boost shared library version to 4
- Bump PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r--devel/monotone/Makefile5
-rw-r--r--devel/sdts++/Makefile3
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 68bc5f1357a..ed0693ab660 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -7,6 +7,7 @@
PORTNAME= monotone
PORTVERSION= 0.35
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
@@ -34,9 +35,9 @@ PORTDOCS= NEWS UPGRADE monotone.html
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost-gcc3
+LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost-gcc3
.else
-LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost
.endif
.if defined(WITHOUT_NLS)
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile
index 80575700575..f5ccf900406 100644
--- a/devel/sdts++/Makefile
+++ b/devel/sdts++/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sdts++
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \
http://lychnobite.org/sdts/
@@ -14,7 +15,7 @@ MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library for SDTS related development
-LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes