aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-01-01 00:40:34 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-01-01 00:40:34 +0800
commit0443fe2ddef44e8191669372fcc68aa63667f8cb (patch)
tree02a54fdc5de35ed1209c4d9743c7872a77d57c5a /devel
parent7ce48b681042c0bb7e4792fd743326f93acd1c93 (diff)
downloadfreebsd-ports-gnome-0443fe2ddef44e8191669372fcc68aa63667f8cb.tar.gz
freebsd-ports-gnome-0443fe2ddef44e8191669372fcc68aa63667f8cb.tar.zst
freebsd-ports-gnome-0443fe2ddef44e8191669372fcc68aa63667f8cb.zip
- Update to 0.25
- Mark it broken on 4.x, requires wcswidth() which is not present in 4.x libc PR: 91135 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Diffstat (limited to 'devel')
-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