diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 21:36:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-15 21:36:51 +0000 |
commit | 313f94e9d26e656373ac82607cb4a2694ede3c18 (patch) | |
tree | 278bac1a3bd4fddad85ce59e7f9bc0a8bc92ba7e /devel/monotone | |
parent | e376298f4d219ed80da7ed833a0c5a2ccf4f18ff (diff) | |
download | ports-313f94e9d26e656373ac82607cb4a2694ede3c18.tar.gz ports-313f94e9d26e656373ac82607cb4a2694ede3c18.zip |
- Update to 0.38
- Use gcc42 on amd64
PR: ports/118684
Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=203806
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 11 | ||||
-rw-r--r-- | devel/monotone/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index e6cf79dee87f..7d007db2fc27 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monotone -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= devel MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ @@ -16,7 +16,6 @@ COMMENT= A distributed version control system with digital signatures BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost SUB_FILES= pkg-message -USE_GCC= 3.4+ USE_PERL5_BUILD=yes USE_ICONV= yes USE_GMAKE= yes @@ -57,4 +56,10 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo index aea897af652b..5d88043ba55f 100644 --- a/devel/monotone/distinfo +++ b/devel/monotone/distinfo @@ -1,3 +1,3 @@ -MD5 (monotone-0.37.tar.gz) = d06193f2738626570692bed2173144c1 -SHA256 (monotone-0.37.tar.gz) = 061e2f6aa0a1c0105b105946744d84c44eb49e9a4fe4628e872c518533b6ec2d -SIZE (monotone-0.37.tar.gz) = 5259352 +MD5 (monotone-0.38.tar.gz) = c1a0d2619f451a664289b042c104860d +SHA256 (monotone-0.38.tar.gz) = ca56ccfdad1fcb61b4f831042f10e48201ff1241b170f9b948bfca4485c67151 +SIZE (monotone-0.38.tar.gz) = 5264651 |