ports/75859: [PATCH] devel/tla: update to 1.3
Radim Kolar
hsn at netmag.cz
Wed Jan 5 17:10:22 UTC 2005
>Number: 75859
>Category: ports
>Synopsis: [PATCH] devel/tla: update to 1.3
>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 Jan 05 17:10:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Radim Kolar
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Dec 31 17:42:48 CET 2004
>Description:
- Update to 1.3
Port maintainer (seanc at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- tla-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/tla/Makefile /home/hsn/hacked/tla/Makefile
--- /usr/ports/devel/tla/Makefile Thu Sep 2 20:18:41 2004
+++ /home/hsn/hacked/tla/Makefile Tue Jan 4 12:25:57 2005
@@ -6,7 +6,7 @@
#
PORTNAME= tla
-PORTVERSION= 1.2.1
+PORTVERSION= 1.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
http://regexps.srparish.net/src/${PORTNAME}/ \
@@ -17,7 +17,8 @@
COMMENT= The original arch source control management CLI written in C
BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \
- gdiff:${PORTSDIR}/textproc/diffutils
+ gdiff:${PORTSDIR}/textproc/diffutils \
+ gtar:${PORTSDIR}/archivers/gtar
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
@@ -34,7 +35,8 @@
cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE} \
--with-gnu-patch gpatch \
--with-gnu-diff gdiff \
- --with-gnu-diff3 gdiff3
+ --with-gnu-diff3 gdiff3 \
+ --with-gnu-tar gtar
test:
cd ${WRKSRC} ; ${GMAKE} test
diff -ruN --exclude=CVS /usr/ports/devel/tla/distinfo /home/hsn/hacked/tla/distinfo
--- /usr/ports/devel/tla/distinfo Thu Sep 2 20:18:41 2004
+++ /home/hsn/hacked/tla/distinfo Tue Jan 4 12:19:47 2005
@@ -1,2 +1,2 @@
-MD5 (tla-1.2.1.tar.gz) = 40c70c9f881a2b0258441a447e1bd53d
-SIZE (tla-1.2.1.tar.gz) = 4539239
+MD5 (tla-1.3.tar.gz) = 6093412e85d63fe79469bf386308d437
+SIZE (tla-1.3.tar.gz) = 3437184
--- tla-1.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list