aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RT-Extension-MandatoryOnTransition
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-07-15 07:23:15 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-07-15 07:23:15 +0000
commit7b620790b4eb64d08118b4b7b39e4b2a99b13992 (patch)
tree8aa65408f12ceaac5a8f8fa3a54e79bdbefcf2df /www/p5-RT-Extension-MandatoryOnTransition
parent4f35f92e274671557e15b01df2de48e0fdd57a5c (diff)
downloadports-7b620790b4eb64d08118b4b7b39e4b2a99b13992.tar.gz
ports-7b620790b4eb64d08118b4b7b39e4b2a99b13992.zip
Update to 0.13
Patch removed; this release specifically fixes that problem. ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RT-Extension-MandatoryOnTransition-0.13/Changes
Notes
Notes: svn path=/head/; revision=418572
Diffstat (limited to 'www/p5-RT-Extension-MandatoryOnTransition')
-rw-r--r--www/p5-RT-Extension-MandatoryOnTransition/Makefile2
-rw-r--r--www/p5-RT-Extension-MandatoryOnTransition/distinfo6
-rw-r--r--www/p5-RT-Extension-MandatoryOnTransition/files/patch-inc_Module_Install_RTx.pm11
3 files changed, 4 insertions, 15 deletions
diff --git a/www/p5-RT-Extension-MandatoryOnTransition/Makefile b/www/p5-RT-Extension-MandatoryOnTransition/Makefile
index 9a06170af0d9..47af77dfce76 100644
--- a/www/p5-RT-Extension-MandatoryOnTransition/Makefile
+++ b/www/p5-RT-Extension-MandatoryOnTransition/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RT-Extension-MandatoryOnTransition
-DISTVERSION= 0.12
+DISTVERSION= 0.13
CATEGORIES= www net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/www/p5-RT-Extension-MandatoryOnTransition/distinfo b/www/p5-RT-Extension-MandatoryOnTransition/distinfo
index e5c3637f1254..d30ec9ffa5bb 100644
--- a/www/p5-RT-Extension-MandatoryOnTransition/distinfo
+++ b/www/p5-RT-Extension-MandatoryOnTransition/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468393946
-SHA256 (RT-Extension-MandatoryOnTransition-0.12.tar.gz) = 42d45e737061a6824bc0ff2c59f3b6ee07cffeb13e75171a4d356b99da4a88e1
-SIZE (RT-Extension-MandatoryOnTransition-0.12.tar.gz) = 45541
+TIMESTAMP = 1468566130
+SHA256 (RT-Extension-MandatoryOnTransition-0.13.tar.gz) = b91404859ccf1b87492c63e7a068d69ffb641949649e9a53ff0d9e953b9a2caa
+SIZE (RT-Extension-MandatoryOnTransition-0.13.tar.gz) = 46281
diff --git a/www/p5-RT-Extension-MandatoryOnTransition/files/patch-inc_Module_Install_RTx.pm b/www/p5-RT-Extension-MandatoryOnTransition/files/patch-inc_Module_Install_RTx.pm
deleted file mode 100644
index 66eaf7f0194d..000000000000
--- a/www/p5-RT-Extension-MandatoryOnTransition/files/patch-inc_Module_Install_RTx.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- inc/Module/Install/RTx.pm.orig 2016-07-11 20:28:38 UTC
-+++ inc/Module/Install/RTx.pm
-@@ -85,7 +85,7 @@ sub RTx {
- my %index = map { $_ => 1 } @INDEX_DIRS;
- $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS;
-
-- my $args = join ', ', map "q($_)", map { ($_, $path{$_}) }
-+ my $args = join ', ', map "q($_)", map { ($_, "\$(DESTDIR)$path{$_}") }
- sort keys %path;
-
- printf "%-10s => %s\n", $_, $path{$_} for sort keys %path;