diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/mksh/Makefile | 3 | ||||
-rw-r--r-- | shells/perlsh/Makefile | 4 | ||||
-rw-r--r-- | shells/xsh/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index bdfead946cc..b30f6314872 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2015/07/13 04:41:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.33 2016/07/09 06:38:57 wiz Exp $ DISTNAME= mksh-R51 PKGNAME= ${DISTNAME:S/-R/-/} +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ http://pub.allbsd.org/MirOS/dist/mir/mksh/ diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 170cadfad6e..b26b72282db 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2016/07/09 06:38:57 wiz Exp $ DISTNAME= psh-1.8 PKGNAME= perlsh-1.8 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= shells perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GR/GREGOR/ diff --git a/shells/xsh/Makefile b/shells/xsh/Makefile index df64151e6fc..511ddd5061b 100644 --- a/shells/xsh/Makefile +++ b/shells/xsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/07/09 06:38:58 wiz Exp $ DISTNAME= XML-XSH-1.8.2 PKGNAME= ${DISTNAME:S/XML-XSH/xsh/} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xsh/} |