summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2008-03-03 18:57:33 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2008-03-03 18:57:33 +0000
commitaa5001039f7226b0b86ff41b46e454d889bc7d7f (patch)
treea7e1cf136428000009d797db0d5493c81f02ba4c
parent- update wtf to revision 1.181 (diff)
Update from 0.38 to 0.39.
Now uses system PCRE. PR: 121262 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
Notes
Notes: svn path=/head/; revision=208391
-rw-r--r--devel/monotone/Makefile4
-rw-r--r--devel/monotone/distinfo6
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 7d007db2fc27..4e3b09b41eaa 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.38
+PORTVERSION= 0.39
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
@@ -14,6 +14,7 @@ MAINTAINER= lapo@lapo.it
COMMENT= A distributed version control system with digital signatures
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
SUB_FILES= pkg-message
USE_PERL5_BUILD=yes
@@ -24,6 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS+= --with-system-pcre
PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index 5d88043ba55f..5c85c852d6fa 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,3 +1,3 @@
-MD5 (monotone-0.38.tar.gz) = c1a0d2619f451a664289b042c104860d
-SHA256 (monotone-0.38.tar.gz) = ca56ccfdad1fcb61b4f831042f10e48201ff1241b170f9b948bfca4485c67151
-SIZE (monotone-0.38.tar.gz) = 5264651
+MD5 (monotone-0.39.tar.gz) = 522c90c99e18a35c31e3dfa5f8499034
+SHA256 (monotone-0.39.tar.gz) = 77a3e8ec29a55c73a5b600d095408201180002656b46a175d2354f768374b4ec
+SIZE (monotone-0.39.tar.gz) = 5332200