diff options
author | recht <recht> | 2004-08-15 18:59:40 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-15 18:59:40 +0000 |
commit | aa5b2b1b8e62a74e0aa80cc8c820040c3491093d (patch) | |
tree | 2b837bbf99e6f0834766b4cec53e00919c7c367c | |
parent | b3d25e991fc808e2649de8a7284fbd7a913f05f4 (diff) | |
download | pkgsrc-aa5b2b1b8e62a74e0aa80cc8c820040c3491093d.tar.gz |
update to tla-1.2.1
This is mostly a small fixes release, though some useful stuff
has gotten in:
* Spaces support in filenames (done by cehteh, merged by Tom)
* New version of libneon (ported by yours truly)
* Gobs of small bugs
* Gobs of typos
* NFS revlib fix. (Yes, this is the corrupt inode sigs one)
-rw-r--r-- | devel/tla/Makefile | 12 | ||||
-rw-r--r-- | devel/tla/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index c84e1ae9983..fc12bb79222 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2004/05/18 11:58:04 recht Exp $ +# $NetBSD: Makefile,v 1.10 2004/08/15 18:59:40 recht Exp $ # -DISTNAME= tla-1.2.1pre1 +DISTNAME= tla-1.2.1 CATEGORIES= devel -MASTER_SITES= http://release.gnuarch.org/ \ - ${MASTER_SITE_GNU:=gnu-arch/} \ +MASTER_SITES= http://release.gnuarch.org/tla-1.2/1.2.1/ \ + ftp://gnuarch.org/tla-1.2/1.2.1/ \ 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/ @@ -38,7 +40,7 @@ post-install: # Install arch documentation. ${INSTALL_DATA_DIR} ${HTMLDIR} cd ${WRKDIR}/${DISTNAME}/src/docs-tla/html && \ - ${PAX} -rwppm . ${HTMLDIR} + ${PAX} -s ',.*/\.arch-ids.*,,' -rwppm . ${HTMLDIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HTMLDIR} ${CHMOD} -R ugo-w ${HTMLDIR} diff --git a/devel/tla/distinfo b/devel/tla/distinfo index adf405c190e..1b15e87cb54 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/04/18 23:52:02 recht Exp $ +$NetBSD: distinfo,v 1.5 2004/08/15 18:59:40 recht Exp $ -SHA1 (tla-1.2.1pre1.tar.gz) = 5243dfef2ea63fa45ca9dec1b099d421edd2009c -Size (tla-1.2.1pre1.tar.gz) = 3320398 bytes +SHA1 (tla-1.2.1.tar.bz2) = 2bd33ed5338bcc65bf2ca6cbcedf0d4da6f5c3ce +Size (tla-1.2.1.tar.bz2) = 3041838 bytes |