diff options
-rw-r--r-- | devel/tla/Makefile | 12 | ||||
-rw-r--r-- | devel/tla/distinfo | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 6f2227de54a9..1478d7930c76 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -6,16 +6,17 @@ # PORTNAME= tla -PORTVERSION= 1.1.pre7 +PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://regexps.srparish.net/src/${PORTNAME}/ \ http://arch.quackerhead.com/~lord/releases/${PORTNAME}/ -DISTNAME= tla-1.1pre7 +DISTNAME= tla-1.1 MAINTAINER= seanc@FreeBSD.org COMMENT= The original arch source control management CLI written in C -RUN_DEPENDS= gpatch:${PORTSDIR}/devel/patch +RUN_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ + gdiff:${PORTSDIR}/textproc/diffutils GNU_CONFIGURE= yes USE_GMAKE= yes @@ -27,7 +28,10 @@ pre-configure: ${MKDIR} ${WRKSRC} do-configure: - cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE} --with-gnu-patch gpatch + cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE} \ + --with-gnu-patch gpatch \ + --with-gnu-diff gdiff \ + --with-gnu-diff3 gdiff3 test: cd ${WRKSRC} ; ${GMAKE} test diff --git a/devel/tla/distinfo b/devel/tla/distinfo index 9d1cf06dcc06..5e48263c377c 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1 +1 @@ -MD5 (tla-1.1pre7.tar.gz) = 98542bdbcaf2e6146f41ba90a7643fc0 +MD5 (tla-1.1.tar.gz) = 58527f281f425be1a015dcb015245a33 |