1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Move to updated debian version

- Pass maintainership to submitter

PR:		ports/179188 (based on)
Submitted by:	Hakisho Nukama <nukama@gmail.com> (based on)
This commit is contained in:
Bryan Drewery 2013-10-09 12:34:24 +00:00
parent 68b4380c1b
commit 2b9c1eb68e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329891
3 changed files with 20 additions and 25 deletions

View File

@ -1,36 +1,32 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= checkbashisms PORTNAME= checkbashisms
PORTVERSION= 2.0.0.2 PORTVERSION= 2.12.6
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= SF/${SF_PROJECT}/${DISTVERSION} MASTER_SITES= DEBIAN/pool/main/d/devscripts/
DISTNAME= ${PORTNAME} DISTNAME= devscripts_${PORTVERSION}
EXTRACT_SUFX=
MAINTAINER= bdrewery@FreeBSD.org MAINTAINER= nukama+maintainer@gmail.com
COMMENT= Script to check for Bash features not defined by POSIX COMMENT= Debian script that checks for bash-isms
LICENSE= GPLv2 LICENSE= GPLv2
SF_PROJECT= checkbaskisms USES= perl5 shebangfix
USES= perl5
USE_PERL5= run USE_PERL5= run
NO_BUILD= yes NO_BUILD= yes
NO_WRKSUBDIR= yes WRKSRC= ${WRKDIR}/devscripts-${PORTVERSION}
NO_STAGE= yes SHEBANG_FILES= scripts/checkbashisms.pl
PLIST_FILES= bin/${DISTNAME} PLIST_FILES= bin/checkbashisms \
man/man1/checkbashisms.1.gz
do-extract: post-patch:
@${MKDIR} ${WRKSRC} @${REINPLACE_CMD} -e 's|###VERSION###|${PORTVERSION}|' ${WRKSRC}/scripts/checkbashisms.pl
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-patch:
@${REINPLACE_CMD} -e "s| /usr/bin/perl|${PERL}|" \
${WRKSRC}/${DISTNAME}
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${DISTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl \
${STAGEDIR}${PREFIX}/bin/checkbashisms
${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 \
${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (checkbashisms) = 4da61b7f08b55609e80c648d215f0201aa9b5f1df53aab6252129537a7f7a0ee SHA256 (devscripts_2.12.6.tar.gz) = eab908dc6809459a62eac4e6d07bda714123fc4cc0b15e275b865c8a49e65f8e
SIZE (checkbashisms) = 21258 SIZE (devscripts_2.12.6.tar.gz) = 996395

View File

@ -1,4 +1,3 @@
checkbashisms is a perl script that checks for commonly used Debian script that checks for bashisms
bash features that are not supported by POSIX shells.
WWW: http://sourceforge.net/projects/checkbaskisms WWW: http://packages.qa.debian.org/d/devscripts.html