| Summary: | [maintainer-update] update sysutils/p5-Rex to 0.44.5 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Samuel Cassiba <s> | ||||||
| Component: | Individual Port(s) | Assignee: | Andrej Zverev <az> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Samuel Cassiba
2014-02-24 19:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Hello Sam, Can you fix pkg-plist, this lines are wrongs (since they created by perl po= rt itself not by p5-Rex) +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%% +@dirrmtry lib/perl5/site_perl +@dirrmtry %%PERL5_MAN3%% +@dirrmtry lib/perl5/%%PERL_VER%%/man +@dirrmtry lib/perl5/%%PERL_VER%% +@dirrmtry lib/perl5 Also new version already on CPAN, can you also update your patch to reflect= this? Responsible Changed From-To: perl->az I'll take it ping Can I update to latest version in this case? (use follow-up to answer) Author: az Date: Mon Mar 17 17:02:33 2014 New Revision: 348492 URL: http://svnweb.freebsd.org/changeset/ports/348492 QAT: https://qat.redports.org/buildarchive/r348492/ Log: - update to version 0.44.6.1 PR: ports/187009 Submitted by: maintainer Modified: head/sysutils/p5-Rex/Makefile head/sysutils/p5-Rex/distinfo head/sysutils/p5-Rex/pkg-plist Modified: head/sysutils/p5-Rex/Makefile ============================================================================== --- head/sysutils/p5-Rex/Makefile Mon Mar 17 16:56:15 2014 (r348491) +++ head/sysutils/p5-Rex/Makefile Mon Mar 17 17:02:33 2014 (r348492) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Rex -PORTVERSION= 0.44.2 +PORTVERSION= 0.44.6.1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JFRIED Modified: head/sysutils/p5-Rex/distinfo ============================================================================== --- head/sysutils/p5-Rex/distinfo Mon Mar 17 16:56:15 2014 (r348491) +++ head/sysutils/p5-Rex/distinfo Mon Mar 17 17:02:33 2014 (r348492) @@ -1,2 +1,2 @@ -SHA256 (Rex-0.44.2.tar.gz) = cc81f4470e249f36e260ae58eee303e0f54e0015417349d60f766deef638a318 -SIZE (Rex-0.44.2.tar.gz) = 187121 +SHA256 (Rex-0.44.6.1.tar.gz) = 17f7acb32d58c29a91c410edcb1e7baea381fbc17ddfa977aba95bf58f1802c5 +SIZE (Rex-0.44.6.1.tar.gz) = 187667 Modified: head/sysutils/p5-Rex/pkg-plist ============================================================================== --- head/sysutils/p5-Rex/pkg-plist Mon Mar 17 16:56:15 2014 (r348491) +++ head/sysutils/p5-Rex/pkg-plist Mon Mar 17 17:02:33 2014 (r348492) @@ -175,6 +175,7 @@ bin/rexify %%SITE_PERL%%/Rex/Interface/Shell/Bash.pm %%SITE_PERL%%/Rex/Interface/Shell/Csh.pm %%SITE_PERL%%/Rex/Interface/Shell/Default.pm +%%SITE_PERL%%/Rex/Interface/Shell/Ksh.pm %%SITE_PERL%%/Rex/Interface/Shell/Sh.pm %%SITE_PERL%%/Rex/Interface/Shell/Tcsh.pm %%SITE_PERL%%/Rex/Interface/Shell/Zsh.pm _______________________________________________ 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: open->closed Committed. Thanks! |