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

(-)Makefile (-4 / +2 lines)
Lines 13-21 Link Here
13
MAINTAINER=	tom@tomjudge.com
13
MAINTAINER=	tom@tomjudge.com
14
COMMENT=	A Python script to managing merges in a Subversion repository
14
COMMENT=	A Python script to managing merges in a Subversion repository
15
15
16
RUN_DEPENDS=	${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
16
RUN_DEPENDS=	${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16
17
18
BROKEN=		does not install
19
17
20
USE_BZIP2=	yes
18
USE_BZIP2=	yes
21
USE_PYTHON=	2.5+
19
USE_PYTHON=	2.5+
Lines 30-36 Link Here
30
28
31
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
32
30
33
SVN_PORTDIR=		${PORTSDIR}/devel/subversion
31
SVN_PORTDIR=		${PORTSDIR}/devel/subversion16
34
SVN_PORTVERSION!=	cd ${SVN_PORTDIR} && ${MAKE} -V PORTVERSION
32
SVN_PORTVERSION!=	cd ${SVN_PORTDIR} && ${MAKE} -V PORTVERSION
35
33
36
do-extract:
34
do-extract:

Return to bug 164854