diff options
author | jwise <jwise> | 2001-10-25 22:21:52 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-10-25 22:21:52 +0000 |
commit | f4dd292e92c600449b5e1fd4d87ae6ad86a683e5 (patch) | |
tree | 1ca7d5551ec4af4aed0911c2f2e1c355d83ad182 /lang/tcl-expect | |
parent | 9d200db6fbf8b2406a77dcd92a3acf585a9f8654 (diff) | |
download | pkgsrc-f4dd292e92c600449b5e1fd4d87ae6ad86a683e5.tar.gz |
a.) use version-numbered tarball, which is now available. Pointed out by
David Maxwell (david@netbsd.org)
b.) correct version number. The preferred form is 5.33.0 (not 5.33)...
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/Makefile | 12 | ||||
-rw-r--r-- | lang/tcl-expect/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index f6720249959..d8c64b69a65 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2001/10/24 23:40:02 jwise Exp $ +# $NetBSD: Makefile,v 1.9 2001/10/25 22:21:52 jwise Exp $ # -DISTNAME= expect -PKGNAME= tcl-expect-5.33 +DISTNAME= expect-5.33.0 +PKGNAME= tcl-expect-5.33.0 CATEGORIES= lang -MASTER_SITES= http://expect.nist.gov/ +MASTER_SITES= http://expect.nist.gov/src/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://expect.nist.gov/ @@ -12,10 +12,8 @@ COMMENT= extensions to Tcl to support scripting of interactive programs DEPENDS+= tcl>=8.3.2:../../lang/tcl -CONFLICTS+= expect-[0-9]* - WRKSRC= ${WRKDIR}/expect-5.33 -DIST_SUBDIR= expect-5.33 +CONFLICTS+= expect-[0-9]* GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/lang/tcl-expect/distinfo b/lang/tcl-expect/distinfo index 4ed2c7d5dbb..3a6d1cc774b 100644 --- a/lang/tcl-expect/distinfo +++ b/lang/tcl-expect/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2001/10/24 23:40:02 jwise Exp $ +$NetBSD: distinfo,v 1.5 2001/10/25 22:21:52 jwise Exp $ -SHA1 (expect-5.33/expect.tar.gz) = fc84411fc4984e0beea214640ee247c358877aa5 -Size (expect-5.33/expect.tar.gz) = 494473 bytes +SHA1 (expect-5.33.0.tar.gz) = fc84411fc4984e0beea214640ee247c358877aa5 +Size (expect-5.33.0.tar.gz) = 494473 bytes SHA1 (patch-aa) = a67976c3d81ae6f933e4e943bc59018961b9f9cd SHA1 (patch-ab) = 642e714e58bfe72b332cb89559e1f55df9b6052f SHA1 (patch-ac) = 9b1cf55607cf52f94b2499f7a654a04c93f71739 |