Date: Thu, 26 Jun 2008 14:02:22 -0500 (CDT) From: falz <freebsd@falz.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/125022: www/rt36 - upgrade RT to latest (3.6.7) Message-ID: <20080626190222.07A08BDD37@chrisw.colo.supranet.net> Resent-Message-ID: <200806261920.m5QJK2j9075535@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125022 >Category: ports >Synopsis: www/rt36 - upgrade RT to latest (3.6.7) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 19:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD falz.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Fri Feb 29 09:38:00 CST 2008 root@falz.net:/usr/obj/usr/src/sys/GENERIC-CARP i386 >Description: Update RT to latest (3.6.7). Added one dependency with a version check: devel/p5-Devel-StackTrace and changed these dependencies to check version numbers: databases/p5-DBIx-SearchBuilder www/p5-CGI.pm These were done based on the release announcement for 3.6.7: http://lists.bestpractical.com/pipermail/rt-announce/2008-June/000157.html I opted to simply put these under PERL_MODULES with the other dependencies, but considered putting them under BUILD_DEPENDS or RUN_DEPENDS, all of which would currently yield the same results. >How-To-Repeat: >Fix: --- patch-rt367.diff begins here --- diff -ruN rt36/Makefile rt36.new/Makefile --- rt36/Makefile 2008-03-06 12:06:28.000000000 -0600 +++ rt36.new/Makefile 2008-06-26 13:21:00.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= rt -PORTVERSION?= 3.6.6 +PORTVERSION?= 3.6.7 #PORTREVISION= 0 CATEGORIES= www MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ @@ -22,8 +22,8 @@ PERL_MODULES = ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ + p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm \ + p5-DBIx-SearchBuilder>=0.53:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ @@ -54,6 +54,7 @@ ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/CSS/Squish.pm:${PORTSDIR}/textproc/p5-CSS-Squish \ + p5-Devel-StackTrace>=1.19:${PORTSDIR}/devel/p5-Devel-StackTrace \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require diff -ruN rt36/distinfo rt36.new/distinfo --- rt36/distinfo 2008-03-06 12:06:28.000000000 -0600 +++ rt36.new/distinfo 2008-06-26 11:07:44.000000000 -0500 @@ -1,6 +1,6 @@ -MD5 (rt-3.6.6.tar.gz) = b626c906e7b33c8d1879c15ed744f7e3 -SHA256 (rt-3.6.6.tar.gz) = 509bac5ab588b0a69030d6ee91061e27dd124d9f8d795000b307e5d85a2dbf14 -SIZE (rt-3.6.6.tar.gz) = 1715913 -MD5 (rt-3.6.6.tar.gz.sig) = f03cd392cee84905d38de36788391a30 -SHA256 (rt-3.6.6.tar.gz.sig) = f9809cb1717eb17a6009ddddc3b4ab8bdd56fcbf8e360c6f4cdd15875888cafd -SIZE (rt-3.6.6.tar.gz.sig) = 65 +MD5 (rt-3.6.7.tar.gz) = 46c0b29cd14010ee6a3f181743aeb6ef +SHA256 (rt-3.6.7.tar.gz) = 5916fe002d3739e670aef49a4b12aa385e45eea4602adcf12feaef583a73f6c1 +SIZE (rt-3.6.7.tar.gz) = 1764471 +MD5 (rt-3.6.7.tar.gz.sig) = 6a0de63a3a4bc1775e7198f2c8525a64 +SHA256 (rt-3.6.7.tar.gz.sig) = b6baf640cf9520300cf5174bfa46ffd04a9f59bb4a9e4b6d2c0b53bd02e31793 +SIZE (rt-3.6.7.tar.gz.sig) = 72 --- patch-rt367.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?20080626190222.07A08BDD37>