diff options
author | recht <recht@pkgsrc.org> | 2004-08-24 21:00:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-24 21:00:29 +0000 |
commit | ed2ca5ebc8d58fd7b9b15c5701b66799082d1535 (patch) | |
tree | 7294a6d59a20df2e0c9ab4f7dd270a640c05e519 | |
parent | 55380f222234df4d8a3d73b29691a1325241adb1 (diff) | |
download | pkgsrc-ed2ca5ebc8d58fd7b9b15c5701b66799082d1535.tar.gz |
Update to the official, GNU blessed, version of tla-1.2.1.
With regard to the versions that has been released as tla-1.2.1 there's
only one change:
- A small with "update -d" was fixed.
Bump PKGREVISION to distinguish the two versions and add DIST_SUBDIR.
-rw-r--r-- | devel/tla/Makefile | 10 | ||||
-rw-r--r-- | devel/tla/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index fc12bb79222..600a3168de3 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2004/08/15 18:59:40 recht Exp $ +# $NetBSD: Makefile,v 1.11 2004/08/24 21:00:29 recht Exp $ # DISTNAME= tla-1.2.1 +PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://release.gnuarch.org/tla-1.2/1.2.1/ \ - ftp://gnuarch.org/tla-1.2/1.2.1/ \ +MASTER_SITES= ${MASTER_SITE_GNU:=gnu-arch/} \ http://regexps.srparish.net/src/tla/ \ http://arch.quackerhead.com/~lord/releases/tla/ -#${MASTER_SITE_GNU:=gnu-arch/} \ -EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://regexps.srparish.net/www/ @@ -33,6 +31,8 @@ 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 1b15e87cb54..65dbd5b4ec9 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/08/15 18:59:40 recht Exp $ +$NetBSD: distinfo,v 1.6 2004/08/24 21:00:29 recht Exp $ -SHA1 (tla-1.2.1.tar.bz2) = 2bd33ed5338bcc65bf2ca6cbcedf0d4da6f5c3ce -Size (tla-1.2.1.tar.bz2) = 3041838 bytes +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 |