Bug 187009 - [maintainer-update] update sysutils/p5-Rex to 0.44.5
Summary: [maintainer-update] update sysutils/p5-Rex to 0.44.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 19:00 UTC by Samuel Cassiba
Modified: 2014-03-17 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.65 KB, patch)
2014-02-24 19:00 UTC, Samuel Cassiba
no flags Details | Diff
p5-Rex.patch.txt (1.30 KB, text/plain; charset=US-ASCII)
2014-03-17 15:58 UTC, Samuel Cassiba
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Cassiba 2014-02-24 19:00:00 UTC
Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-24 19:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 azverev 2014-03-09 07:05:12 UTC
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?
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2014-03-10 13:37:21 UTC
Responsible Changed
From-To: perl->az

I'll take it
Comment 4 Andrej Zverev 2014-03-17 15:05:28 UTC
ping

Can I update to latest version in this case? (use follow-up to answer)
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-17 17:02:36 UTC
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"
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2014-03-17 17:04:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!