Summary: | Update devel/checkbashisms to version 2.13.4 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pedro F. Giffuni <giffunip> | ||||||
Component: | Individual Port(s) | Assignee: | Jason Helfman <jgh> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Pedro F. Giffuni
2013-11-01 02:40:01 UTC
Maintainer of devel/checkbashisms, Please note that PR ports/183542 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183542 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) On Fri, Nov 1, 2013 at 2:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of devel/checkbashisms, > > Please note that PR ports/183542 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183542 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org I've not updated to the last stable version, which is devscripts_2.12.6+deb7u1.tar.gz, because there where only non-FreeBSD related changes. http://packages.qa.debian.org/d/devscripts/news/20131005T104705Z.html We could update it to the last stable release (2.12.6+deb7u1) or switch to testing (2.13.4). Best Regards, Hakisho Nukama On Sat, Nov 2, 2013 at 11:13 AM, Hakisho Nukama <nukama@gmail.com> wrote: > On Fri, Nov 1, 2013 at 2:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote: >> Maintainer of devel/checkbashisms, >> >> Please note that PR ports/183542 has just been submitted. >> >> If it contains a patch for an upgrade, an enhancement or a bug fix >> you agree on, reply to this email stating that you approve the patch >> and a committer will take care of it. >> >> The full text of the PR can be found at: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183542 >> >> -- >> Edwin Groothuis via the GNATS Auto Assign Tool >> edwin@FreeBSD.org > > > I've not updated to the last stable version, which is > devscripts_2.12.6+deb7u1.tar.gz, > because there where only non-FreeBSD related changes. > http://packages.qa.debian.org/d/devscripts/news/20131005T104705Z.html > > We could update it to the last stable release (2.12.6+deb7u1) or > switch to testing (2.13.4). > > Best Regards, > Hakisho Nukama Updated port to 2.12.6+deb7u2 on the stable-sec branch. Patch; https://redports.org/browser/Nukama/Attic/patches/devel-checkbashisms-2.12.6%2Bdeb7u2.patch Best Regards, Hakisho Nukama Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it. Author: jgh Date: Sun Jan 26 08:41:31 2014 New Revision: 341156 URL: http://svnweb.freebsd.org/changeset/ports/341156 QAT: https://qat.redports.org/buildarchive/r341156/ Log: - update to 2.14.0 [1] - while here shift manprefix PR: 183542 (based on) Submitted by: giffunip@tutopia.com, [1] nukama+maintainer@gmail.com (maintainer) Modified: head/devel/checkbashisms/Makefile head/devel/checkbashisms/distinfo Modified: head/devel/checkbashisms/Makefile ============================================================================== --- head/devel/checkbashisms/Makefile Sun Jan 26 07:57:22 2014 (r341155) +++ head/devel/checkbashisms/Makefile Sun Jan 26 08:41:31 2014 (r341156) @@ -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 b 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> Modified: head/devel/checkbashisms/distinfo ============================================================================== --- head/devel/checkbashisms/distinfo Sun Jan 26 07:57:22 2014 (r341155) +++ head/devel/checkbashisms/distinfo Sun Jan 26 08:41:31 2014 (r341156) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed, with minor changes. Thanks! |