- 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)
This commit is contained in:
Emanuel Haupt 2005-12-31 16:40:34 +00:00
parent c79cdf3908
commit 33ea98f1e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152491
2 changed files with 13 additions and 12 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= monotone PORTNAME= monotone
PORTVERSION= 0.24 PORTVERSION= 0.25
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/ \ MASTER_SITES= http://www.venge.net/monotone/downloads/ \
http://norton.kettering.edu/freebsd/ http://norton.kettering.edu/freebsd/
@ -14,10 +14,7 @@ MASTER_SITES= http://www.venge.net/monotone/downloads/ \
MAINTAINER= lapo@lapo.it MAINTAINER= lapo@lapo.it
COMMENT= A distributed version control system with digital signatures COMMENT= A distributed version control system with digital signatures
PLIST_FILES= bin/monotone LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
INFO= monotone
MAN1= monotone.1
PORTDOCS= NEWS UPGRADE
USE_GCC= 3.4+ USE_GCC= 3.4+
USE_REINPLACE= yes USE_REINPLACE= yes
@ -29,12 +26,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split" MAKEINFO="makeinfo --no-split"
PLIST_FILES= bin/monotone
INFO= monotone
MAN1= monotone.1
PORTDOCS= NEWS UPGRADE
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 .if ${OSVERSION} < 500000
LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost-gcc3 BROKEN= "wcswidth() not present in libc on FreeBSD < 5.0"
.else
LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
.endif .endif
.if defined(WITHOUT_NLS) .if defined(WITHOUT_NLS)
@ -42,7 +42,8 @@ CONFIGURE_ARGS+= --disable-nls
.else .else
USE_GETTEXT= yes USE_GETTEXT= yes
PLIST_FILES+= share/locale/fr/LC_MESSAGES/monotone.mo \ 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 .endif
post-extract: post-extract:

View file

@ -1,3 +1,3 @@
MD5 (monotone-0.24.tar.gz) = 8193203c8b48104500d956f9e524bfcd MD5 (monotone-0.25.tar.gz) = fb0ad449cd0093854c55dbd5c6fc07e2
SHA256 (monotone-0.24.tar.gz) = 84fb5aac33ddd640a321f45b8f78f0f6f003d0e29ece1fd376fdf65b39ecc998 SHA256 (monotone-0.25.tar.gz) = 6d579179d6b7a2d97291c8d60f3cfd001c93281495716209db34dc854d2f48e3
SIZE (monotone-0.24.tar.gz) = 5395860 SIZE (monotone-0.25.tar.gz) = 5415426