diff options
author | recht <recht@pkgsrc.org> | 2004-12-29 11:26:56 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-12-29 11:26:56 +0000 |
commit | 84d766cc12881f14409ed84b4a3551045001a762 (patch) | |
tree | eed75620d274b040729dc3d38932cd6cf0a00267 /devel | |
parent | 4515e83c689ae90b64d37370d81384803c20f34d (diff) | |
download | pkgsrc-84d766cc12881f14409ed84b4a3551045001a762.tar.gz |
update to tla-1.3
Important changes since GNU arch 1.2.1 include:
* reverting the 1k tagline boundary error to a warning, allowing old
archives to continue to be accessed,
* fixing a regression in get-changeset,
* fixing the "one-way" star-merge bug, and
* recognizing patch logs from archives beginning with a digit again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tla/Makefile | 10 | ||||
-rw-r--r-- | devel/tla/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 9158ab663e0..2ee25137289 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2004/09/02 11:54:56 recht Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/29 11:26:56 recht Exp $ # -DISTNAME= tla-1.2.1 -PKGREVISION= 2 +DISTNAME= tla-1.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gnu-arch/} \ - http://regexps.srparish.net/src/tla/ \ - http://arch.quackerhead.com/~lord/releases/tla/ + http://release.gnuarch.org/tla/tla-1.3/ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://regexps.srparish.net/www/ @@ -31,8 +29,6 @@ CONFIGURE_ARGS+= --with-gnu-tar=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar HTMLDIR= ${PREFIX}/share/doc/html/arch -DIST_SUBDIR= ${PKGNAME_NOREV} - post-extract: ${MKDIR} ${WRKSRC} diff --git a/devel/tla/distinfo b/devel/tla/distinfo index 65dbd5b4ec9..39c12c73968 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/08/24 21:00:29 recht Exp $ +$NetBSD: distinfo,v 1.7 2004/12/29 11:26:56 recht Exp $ -SHA1 (tla-1.2.1/tla-1.2.1.tar.gz) = 688187e68a85fad011834ac496f113045dbd479e -Size (tla-1.2.1/tla-1.2.1.tar.gz) = 4539239 bytes +SHA1 (tla-1.3.tar.gz) = 1bceae9bc1ce9bc2ef6b2dbcaf02e212f3275632 +Size (tla-1.3.tar.gz) = 3437184 bytes |