Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2008 22:20:48 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wxs@FreeBSD.org, araujo@FreeBSD.org
Subject:   ports/125785: [PATCH]: www/rt34 Simplify RT, deprecate rt2, rt3, rt32, rt34 in favor of 36
Message-ID:  <200807192220.m6JMKmTL013497@riderwayinc.com>
Resent-Message-ID: <200807192231.m6JMV72g072174@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125785
>Category:       ports
>Synopsis:       [PATCH]: www/rt34 Simplify RT, deprecate rt2, rt3, rt32, rt34 in favor of 36
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 19 22:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008 root@elektra.rws:/x1-local/obj/usr/src/sys/MAGNETO amd64
>Description:
>How-To-Repeat:
  - take maintainership on www/rt36. [1]
  - REPO COPY www/rt36 -> www/rt38 (just released)
  - deprecate rt{2,3,32,34} for October 17 (3months)
  - use = not ?= for comment while here

[1] approved by Vivek (maintainer) on ports@

>Fix:
--- www_rt.diff begins here ---
Index: rt2/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rt2/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- rt2/Makefile	8 Sep 2007 01:11:47 -0000	1.26
+++ rt2/Makefile	19 Jul 2008 22:17:01 -0000
@@ -42,6 +42,10 @@
 		${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
 		${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm
 
+IGNORE=	Use www/rt36 instead
+DEPRECATED=    ${IGNORE}
+EXPIRE_DATE=    2008-10-17
+
 USE_PERL5=	5.8.0+	# dependencies require it
 ALL_TARGETS=	testdeps fixdeps
 
Index: rt3/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rt3/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- rt3/Makefile	1 May 2008 00:27:59 -0000	1.51
+++ rt3/Makefile	19 Jul 2008 22:17:01 -0000
@@ -52,7 +52,9 @@
 		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-IGNORE=		uses a random gid in the range reserved for local sysadmin use
+IGNORE=	Use www/rt36 instead
+DEPRECATED=	${IGNORE}
+EXPIRE_DATE=	2008-10-17
 
 APACHE_COMPAT=	yes
 HAS_CONFIGURE=	yes
Index: rt32/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rt32/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- rt32/Makefile	1 May 2008 00:27:59 -0000	1.52
+++ rt32/Makefile	19 Jul 2008 22:17:01 -0000
@@ -51,6 +51,10 @@
 		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+IGNORE=	Use www/rt36 instead
+DEPRECATED=	${IGNORE}
+EXPIRE_DATE=	2008-10-17
+
 LATEST_LINK=	rt32
 HAS_CONFIGURE=	yes
 NO_BUILD=	yes
Index: rt34/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rt34/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- rt34/Makefile	1 May 2008 00:27:59 -0000	1.57
+++ rt34/Makefile	19 Jul 2008 22:17:01 -0000
@@ -55,7 +55,10 @@
 		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-DEPRECATED=	Please install www/rt36 which is the lastest recommended release
+IGNORE= Use www/rt36 instead
+DEPRECATED= ${IGNORE}
+EXPIRE_DATE=    2008-10-17
+
 LATEST_LINK=	rt34
 HAS_CONFIGURE=	yes
 NO_BUILD=	yes
Index: rt36/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rt36/Makefile,v
retrieving revision 1.66
diff -u -r1.66 Makefile
--- rt36/Makefile	2 Jul 2008 14:33:44 -0000	1.66
+++ rt36/Makefile	19 Jul 2008 22:17:01 -0000
@@ -15,8 +15,8 @@
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
-MAINTAINER=	vivek@khera.org
-COMMENT?=	RT is an industrial-grade ticketing system written in Perl
+MAINTAINER=	pgollucci@p6m7g8.com
+COMMENT=	RT is an industrial-grade ticketing system written in Perl
 
 PERL_MODULES =	${APXS}:${PORTSDIR}/${APACHE_PORT} \
 		${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
--- www_rt.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807192220.m6JMKmTL013497>