diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-24 13:33:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-24 13:33:46 +0000 |
commit | 0639074505a591f6e288f0cf1a8c79457cfedc13 (patch) | |
tree | 7df896b6aa3a718725e10f3e7a33da9309b37b65 /shells | |
parent | Update to 1.14.5. (diff) |
upgrade to 1.0107
Notes
Notes:
svn path=/head/; revision=73942
Diffstat (limited to 'shells')
-rw-r--r-- | shells/vshnu/Makefile | 4 | ||||
-rw-r--r-- | shells/vshnu/distinfo | 2 | ||||
-rw-r--r-- | shells/vshnu/pkg-plist | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index 2f074c70bc5d..0588ec019e1a 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -7,9 +7,9 @@ # PORTNAME= vshnu -PORTVERSION= 1.0008 +PORTVERSION= 1.0107 CATEGORIES= shells perl5 -MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/ +MASTER_SITES= http://www.cs.indiana.edu/~kinzler/vshnu/ MAINTAINER= ports@FreeBSD.org diff --git a/shells/vshnu/distinfo b/shells/vshnu/distinfo index ca5fb6687660..7249029425e8 100644 --- a/shells/vshnu/distinfo +++ b/shells/vshnu/distinfo @@ -1 +1 @@ -MD5 (vshnu-1.0008.tar.gz) = f15c258cf42bfa072be2af15163d734c +MD5 (vshnu-1.0107.tar.gz) = f4c4da9d6051bfdc317dabebc699b361 diff --git a/shells/vshnu/pkg-plist b/shells/vshnu/pkg-plist index 546519552bd9..08ef320d88f7 100644 --- a/shells/vshnu/pkg-plist +++ b/shells/vshnu/pkg-plist @@ -1,4 +1,4 @@ bin/vshnu -lib/perl5/site_perl/%%PERL_VER%%/vshnucfg.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/vshnu/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/vshnu +%%SITE_PERL%%/vshnucfg.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/vshnu/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/vshnu |