Update to 1.00
Drop support for rt38, as that is long gone.
This commit is contained in:
parent
9f20853d7e
commit
582a13e8cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374996
4 changed files with 9 additions and 19 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RTx-Calendar
|
||||
PORTVERSION= 0.20
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -25,15 +24,14 @@ USES+= perl5
|
|||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_SINGLE= RTVERSION
|
||||
OPTIONS_SINGLE_RTVERSION= RT38 RT40 RT42
|
||||
RT38_DESC= Install for rt-3.8.x (www/rt38)
|
||||
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
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.for opt in 38 40 42
|
||||
.for opt in 40 42
|
||||
.if ${PORT_OPTIONS:MRT${opt}}
|
||||
RT_VER= ${opt}
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (RTx-Calendar-0.20.tar.gz) = 2d8359dff7fa2b9e9ec42e94374581de7372a7505b29649b4a554b455945da5c
|
||||
SIZE (RTx-Calendar-0.20.tar.gz) = 36190
|
||||
SHA256 (RTx-Calendar-1.00.tar.gz) = a193a34cc57bb5a48824c5a91eb6f5e8c98a52b695fa4a1e2608d7b1253b82a2
|
||||
SIZE (RTx-Calendar-1.00.tar.gz) = 45117
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- inc/Module/Install/RTx.pm.orig
|
||||
--- inc/Module/Install/RTx.pm.orig 2014-12-16 01:34:17 UTC
|
||||
+++ inc/Module/Install/RTx.pm
|
||||
@@ -101,7 +101,7 @@
|
||||
@@ -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{$_}") }
|
||||
grep $subdirs{$_}, keys %path;
|
||||
sort keys %path;
|
||||
|
||||
print "./$_\t=> $path{$_}\n" for sort keys %subdirs;
|
||||
printf "%-10s => %s\n", $_, $path{$_} for sort keys %path;
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
man/man3/RTx::Calendar.3.gz
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs/Default
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements/Tabs/Default
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarEvent
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Elements/MyCalendar
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Calendar.html
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Elements/CalendarFeed
|
||||
%%RTHOME%%/plugins/RTx-Calendar/html/Search/Calendar.html
|
||||
%%RTHOME%%/plugins/RTx-Calendar/lib/RTx/Calendar.pm
|
||||
%%RTHOME%%/plugins/RTx-Calendar/static/css/calendar.css
|
||||
|
|
Loading…
Reference in a new issue