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