View | Details | Raw Unified | Return to bug 81470
Collapse All | Expand All

(-)Makefile (-14 / +7 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	monotone
8
PORTNAME=	monotone
9
PORTVERSION=	0.16
9
PORTVERSION=	0.19
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.venge.net/monotone/  \
11
MASTER_SITES=	http://www.venge.net/monotone/downloads/  \
12
		http://norton.kettering.edu/freebsd/
12
		http://norton.kettering.edu/freebsd/
13
13
14
MAINTAINER=	mwicks@kettering.edu
14
MAINTAINER=	mwicks@kettering.edu
Lines 36-55 Link Here
36
.if defined(WITHOUT_NLS)
36
.if defined(WITHOUT_NLS)
37
CONFIGURE_ARGS+=	--disable-nls
37
CONFIGURE_ARGS+=	--disable-nls
38
.endif
38
.endif
39
.if !defined(WITHOUT_ADNS)
39
.if defined(WITH_LUA_PORT)
40
LIB_DEPENDS+=	adns.1:${PORTSDIR}/dns/adns
41
.else
42
CONFIGURE_ARGS+=	--with-bundled-adns
43
.endif
44
.if !defined(WITHOUT_LUA)
45
LIB_DEPENDS+=	lua.5:${PORTSDIR}/lang/lua
40
LIB_DEPENDS+=	lua.5:${PORTSDIR}/lang/lua
46
.else
41
CONFIGURE_ARGS+=	--with-bundled-lua=no
47
CONFIGURE_ARGS+=	--with-bundled-lua
48
.endif
42
.endif
49
.if !defined(WITHOUT_SQLITE)
43
.if defined(WITH_SQLITE_PORT)
50
LIB_DEPENDS+=	sqlite.2:${PORTSDIR}/databases/sqlite2
44
LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
51
.else
45
CONFIGURE_ARGS+=	--with-bundled-sqlite=no
52
CONFIGURE_ARGS+=	--with-bundled-sqlite
53
.endif
46
.endif
54
47
55
.include <bsd.port.pre.mk>
48
.include <bsd.port.pre.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (monotone-0.16.tar.gz) = 66fe3f50a8fe621afc8f355b25201ecb
1
MD5 (monotone-0.19.tar.gz) = aa549380068613dc04ef5d084bec1b1f
2
SIZE (monotone-0.16.tar.gz) = 3438625
2
SIZE (monotone-0.19.tar.gz) = 4796447
(-)pkg-descr (+2 lines)
Lines 7-9 Link Here
7
    * Make notes about your opinion of the quality of versions of files.
7
    * Make notes about your opinion of the quality of versions of files.
8
    * Make decisions about using or ignoring versions, depending on
8
    * Make decisions about using or ignoring versions, depending on
9
       the notes you receive from others.
9
       the notes you receive from others.
10
11
WWW:	http://www.venge.net/monotone/

Return to bug 81470