diff options
author | recht <recht@pkgsrc.org> | 2004-01-28 11:22:24 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-28 11:22:24 +0000 |
commit | 8a0a7e25e3e7e14749c6db15bdf93dae6df731e2 (patch) | |
tree | 20508fde79ac30319425299a858aba7343e836f9 /devel/tla | |
parent | 8ef182aeae7e71fdc83081c7ba12e524fffde72f (diff) | |
download | pkgsrc-8a0a7e25e3e7e14749c6db15bdf93dae6df731e2.tar.gz |
update to tla 1.1 (release)
also, take maintainership (approved by schmonz@)
There have been a lot of changes/fixes since pre8. See the ChangeLog(s)
in the distribution for more details.
From the pkgsrc side: let tla depend on gnu diff/tar.
Diffstat (limited to 'devel/tla')
-rw-r--r-- | devel/tla/Makefile | 16 | ||||
-rw-r--r-- | devel/tla/PLIST | 5 | ||||
-rw-r--r-- | devel/tla/distinfo | 6 |
3 files changed, 16 insertions, 11 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 504db04e230..3430b91d077 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,24 +1,28 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 08:24:31 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/28 11:22:24 recht Exp $ # -DISTNAME= tla-1.1pre8 -PKGNAME= tla-1.1.0.8 +DISTNAME= tla-1.1 CATEGORIES= devel MASTER_SITES= http://regexps.srparish.net/src/tla/ -MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://arch.fifthvision.net/bin/view/Arch/WebHome +MAINTAINER= recht@NetBSD.org +HOMEPAGE= http://regexps.srparish.net/www/ COMMENT= Revision control system ideal for widely distributed development DEPENDS+= patch-[0-9]*:../../devel/patch +DEPENDS+= diffutils-[0-9]*:../../devel/diffutils +DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base WRKSRC= ${WRKDIR}/${DISTNAME}/src/=build USE_GNU_TOOLS+= make HAS_CONFIGURE= # defined CONFIGURE_SCRIPT= ../configure -CONFIGURE_ARGS+= --prefix ${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --with-gnu-diff=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}/gdiff +CONFIGURE_ARGS+= --with-gnu-diff3=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}/gdiff CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch +CONFIGURE_ARGS+= --with-gnu-tar=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar HTMLDIR= ${PREFIX}/share/doc/html/arch EXAMPLESDIR= ${PREFIX}/share/examples/arch diff --git a/devel/tla/PLIST b/devel/tla/PLIST index 42ab54b4cb8..a604cd29c7d 100644 --- a/devel/tla/PLIST +++ b/devel/tla/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/02 23:22:51 recht Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/01/28 11:22:24 recht Exp $ bin/tla +share/doc/html/arch/advanced-revision-libraries.html share/doc/html/arch/arch.html share/doc/html/arch/archive-caching.html share/doc/html/arch/changeset-format.html @@ -17,7 +18,7 @@ share/doc/html/arch/introducing-replay.html share/doc/html/arch/introducing-yourself.html share/doc/html/arch/introduction.html share/doc/html/arch/inventories.html -share/doc/html/arch/inventory-tags.html +share/doc/html/arch/inventory-ids.html share/doc/html/arch/little-help.html share/doc/html/arch/multi-tree-projects.html share/doc/html/arch/naming-conventions.html diff --git a/devel/tla/distinfo b/devel/tla/distinfo index e83b7492172..d7630a3def8 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/02 23:22:50 recht Exp $ +$NetBSD: distinfo,v 1.2 2004/01/28 11:22:24 recht Exp $ -SHA1 (tla-1.1pre8.tar.gz) = 50fc6d03dc54456666741ed184d4d0ded01cd355 -Size (tla-1.1pre8.tar.gz) = 3400350 bytes +SHA1 (tla-1.1.tar.gz) = 115ebd8f1408326d7c7cfb1fb6d2e9cb84c2e43b +Size (tla-1.1.tar.gz) = 4206207 bytes |