ports/160976: [maintainer] www/p5-RTx-Calendar -- drop rt36, add rt40

Matthew Seaman m.seaman at infracaninophile.co.uk
Sat Sep 24 15:40:08 UTC 2011


>Number:         160976
>Category:       ports
>Synopsis:       [maintainer] www/p5-RTx-Calendar -- drop rt36, add rt40
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 24 15:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #1 r225746: Sat Sep 24 10:45:41 BST 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

This is dependent on ports/160901 being committed

Drop support for RT version 3.6.x (www/rt36 port expires as of 2011-09-30)

Add support for RT version 4.0.2

   * Patches for 4.0.x compatibility obtained from
     https://github.com/bestpractical/rtx-calendar

Add license

Pet portlint

Files removed:

    pkg-plist.rt36

Files renamed

   pkg-plist.rt38 to pkg-plist


>How-To-Repeat:
	
>Fix:

	

--- p5-RTx-Calendar.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-RTx-Calendar/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	16 Dec 2010 02:34:05 -0000	1.10
+++ Makefile	24 Sep 2011 15:18:57 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	RTx-Calendar
 PORTVERSION=	0.08
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,45 +15,44 @@
 MAINTAINER=	m.seaman at infracaninophile.co.uk
 COMMENT=	Calendar extension module for the RT ticketing system
 
+LICENSE_COMB=   dual
+LICENSE=        ART10 GPLv1
+
 BUILD_DEPENDS=	${SITE_PERL}/Date/ICal.pm:${PORTSDIR}/devel/p5-Date-ICal      \
 		${SITE_PERL}/Data/ICal.pm:${PORTSDIR}/deskutils/p5-Data-ICal  \
 		${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-OPTIONS=	RT36 "Install for rt-3.6.x (default rt-3.8.x)" off
+OPTIONS=	RT38 "Install for rt-3.8.x (default rt-4.0.x)" off
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_RT36)
-
-RTHOME?=	rt3
-RT_PM_DIR=	${LOCALBASE}/${RTHOME}/lib
-BUILD_DEPENDS+=	${RT_PM_DIR}/RT.pm:${PORTSDIR}/www/rt36
-PLIST=		${PKGDIR}/pkg-plist.rt36
-MAN3PREFIX=	${PREFIX}/${RTHOME}/local
-
+.if defined(WITH_RT38)
+RT_VER=		38
 .else
+RT_VER=		40
+.endif
 
