Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jan 2005 16:06:26 +0100
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        seanc@FreeBSD.org
Subject:   ports/75859: [PATCH] devel/tla: update to 1.3
Message-ID:  <E1ClqGQ-000HOD-ED@sanatana.dharma>
Resent-Message-ID: <200501051710.j05HAL57061813@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1ClqGQ-000HOD-ED>