mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0115
- Clean Makefile - Make portlint happy
This commit is contained in:
parent
f1e16e48bb
commit
f8e5f5ce76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104949
3 changed files with 11 additions and 11 deletions
|
@ -7,24 +7,22 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= vshnu
|
PORTNAME= vshnu
|
||||||
PORTVERSION= 1.0107
|
PORTVERSION= 1.0115
|
||||||
CATEGORIES= shells perl5
|
CATEGORIES= shells perl5
|
||||||
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/vshnu/
|
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/vshnu/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= New Visual Shell
|
COMMENT= New Visual Shell
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
|
BUILD_DEPENDS= ${SITE_PERL}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
|
||||||
|
|
||||||
# perl 5.6.0
|
|
||||||
.if ${OSVERSION} < 500007
|
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
|
||||||
.endif
|
|
||||||
|
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 50060
|
||||||
|
BUILD_DEPENDS+= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (vshnu-1.0107.tar.gz) = f4c4da9d6051bfdc317dabebc699b361
|
MD5 (vshnu-1.0115.tar.gz) = bd8c7666cdb9bb053c0e38bdf7eff4cb
|
||||||
SIZE (vshnu-1.0107.tar.gz) = 55890
|
SIZE (vshnu-1.0115.tar.gz) = 58093
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
bin/vshnu
|
bin/vshnu
|
||||||
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
|
||||||
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|
||||||
%%SITE_PERL%%/vshnucfg.pl
|
%%SITE_PERL%%/vshnucfg.pl
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/vshnu/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/vshnu/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/vshnu
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/vshnu
|
||||||
|
|
Loading…
Add table
Reference in a new issue