pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/monotone-server Update to 0.24 now that monotone...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31af74a13276
branches:  trunk
changeset: 503984:31af74a13276
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Dec 02 17:56:24 2005 +0000

description:
Update to 0.24 now that monotone is at 0.24: sync with new user visible
changes and require the latest version.

diffstat:

 devel/monotone-server/Makefile          |  6 +++---
 devel/monotone-server/files/monotone.sh |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 2216b2b16466 -r 31af74a13276 devel/monotone-server/Makefile
--- a/devel/monotone-server/Makefile    Fri Dec 02 17:52:37 2005 +0000
+++ b/devel/monotone-server/Makefile    Fri Dec 02 17:56:24 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2005/09/30 13:18:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/02 17:56:24 jmmv Exp $
 #
 
-DISTNAME=      monotone-server-0.23
+DISTNAME=      monotone-server-0.24
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.venge.net/monotone/
 COMMENT=       Simplifies the configuration of a dedicated Monotone server
 
-DEPENDS+=      monotone>=0.23:../../devel/monotone
+DEPENDS+=      monotone>=0.24:../../devel/monotone
 
 EXTRACT_ONLY=  # empty
 NO_BUILD=      yes
diff -r 2216b2b16466 -r 31af74a13276 devel/monotone-server/files/monotone.sh
--- a/devel/monotone-server/files/monotone.sh   Fri Dec 02 17:52:37 2005 +0000
+++ b/devel/monotone-server/files/monotone.sh   Fri Dec 02 17:56:24 2005 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: monotone.sh,v 1.1.1.1 2005/01/12 12:52:50 jmmv Exp $
+# $NetBSD: monotone.sh,v 1.2 2005/12/02 17:56:25 jmmv Exp $
 #
 # PROVIDE: monotone
 # REQUIRE: DAEMON
@@ -25,7 +25,7 @@
 command_args="--norc \
               --rcfile=@PKG_SYSCONFDIR@/hooks.conf \
               --db=${monotone_home}/monotone.db \
-              serve 0.0.0.0 ${monotone_branches} \
+              serve ${monotone_branches} \
               >>${monotone_home}/monotone.log 2>&1 &"
 required_files="@PKG_SYSCONFDIR@/branches.conf \
                 @PKG_SYSCONFDIR@/hooks.conf \



Home | Main Index | Thread Index | Old Index