diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-01-26 08:41:31 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-01-26 08:41:31 +0000 |
commit | c7f26330fd7ce163b489522ac30ef2ab14f54788 (patch) | |
tree | d48da898bde95c7f04a78aeb178b1a5859ac5166 /devel/checkbashisms | |
parent | bcb64fa30728a107d2b0700f6e0d65df2aecc644 (diff) |
Notes
Diffstat (limited to 'devel/checkbashisms')
-rw-r--r-- | devel/checkbashisms/Makefile | 5 | ||||
-rw-r--r-- | devel/checkbashisms/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/checkbashisms/Makefile b/devel/checkbashisms/Makefile index 8cd30ac86aa9..a76935d53cd5 100644 --- a/devel/checkbashisms/Makefile +++ b/devel/checkbashisms/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= checkbashisms -PORTVERSION= 2.12.6 +PORTVERSION= 2.14.0 CATEGORIES= devel perl5 MASTER_SITES= DEBIAN/pool/main/d/devscripts/ DISTNAME= devscripts_${PORTVERSION} @@ -12,6 +12,7 @@ COMMENT= Debian script that checks for bash-isms LICENSE= GPLv2 USES= perl5 shebangfix +USE_XZ= yes USE_PERL5= run NO_BUILD= yes WRKSRC= ${WRKDIR}/devscripts-${PORTVERSION} @@ -27,6 +28,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl \ ${STAGEDIR}${PREFIX}/bin/checkbashisms ${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/ + ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include <bsd.port.mk> diff --git a/devel/checkbashisms/distinfo b/devel/checkbashisms/distinfo index c504404006a2..031e49244f9f 100644 --- a/devel/checkbashisms/distinfo +++ b/devel/checkbashisms/distinfo @@ -1,2 +1,2 @@ -SHA256 (devscripts_2.12.6.tar.gz) = eab908dc6809459a62eac4e6d07bda714123fc4cc0b15e275b865c8a49e65f8e -SIZE (devscripts_2.12.6.tar.gz) = 996395 +SHA256 (devscripts_2.14.0.tar.xz) = c0ac3c130b72bac6f00652fceae3013aad0596fc62ba8d690f6d61f19e2f02c3 +SIZE (devscripts_2.14.0.tar.xz) = 583796 |