Mon Jan 18 13:41:17 2010 UTC ()
Update to 0.46: use monotone 0.46.


(jmmv)
diff -r1.43 -r1.44 pkgsrc/devel/monotone-server/Makefile

cvs diff -r1.43 -r1.44 pkgsrc/devel/monotone-server/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/monotone-server/Makefile 2009/09/23 16:06:16 1.43
+++ pkgsrc/devel/monotone-server/Makefile 2010/01/18 13:41:17 1.44
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.43 2009/09/23 16:06:16 jmmv Exp $ 1# $NetBSD: Makefile,v 1.44 2010/01/18 13:41:17 jmmv Exp $
2# 2#
3 3
4DISTNAME= monotone-server-0.45 4DISTNAME= monotone-server-0.46
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7DISTFILES= # empty 7DISTFILES= # empty
8 8
9MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
10HOMEPAGE= http://monotone.ca/ 10HOMEPAGE= http://monotone.ca/
11COMMENT= Simplifies the configuration of a dedicated Monotone server 11COMMENT= Simplifies the configuration of a dedicated Monotone server
12 12
13DEPENDS+= monotone>=0.45:../../devel/monotone 13DEPENDS+= monotone>=0.46:../../devel/monotone
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17NO_BUILD= yes 17NO_BUILD= yes
18WRKSRC= ${WRKDIR} 18WRKSRC= ${WRKDIR}
19 19
20RCD_SCRIPTS= monotone 20RCD_SCRIPTS= monotone
21 21
22PKG_SYSCONFSUBDIR= monotone-server 22PKG_SYSCONFSUBDIR= monotone-server
23OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/keys \ 23OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/keys \
24 ${MONOTONE_USER} ${MONOTONE_GROUP} 700 24 ${MONOTONE_USER} ${MONOTONE_GROUP} 700
25 25
26EXAMPLEDIR= ${PREFIX}/share/examples/monotone-server 26EXAMPLEDIR= ${PREFIX}/share/examples/monotone-server