summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-04-16 11:21:00 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-04-16 11:21:00 +0000
commitbf18bd1307ab2a715f9cb3d6a5c7e86a987726be (patch)
tree4e7fe00020b1c6191ed6be5efc47915e49429771
parent- Pass maintainership to submitter. (diff)
- Update to 0.40.
- Minor style change. PR: ports/122654 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Notes
Notes: svn path=/head/; revision=211357
-rw-r--r--devel/monotone/Makefile14
-rw-r--r--devel/monotone/distinfo6
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 4e3b09b41eaa..bd73bf443225 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.39
+PORTVERSION= 0.40
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
@@ -33,6 +33,12 @@ PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
INFO= monotone
PORTDOCS= NEWS UPGRADE monotone.html
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == amd64
+USE_GCC= 4.2+
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
.else
@@ -58,10 +64,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.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 5c85c852d6fa..6b26a4246eaf 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,3 +1,3 @@
-MD5 (monotone-0.39.tar.gz) = 522c90c99e18a35c31e3dfa5f8499034
-SHA256 (monotone-0.39.tar.gz) = 77a3e8ec29a55c73a5b600d095408201180002656b46a175d2354f768374b4ec
-SIZE (monotone-0.39.tar.gz) = 5332200
+MD5 (monotone-0.40.tar.gz) = 4d90776beaff7445e7a2d8774378fbba
+SHA256 (monotone-0.40.tar.gz) = 309490c8ff8b7d0d1fb5bccf762744244dbc0b5c0b8381023fa202db76ff417f
+SIZE (monotone-0.40.tar.gz) = 5366351