pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tla update to tla-1.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/f84cfa9cb161
branches: trunk
changeset: 479494:f84cfa9cb161
user: recht <recht%pkgsrc.org@localhost>
date: Sun Aug 15 18:59:40 2004 +0000
description:
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)
diffstat:
devel/tla/Makefile | 12 +++++++-----
devel/tla/distinfo | 6 +++---
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r b61b58e7d688 -r f84cfa9cb161 devel/tla/Makefile
--- a/devel/tla/Makefile Sun Aug 15 16:53:06 2004 +0000
+++ b/devel/tla/Makefile Sun Aug 15 18:59:40 2004 +0000
@@ -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@localhost
HOMEPAGE= http://regexps.srparish.net/www/
@@ -38,7 +40,7 @@
# 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 -r b61b58e7d688 -r f84cfa9cb161 devel/tla/distinfo
--- a/devel/tla/distinfo Sun Aug 15 16:53:06 2004 +0000
+++ b/devel/tla/distinfo Sun Aug 15 18:59:40 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index