diff options
author | recht <recht> | 2004-01-28 11:22:24 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-28 11:22:24 +0000 |
commit | ebba38375fbf6f3bbe9dc90d4335c43b603a965c (patch) | |
tree | 20508fde79ac30319425299a858aba7343e836f9 /devel | |
parent | 1fd25bd5cd0c6a9549afcf9f0a4bf0c5d01aade5 (diff) | |
download | pkgsrc-ebba38375fbf6f3bbe9dc90d4335c43b603a965c.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')
-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 |