-RTHOME?=	share/rt38
-RT_PM_DIR=	${SITE_PERL}
-BUILD_DEPENDS+=	${RT_PM_DIR}/RT.pm:${PORTSDIR}/www/rt38
-PLIST=		${PKGDIR}/pkg-plist.rt38
+BUILD_DEPENDS+=	${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
+RUN_DEPENDS+=	${SITE_PERL}/RT.pm:${PORTSDIR}/www/rt${RT_VER}
 MAN3PREFIX=	${PREFIX}
 
-.endif
-
 MAN3=		RTx::Calendar.3
-PLIST_SUB+=	RTHOME=${RTHOME}
+PLIST_SUB+=	RTHOME=share/rt${RT_VER}
+
+
+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/rt3{6,8}.  Hence ignore
+# matches the $PREFIX used to install www/rt{38,40}.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \
 	    unset PREFIX && \
-	    ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
+	    ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \
 	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-plist	24 Sep 2011 15:18:57 -0000
@@ -0,0 +1,48 @@
+%%RTHOME%%/plugins/RTx-Calendar/lib/RTx/Calendar.pm
+%%RTHOME%%/plugins/RTx-Calendar/html/Search/Calendar.html
+%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Elements/CalendarFeed
+%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Calendar.html
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/updated.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/starts_due.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/starts.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/started.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/resolved.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/reminder.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/due.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/created_due.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/created.png
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/css/calendar.css
+%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
+%%RTHOME%%/plugins/RTx-Calendar/html/Elements/MyCalendar
+%%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarEvent
+%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements/Tabs/Default
+%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs/Default
+%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged
+%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Header/Head
+man/auto/RTx/Calendar/.packlist
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/lib/RTx
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/lib
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Search
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Elements
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Prefs
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/css
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/Calendar
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Elements
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements/Tabs
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Header
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar/html
+ at dirrm %%RTHOME%%/plugins/RTx-Calendar
+ at dirrm man/auto/RTx/Calendar
+ at dirrmtry man/auto/RTx
+ at dirrmtry man/auto
Index: pkg-plist.rt36
===================================================================
RCS file: pkg-plist.rt36
diff -N pkg-plist.rt36
--- pkg-plist.rt36	19 Feb 2009 15:33:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,40 +0,0 @@
-%%RTHOME%%/share/html/Search/Calendar.html
-%%RTHOME%%/share/html/Prefs/Elements/CalendarFeed
-%%RTHOME%%/share/html/Prefs/Calendar.html
-%%RTHOME%%/share/html/NoAuth/images/updated.png
-%%RTHOME%%/share/html/NoAuth/images/starts_due.png
-%%RTHOME%%/share/html/NoAuth/images/starts.png
-%%RTHOME%%/share/html/NoAuth/images/started.png
-%%RTHOME%%/share/html/NoAuth/images/resolved.png
-%%RTHOME%%/share/html/NoAuth/images/reminder.png
-%%RTHOME%%/share/html/NoAuth/images/due.png
-%%RTHOME%%/share/html/NoAuth/images/created_due.png
-%%RTHOME%%/share/html/NoAuth/images/created.png
-%%RTHOME%%/share/html/NoAuth/css/calendar.css
-%%RTHOME%%/share/html/NoAuth/Calendar/dhandler
-%%RTHOME%%/share/html/Elements/MyCalendar
-%%RTHOME%%/share/html/Elements/CalendarEvent
-%%RTHOME%%/share/html/Callbacks/RTx-Calendar/User/Elements/Tabs/Default
-%%RTHOME%%/share/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs/Default
-%%RTHOME%%/share/html/Callbacks/RTx-Calendar/Elements/Header/Head
-%%RTHOME%%/local/man/auto/RTx/Calendar/.packlist
-%%RTHOME%%/local/lib/RTx/Calendar.pm
- at dirrm %%RTHOME%%/share/html/NoAuth/Calendar
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/User/Elements/Tabs
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/User/Elements
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/User
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/Ticket/Elements
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/Ticket
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/Elements/Header
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar/Elements
- at dirrm %%RTHOME%%/share/html/Callbacks/RTx-Calendar
- at dirrmtry %%RTHOME%%/share/html/Callbacks
- at dirrm %%RTHOME%%/local/man/auto/RTx/Calendar
- at dirrmtry %%RTHOME%%/local/man/auto/RTx
- at dirrmtry %%RTHOME%%/local/man/auto
- at dirrmtry %%RTHOME%%/local/man/man3
- at dirrmtry %%RTHOME%%/local/man
- at dirrmtry %%RTHOME%%/local/lib/RTx
- at dirrmtry %%RTHOME%%/local/lib
- at dirrmtry %%RTHOME%%/local
Index: pkg-plist.rt38
===================================================================
RCS file: pkg-plist.rt38
diff -N pkg-plist.rt38
--- pkg-plist.rt38	19 Mar 2009 15:42:05 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,46 +0,0 @@
-%%RTHOME%%/plugins/RTx-Calendar/lib/RTx/Calendar.pm
-%%RTHOME%%/plugins/RTx-Calendar/html/Search/Calendar.html
-%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Elements/CalendarFeed
-%%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Calendar.html
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/updated.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/starts_due.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/starts.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/started.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/resolved.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/reminder.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/due.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/created_due.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images/created.png
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/css/calendar.css
-%%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
-%%RTHOME%%/plugins/RTx-Calendar/html/Elements/MyCalendar
-%%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarEvent
-%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements/Tabs/Default
-%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs/Default
-%%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Header/Head
-man/auto/RTx/Calendar/.packlist
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/lib/RTx
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/lib
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Search
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Prefs/Elements
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Prefs
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/images
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/css
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth/Calendar
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/NoAuth
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Elements
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements/Tabs
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User/Elements
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/User
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Header
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks
- at dirrm %%RTHOME%%/plugins/RTx-Calendar/html
- at dirrm %%RTHOME%%/plugins/RTx-Calendar
- at dirrm man/auto/RTx/Calendar
- at dirrmtry man/auto/RTx
- at dirrmtry man/auto
Index: files/patch-html_Callbacks_RTx-Calendar_Elements_Tabs_Privileged
===================================================================
RCS file: files/patch-html_Callbacks_RTx-Calendar_Elements_Tabs_Privileged
diff -N files/patch-html_Callbacks_RTx-Calendar_Elements_Tabs_Privileged
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-html_Callbacks_RTx-Calendar_Elements_Tabs_Privileged	24 Sep 2011 15:18:57 -0000
@@ -0,0 +1,79 @@
+
+$FreeBSD$
+
+--- html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged.orig
++++ html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged
+@@ -0,0 +1,73 @@
++%# BEGIN BPS TAGGED BLOCK {{{
++%# 
++%# COPYRIGHT:
++%# 
++%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
++%#                                          <jesse at bestpractical.com>
++%# 
++%# (Except where explicitly superseded by other copyright notices)
++%# 
++%# 
++%# LICENSE:
++%# 
++%# This work is made available to you under the terms of Version 2 of
++%# the GNU General Public License. A copy of that license should have
++%# been provided with this software, but in any event can be snarfed
++%# from www.gnu.org.
++%# 
++%# This work is distributed in the hope that it will be useful, but
++%# WITHOUT ANY WARRANTY; without even the implied warranty of
++%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++%# General Public License for more details.
++%# 
++%# You should have received a copy of the GNU General Public License
++%# along with this program; if not, write to the Free Software
++%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
++%# 02110-1301 or visit their web page on the internet at
++%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
++%# 
++%# 
++%# CONTRIBUTION SUBMISSION POLICY:
++%# 
++%# (The following paragraph is not intended to limit the rights granted
++%# to you to modify and distribute this software under the terms of
++%# the GNU General Public License and is only of importance to you if
++%# you choose to contribute your changes and enhancements to the
++%# community by submitting them to Best Practical Solutions, LLC.)
++%# 
++%# By intentionally submitting any modifications, corrections or
++%# derivatives to this work, or any other work intended for use with
++%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
++%# you are the copyright holder for those contributions and you grant
++%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
++%# royalty-free, perpetual, license to use, copy, create derivative
++%# works based on those contributions, and sublicense and distribute
++%# those contributions and any derivatives thereof.
++%# 
++%# END BPS TAGGED BLOCK }}}
++<%INIT>
++my $request_path = $HTML::Mason::Commands::r->path_info;
++
++my $query_string = sub {
++    my %args = @_;
++    my $u    = URI->new();
++    $u->query_form(%args);
++    return $u->query;
++};
++
++if ( $request_path =~ qr{^/Search/} && $m->request_args->{Query} ) {
++    my $tabs = PageMenu;
++    $tabs->child( 'calendar' => title => loc('Calendar'),
++                    path => '/Search/Calendar.html?' . $query_string->(
++                        %{$m->request_args} ) );
++}
++
++my $about_me = Menu->child( 'preferences' );
++my $settings = $about_me ? $about_me->child('settings') : undef;
++
++if ( $settings ) {
++    $settings->child( 'calendar' => title => loc('Calendar'),
++                    path => '/Prefs/Calendar.html' );
++}
++
++</%INIT>
Index: files/patch-html_Prefs_Calendar.html
===================================================================
RCS file: files/patch-html_Prefs_Calendar.html
diff -N files/patch-html_Prefs_Calendar.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-html_Prefs_Calendar.html	24 Sep 2011 15:18:57 -0000
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- html/Prefs/Calendar.html.orig
++++ html/Prefs/Calendar.html
+@@ -6,10 +6,14 @@
+ </%args>
+ 
+ <& /Elements/Header, Title => $title &>
++% if ( $m->comp_exists( '/User/Elements/Tabs' ) ) {
+ <& /User/Elements/Tabs,
+     current_tab => 'Prefs/Calendar.html',
+     Title => $title
+ &>
++% } else {
++<& /Elements/Tabs &>
++% }
+ 
+ <&| /Widgets/TitleBox, title => loc('ICal Feeds (ics)') &>
+ 
Index: files/patch-html_Search_Calendar.html
===================================================================
RCS file: files/patch-html_Search_Calendar.html
diff -N files/patch-html_Search_Calendar.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-html_Search_Calendar.html	24 Sep 2011 15:18:57 -0000
@@ -0,0 +1,52 @@
+
+$FreeBSD$
+
+--- html/Search/Calendar.html.orig
++++ html/Search/Calendar.html
+@@ -10,9 +10,15 @@
+ </%args>
+ 
+ <& /Elements/Header, Title => $title &>
++
++% if ( $m->comp_exists( '/Ticket/Elements/Tabs' ) ) {
+ <& /Ticket/Elements/Tabs,
+     current_tab => "Search/Calendar.html?$QueryString",
+     Title => $title &>
++% } else {
++    <& /Elements/Tabs &>
++% }
++
+ <&| /Widgets/TitleBox,
+      title => loc('Calendar for ') . $rtdate->GetMonth($Month) . " $Year" ,
+      title_class=> 'inverse',
+@@ -26,7 +32,7 @@
+ %    $PYear--;
+ %    $PMonth = 11;
+ % }
+-<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$PMonth%>&Year=<%$PYear%>&<%$QueryString%>">«<%$rtdate->GetMonth($PMonth)%></a>
++<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$PMonth%>&Year=<%$PYear%>&<%$QueryString%>">?<%$rtdate->GetMonth($PMonth)%></a>
+ </td>
+ <td align="center">
+ <a href="<%$RT::WebPath%>/Prefs/Calendar.html">Calendar Preferences and Help</a>
+@@ -37,7 +43,7 @@
+ %    $NYear++;
+ %    $NMonth = 0;
+ % }
+-<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$NMonth%>&Year=<%$NYear%>&<%$QueryString%>"><%$rtdate->GetMonth($NMonth)%>»</a>
++<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$NMonth%>&Year=<%$NYear%>&<%$QueryString%>"><%$rtdate->GetMonth($NMonth)%>?</a>
+ </td>
+ </tr>
+ </table>
+@@ -77,10 +83,10 @@
+ <table width="100%">
+ <tr>
+ <td align="left">
+-<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$PMonth%>&Year=<%$PYear%>&<%$QueryString%>">«<%$rtdate->GetMonth($PMonth)%></a>
++<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$PMonth%>&Year=<%$PYear%>&<%$QueryString%>">?<%$rtdate->GetMonth($PMonth)%></a>
+ </td>
+ <td align="right">
+-<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$NMonth%>&Year=<%$NYear%>&<%$QueryString%>"><%$rtdate->GetMonth($NMonth)%>»</a>
++<a href="<%$RT::WebPath%>/Search/Calendar.html?Month=<%$NMonth%>&Year=<%$NYear%>&<%$QueryString%>"><%$rtdate->GetMonth($NMonth)%>?</a>
+ </td>
+ </tr>
+ </table>
--- p5-RTx-Calendar.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list