FreeBSD Bugzilla – Attachment 165452 Details for
Bug 206170
[PATCH] devel/checkbashisms: Update to 2.15.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
checkbashisms.diff
checkbashisms.diff (text/plain), 2.01 KB, created by
Tobias Kortkamp
on 2016-01-12 20:27:02 UTC
(
hide
)
Description:
checkbashisms.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-01-12 20:27:02 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 405909) >+++ Makefile (working copy) >@@ -1,13 +1,13 @@ > # $FreeBSD$ > > PORTNAME= checkbashisms >-PORTVERSION= 2.15.5 >+PORTVERSION= 2.15.10 > CATEGORIES= devel perl5 > MASTER_SITES= DEBIAN/pool/main/d/devscripts/ > DISTNAME= devscripts_${PORTVERSION} > > MAINTAINER= nukama+maintainer@gmail.com >-COMMENT= Debian script that checks for bash-isms >+COMMENT= Check for the presence of bashisms > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING >@@ -20,7 +20,8 @@ > SHEBANG_FILES= scripts/checkbashisms.pl > > PLIST_FILES= bin/checkbashisms \ >- man/man1/checkbashisms.1.gz >+ man/man1/checkbashisms.1.gz \ >+ etc/bash_completion.d/_checkbashisms.bash > > post-patch: > @${REINPLACE_CMD} -e 's|###VERSION###|${PORTVERSION}|' ${WRKSRC}/scripts/checkbashisms.pl >@@ -30,5 +31,8 @@ > ${STAGEDIR}${PREFIX}/bin/checkbashisms > ${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 \ > ${STAGEDIR}${MAN1PREFIX}/man/man1/ >+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d >+ ${INSTALL_DATA} ${WRKSRC}/scripts/checkbashisms.bash_completion \ >+ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_checkbashisms.bash > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 405909) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (devscripts_2.15.5.tar.xz) = 19b9fdd343178370c2d0fc17a5aa2327126b0f5da8ca967f75445dbdd4f63c73 >-SIZE (devscripts_2.15.5.tar.xz) = 617680 >+SHA256 (devscripts_2.15.10.tar.xz) = 8659779f03563aea6187f744b083cea2dfe637da2bb12ff52e38dd2e6f3762f9 >+SIZE (devscripts_2.15.10.tar.xz) = 679536 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 405909) >+++ pkg-descr (working copy) >@@ -1,3 +1,4 @@ >-Debian script that checks for bashisms >+This script performs basic checks for the presence of bashisms in >+/bin/sh scripts and the lack of bashisms in /bin/bash ones. > > WWW: http://packages.qa.debian.org/d/devscripts.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206170
: 165452 |
165453