ports/81470: [PATCH] devel/monotone: update to 0.19
Stefan Walter
sw at gegenunendlich.de
Wed May 25 16:00:10 UTC 2005
>Number: 81470
>Category: ports
>Synopsis: [PATCH] devel/monotone: update to 0.19
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed May 25 16:00:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Stefan Walter
>Release: FreeBSD 5.4-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat May 21 12:55:23 CEST 2005
>Description:
- Update to 0.19
- Chase original master site
- Remove WITHOUT_ADNS option, the configure script shipped with 0.19 doesn't
seem to know anything about adns
- Replace !WITHOUT{LUA,SQLITE} with WITH_{LUA,SQLITE}_PORT to make the
included libraries the default choice - the INSTALL file coming with the
distribution suggests using the bundled libraries to avoid problems, and as
this software is still under heavy development, I think it should be
honored.
- Add home page URL to pkg-descr
Port maintainer (mwicks at kettering.edu) is cc'd. (Please send a followup to
this PR to state if you approve this update or not. Thanks!)
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- monotone-0.19.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/cvs/FreeBSD/ports/devel/monotone/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile 12 Apr 2005 03:25:15 -0000 1.9
+++ Makefile 25 May 2005 14:16:29 -0000
@@ -6,9 +6,9 @@
#
PORTNAME= monotone
-PORTVERSION= 0.16
+PORTVERSION= 0.19
CATEGORIES= devel
-MASTER_SITES= http://www.venge.net/monotone/ \
+MASTER_SITES= http://www.venge.net/monotone/downloads/ \
http://norton.kettering.edu/freebsd/
MAINTAINER= mwicks at kettering.edu
@@ -36,20 +36,13 @@
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
.endif
-.if !defined(WITHOUT_ADNS)
-LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns
-.else
-CONFIGURE_ARGS+= --with-bundled-adns
-.endif
-.if !defined(WITHOUT_LUA)
+.if defined(WITH_LUA_PORT)
LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua
-.else
-CONFIGURE_ARGS+= --with-bundled-lua
+CONFIGURE_ARGS+= --with-bundled-lua=no
.endif
-.if !defined(WITHOUT_SQLITE)
-LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
-.else
-CONFIGURE_ARGS+= --with-bundled-sqlite
+.if defined(WITH_SQLITE_PORT)
+LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
+CONFIGURE_ARGS+= --with-bundled-sqlite=no
.endif
.include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/FreeBSD/ports/devel/monotone/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo 12 Feb 2005 21:11:43 -0000 1.2
+++ distinfo 25 May 2005 13:27:27 -0000
@@ -1,2 +1,2 @@
-MD5 (monotone-0.16.tar.gz) = 66fe3f50a8fe621afc8f355b25201ecb
-SIZE (monotone-0.16.tar.gz) = 3438625
+MD5 (monotone-0.19.tar.gz) = aa549380068613dc04ef5d084bec1b1f
+SIZE (monotone-0.19.tar.gz) = 4796447
Index: pkg-descr
===================================================================
RCS file: /home/cvs/FreeBSD/ports/devel/monotone/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr 14 Jun 2004 19:35:28 -0000 1.1
+++ pkg-descr 25 May 2005 15:40:27 -0000
@@ -7,3 +7,5 @@
* Make notes about your opinion of the quality of versions of files.
* Make decisions about using or ignoring versions, depending on
the notes you receive from others.
+
+WWW: http://www.venge.net/monotone/
--- monotone-0.19.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list