aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-31 16:40:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-31 16:40:34 +0000
commit33ea98f1e71d9ebbe3f3eaef7beeaef54df4ea94 (patch)
treeb512121c6b613496cc20aa0e5959173f31866874
parentc79cdf390837d21c4a34801e10f4adbdf629e576 (diff)
downloadports-33ea98f1e71d9ebbe3f3eaef7beeaef54df4ea94.tar.gz
ports-33ea98f1e71d9ebbe3f3eaef7beeaef54df4ea94.zip
Notes
-rw-r--r--devel/monotone/Makefile19
-rw-r--r--devel/monotone/distinfo6
2 files changed, 13 insertions, 12 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 893283602a86..ef837f283caa 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.24
+PORTVERSION= 0.25
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/ \
http://norton.kettering.edu/freebsd/
@@ -14,10 +14,7 @@ MASTER_SITES= http://www.venge.net/monotone/downloads/ \
MAINTAINER= lapo@lapo.it
COMMENT= A distributed version control system with digital signatures
-PLIST_FILES= bin/monotone
-INFO= monotone
-MAN1= monotone.1
-PORTDOCS= NEWS UPGRADE
+LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
USE_GCC= 3.4+
USE_REINPLACE= yes
@@ -29,12 +26,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
+PLIST_FILES= bin/monotone
+INFO= monotone
+MAN1= monotone.1
+PORTDOCS= NEWS UPGRADE
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost-gcc3
-.else
-LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
+BROKEN= "wcswidth() not present in libc on FreeBSD < 5.0"
.endif
.if defined(WITHOUT_NLS)
@@ -42,7 +42,8 @@ CONFIGURE_ARGS+= --disable-nls
.else
USE_GETTEXT= yes
PLIST_FILES+= share/locale/fr/LC_MESSAGES/monotone.mo \
- share/locale/ja/LC_MESSAGES/monotone.mo
+ share/locale/ja/LC_MESSAGES/monotone.mo \
+ share/locale/pt_BR/LC_MESSAGES/monotone.mo
.endif
post-extract:
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index 856b39dbeca1..9ddd03f837b0 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,3 +1,3 @@
-MD5 (monotone-0.24.tar.gz) = 8193203c8b48104500d956f9e524bfcd
-SHA256 (monotone-0.24.tar.gz) = 84fb5aac33ddd640a321f45b8f78f0f6f003d0e29ece1fd376fdf65b39ecc998
-SIZE (monotone-0.24.tar.gz) = 5395860
+MD5 (monotone-0.25.tar.gz) = fb0ad449cd0093854c55dbd5c6fc07e2
+SHA256 (monotone-0.25.tar.gz) = 6d579179d6b7a2d97291c8d60f3cfd001c93281495716209db34dc854d2f48e3
+SIZE (monotone-0.25.tar.gz) = 5415426