Update monotone to 0.24 release:

- add PORTDOCS
- add UPDATING instructions

Submitted by:	maintainer
This commit is contained in:
Alex Dupre 2005-11-29 11:03:11 +00:00
parent cf0bcb2efb
commit 873f33779b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149879
3 changed files with 22 additions and 5 deletions

View File

@ -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

View File

@ -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>

View File

@ -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