aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-11-29 11:03:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-11-29 11:03:11 +0000
commit873f33779b79d58ce01d302384bcfccaa76ad5a0 (patch)
treebdd93589fc13f5e0654a99f15bab89ccf89ab5f4
parentcf0bcb2efb7184c787cc4464b2cbfc48a0bf9db9 (diff)
downloadports-873f33779b79d58ce01d302384bcfccaa76ad5a0.tar.gz
ports-873f33779b79d58ce01d302384bcfccaa76ad5a0.zip
Notes
-rw-r--r--UPDATING11
-rw-r--r--devel/monotone/Makefile10
-rw-r--r--devel/monotone/distinfo6
3 files changed, 22 insertions, 5 deletions
diff --git a/UPDATING b/UPDATING
index 1c62b8945d88..95bc4aed6ea4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20051129:
+ AFFECTS: users of devel/monotone
+ AUTHOR: lapo@lapo.it
+
+ Keys are now stored in ~/.monotone/keys/.
+ You must run 'db migrate' against each of your databases;
+ this will automatically migrate the keys.
+ Command line syntax for 'serve' has changed; please adjust
+ startup scripts accordingly.
+ See /usr/local/share/doc/monotone/NEWS for details.
+
20051123:
AFFECTS: users of www/lighttpd
AUTHOR: delphij@FreeBSD.org
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 7cb6a49e5bed..893283602a86 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.23
-PORTREVISION= 2
+PORTVERSION= 0.24
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/ \
http://norton.kettering.edu/freebsd/
@@ -18,6 +17,7 @@ COMMENT= A distributed version control system with digital signatures
PLIST_FILES= bin/monotone
INFO= monotone
MAN1= monotone.1
+PORTDOCS= NEWS UPGRADE
USE_GCC= 3.4+
USE_REINPLACE= yes
@@ -52,4 +52,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \
${WRKSRC}/Makefile.in
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
+
.include <bsd.port.post.mk>
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index a49b772977b2..856b39dbeca1 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,3 +1,3 @@
-MD5 (monotone-0.23.tar.gz) = 6d9e909480c2be0b23e2820c3a42e6f1
-SHA256 (monotone-0.23.tar.gz) = 2779f3ddb291516f03936c37425c6c9c8c3fbe71f545960be88d47ef14f3ec8a
-SIZE (monotone-0.23.tar.gz) = 5300093
+MD5 (monotone-0.24.tar.gz) = 8193203c8b48104500d956f9e524bfcd
+SHA256 (monotone-0.24.tar.gz) = 84fb5aac33ddd640a321f45b8f78f0f6f003d0e29ece1fd376fdf65b39ecc998
+SIZE (monotone-0.24.tar.gz) = 5395860