diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-13 15:00:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-13 15:00:08 +0000 |
commit | 524581f4de93c24a8e8fe3051baf4e104d4bf7c9 (patch) | |
tree | 72e7bdd094e075d4a491a1ef61295de180cdc920 /shells | |
parent | add profxp (diff) |
upgrade to 1.0008
make RUN_DEPENDS also BUILD_DEPENDS
drop maintainership
Notes
Notes:
svn path=/head/; revision=43944
Diffstat (limited to 'shells')
-rw-r--r-- | shells/vshnu/Makefile | 12 | ||||
-rw-r--r-- | shells/vshnu/distinfo | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index 58a4f25a4784..2803e51df26b 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -7,21 +7,23 @@ # PORTNAME= vshnu -PORTVERSION= 1.0005 -CATEGORIES= shells +PORTVERSION= 1.0008 +CATEGORIES= shells perl5 MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen # perl 5.6.0 .if ${OSVERSION} < 500007 -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .endif +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_PERL5= yes PERL_CONFIGURE= yes diff --git a/shells/vshnu/distinfo b/shells/vshnu/distinfo index d605dfcc6848..ca5fb6687660 100644 --- a/shells/vshnu/distinfo +++ b/shells/vshnu/distinfo @@ -1 +1 @@ -MD5 (vshnu-1.0005.tar.gz) = 5d91ebd02ea00ef6673debb10af3d055 +MD5 (vshnu-1.0008.tar.gz) = f15c258cf42bfa072be2af15163d734c |