aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RT-Extension-SLA
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-06-14 11:02:09 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-06-14 11:02:09 +0000
commit50d8432dbf12cc16945502bd06601b19e06b14db (patch)
treeae9d598a50fad81883dc790f35e4987b74b8da9a /www/p5-RT-Extension-SLA
parent5d77034022c5295fa24f8465d6cc9150b2cb5beb (diff)
downloadports-50d8432dbf12cc16945502bd06601b19e06b14db.tar.gz
ports-50d8432dbf12cc16945502bd06601b19e06b14db.zip
Notes
Diffstat (limited to 'www/p5-RT-Extension-SLA')
-rw-r--r--www/p5-RT-Extension-SLA/Makefile5
-rw-r--r--www/p5-RT-Extension-SLA/distinfo4
-rw-r--r--www/p5-RT-Extension-SLA/files/patch-inc-module_autoinstall.pm79
3 files changed, 5 insertions, 83 deletions
diff --git a/www/p5-RT-Extension-SLA/Makefile b/www/p5-RT-Extension-SLA/Makefile
index 5be618a73193..cb19eeb86297 100644
--- a/www/p5-RT-Extension-SLA/Makefile
+++ b/www/p5-RT-Extension-SLA/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= RT-Extension-SLA
-PORTVERSION= 0.03
-PORTREVISION= 3
+PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,6 +17,8 @@ COMMENT= RT extension to automate due dates using service levels
BUILD_DEPENDS= ${SITE_PERL}/Business/Hours.pm:${PORTSDIR}/misc/p5-Business-Hours
RUN_DEPENDS= ${BUILD_DEPENDS}
+LICENSE= GPLv2
+
PERL_CONFIGURE= yes
OPTIONS= RT36 "Install for rt-3.6.x (default rt-3.8.x)" off
diff --git a/www/p5-RT-Extension-SLA/distinfo b/www/p5-RT-Extension-SLA/distinfo
index ae3f7e933bf1..0038a3c2367d 100644
--- a/www/p5-RT-Extension-SLA/distinfo
+++ b/www/p5-RT-Extension-SLA/distinfo
@@ -1,2 +1,2 @@
-SHA256 (RT-Extension-SLA-0.03.tar.gz) = 8ce76da627f42870f5aff351c8df030844a7e85229c060a06ab46e1939db1f6f
-SIZE (RT-Extension-SLA-0.03.tar.gz) = 37029
+SHA256 (RT-Extension-SLA-0.04.tar.gz) = 1e024a353cdeec0b1ef0dc0e1711129a678add8530fee67466e40c0095c774ab
+SIZE (RT-Extension-SLA-0.04.tar.gz) = 41584
diff --git a/www/p5-RT-Extension-SLA/files/patch-inc-module_autoinstall.pm b/www/p5-RT-Extension-SLA/files/patch-inc-module_autoinstall.pm
deleted file mode 100644
index 9f4aed6232be..000000000000
--- a/www/p5-RT-Extension-SLA/files/patch-inc-module_autoinstall.pm
+++ /dev/null
@@ -1,79 +0,0 @@
---- inc/Module/AutoInstall.pm-old 2009-04-24 22:01:47.000000000 +0100
-+++ inc/Module/AutoInstall.pm 2009-05-03 08:15:51.000000000 +0100
-@@ -115,8 +115,6 @@
- )[0]
- );
-
-- $UnderCPAN = _check_lock(1); # check for $UnderCPAN
--
- while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) {
- my ( @required, @tests, @skiptests );
- my $default = 1;
-@@ -186,7 +184,6 @@
- !$SkipInstall
- and (
- $CheckOnly
-- or ($mandatory and $UnderCPAN)
- or _prompt(
- qq{==> Auto-install the }
- . ( @required / 2 )
-@@ -217,6 +214,8 @@
- }
- }
-
-+ $UnderCPAN = _check_lock(); # check for $UnderCPAN
-+
- if ( @Missing and not( $CheckOnly or $UnderCPAN ) ) {
- require Config;
- print
-@@ -238,7 +237,7 @@
- # Check to see if we are currently running under CPAN.pm and/or CPANPLUS;
- # if we are, then we simply let it taking care of our dependencies
- sub _check_lock {
-- return unless @Missing or @_;
-+ return unless @Missing;
-
- if ($ENV{PERL5_CPANPLUS_IS_RUNNING}) {
- print <<'END_MESSAGE';
-@@ -314,7 +313,7 @@
- @modules = @newmod;
- }
-
-- if ( _has_cpanplus() and not $ENV{PERL_AUTOINSTALL_PREFER_CPAN} ) {
-+ if ( _has_cpanplus() ) {
- _install_cpanplus( \@modules, \@config );
- } else {
- _install_cpan( \@modules, \@config );
-@@ -707,7 +706,7 @@
- if $Config;
-
- $PostambleActions = (
-- ($missing and not $UnderCPAN)
-+ $missing
- ? "\$(PERL) $0 --config=$config --installdeps=$missing"
- : "\$(NOECHO) \$(NOOP)"
- );
-@@ -747,7 +746,7 @@
- sub postamble {
- $PostambleUsed = 1;
-
-- return <<"END_MAKE";
-+ return << ".";
-
- config :: installdeps
- \t\$(NOECHO) \$(NOOP)
-@@ -758,7 +757,7 @@
- installdeps ::
- \t$PostambleActions
-
--END_MAKE
-+.
-
- }
-
-@@ -766,4 +765,4 @@
-
- __END__
-
--#line 1004
-+#line 1003