aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-RTx-Calendar
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2016-04-17 07:22:25 +0800
committermatthew <matthew@FreeBSD.org>2016-04-17 07:22:25 +0800
commit39f1d8a498f8cc5fe2f4b7db58b92f8d26d40179 (patch)
treedf38d164d658cf731ee8039797fb25acd53ae88f /www/p5-RTx-Calendar
parent0af20aae9190e41a3a95931476c83fcc1f219819 (diff)
downloadfreebsd-ports-gnome-39f1d8a498f8cc5fe2f4b7db58b92f8d26d40179.tar.gz
freebsd-ports-gnome-39f1d8a498f8cc5fe2f4b7db58b92f8d26d40179.tar.zst
freebsd-ports-gnome-39f1d8a498f8cc5fe2f4b7db58b92f8d26d40179.zip
Upgrade to 1.01
Allow building for rt44 as well as older versions. ChangeLog: http://cpansearch.perl.org/src/BPS/RTx-Calendar-1.01/CHANGES
Diffstat (limited to 'www/p5-RTx-Calendar')
-rw-r--r--www/p5-RTx-Calendar/Makefile9
-rw-r--r--www/p5-RTx-Calendar/distinfo4
-rw-r--r--www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm11
3 files changed, 7 insertions, 17 deletions
diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile
index 299e9716c782..9ebf0ec99494 100644
--- a/www/p5-RTx-Calendar/Makefile
+++ b/www/p5-RTx-Calendar/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RTx-Calendar
-PORTVERSION= 1.00
+PORTVERSION= 1.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -27,11 +27,12 @@ OPTIONS_SINGLE= RTVERSION
OPTIONS_SINGLE_RTVERSION= RT40 RT42
RT40_DESC= Install for rt-4.0.x (www/rt40)
RT42_DESC= Install for rt-4.2.x (www/rt42)
-OPTIONS_DEFAULT= RT42
+RT44_DESC= Install for rt-4.4.x (www/rt44)
+OPTIONS_DEFAULT= RT44
.include <bsd.port.options.mk>
-.for opt in 40 42
+.for opt in 40 42 44
.if ${PORT_OPTIONS:MRT${opt}}
RT_VER= ${opt}
.endif
@@ -51,7 +52,7 @@ post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -delete
# Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{38,40,42}. Hence ignore
+# matches the $PREFIX used to install www/rt{40,42,44}. Hence ignore
# $PREFIX in the environment and inherit settings from RT.pm
do-configure:
@cd ${CONFIGURE_WRKSRC} && \
diff --git a/www/p5-RTx-Calendar/distinfo b/www/p5-RTx-Calendar/distinfo
index aa3057c7e7e4..46382477f357 100644
--- a/www/p5-RTx-Calendar/distinfo
+++ b/www/p5-RTx-Calendar/distinfo
@@ -1,2 +1,2 @@
-SHA256 (RTx-Calendar-1.00.tar.gz) = a193a34cc57bb5a48824c5a91eb6f5e8c98a52b695fa4a1e2608d7b1253b82a2
-SIZE (RTx-Calendar-1.00.tar.gz) = 45117
+SHA256 (RTx-Calendar-1.01.tar.gz) = 753ca43cf4935bb4d7279743c3fb7b8c96593f5fe9b8b162b8493674b7047fc1
+SIZE (RTx-Calendar-1.01.tar.gz) = 42009
diff --git a/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm b/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm
deleted file mode 100644
index 4514d9a9592a..000000000000
--- a/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- inc/Module/Install/RTx.pm.orig 2014-12-16 01:34:17 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;