diff options
author | dd <dd@FreeBSD.org> | 2001-10-08 01:16:46 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-10-08 01:16:46 +0800 |
commit | 6b468168d1fce00c9f555a5df84ddf9a34494dd4 (patch) | |
tree | 9d70cfa5931f5f49785228bef60cd3eb39c234c3 /lang/expect | |
parent | b2abf95ad6440ae9568c665f37ed2d98440de73f (diff) | |
download | freebsd-ports-gnome-6b468168d1fce00c9f555a5df84ddf9a34494dd4.tar.gz freebsd-ports-gnome-6b468168d1fce00c9f555a5df84ddf9a34494dd4.tar.zst freebsd-ports-gnome-6b468168d1fce00c9f555a5df84ddf9a34494dd4.zip |
Refer to the distfile with an explicit version number instead of
invariably downloading the latest one. This (a) unbreaks this port
until somebody updates it to 5.33.0, and (b) prevents this port from
automatically being broken when a new version comes out due to
checksum mismatch.
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 3 | ||||
-rw-r--r-- | lang/expect/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 0dab8801ba94..7bcbe4ec8ee0 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -7,8 +7,7 @@ PORTNAME= expect PORTVERSION= 5.32.1 CATEGORIES= lang tcl83 tk83 -MASTER_SITES= http://expect.nist.gov/ -DISTNAME= expect +MASTER_SITES= http://expect.nist.gov/src/ MAINTAINER= john@coastalgeology.org diff --git a/lang/expect/distinfo b/lang/expect/distinfo index e9c6edb91af4..8db86f460ea6 100644 --- a/lang/expect/distinfo +++ b/lang/expect/distinfo @@ -1 +1 @@ -MD5 (expect.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5 +MD5 (expect-5.32.1.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5 |