Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2009 11:06:41 -0800
From:      Jo Rhett <jrhett@netconsonance.com>
To:        Wesley Shields <wxs@freebsd.org>
Cc:        "Arnold Cavazos Jr." <abcjr@abcjr.net>, Steven Kreuzer <skreuzer@exit2shell.com>, freebsd-ports@freebsd.org
Subject:   Re: RT 3.8?
Message-ID:  <6C472BF1-F470-4D8F-96CA-7F794DA05968@netconsonance.com>
In-Reply-To: <20090122043407.GF68353@atarininja.org>
References:  <ab76eba70812151011x1089f1e1if545386972295f4f@mail.gmail.com> <20081215191535.GC33004@atarininja.org> <4946B0C0.90106@freebsd.org> <D46C8404-FD85-4770-BEE4-333A7884A215@exit2shell.com> <20090121213459.GA33671@abcjr.net> <05EDC0A8-030D-4FD0-9B14-A5E62521C9FF@exit2shell.com> <20090121233259.GD68353@atarininja.org> <20090122043407.GF68353@atarininja.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 21, 2009, at 8:34 PM, Wesley Shields wrote:
> I committed this fix and a couple of other small ones for this port
> tonight.  Please let me know if you have any problems with it.


Why that, and not upgrade to 3.8.2?

Here's a patch to upgrade to 3.8.2, and optionally disables the  
graphviz requirement (90+ ports used only for a single graph).

--- Makefile_orig       2009-01-30 10:53:17.000000000 -0800
+++ Makefile    2009-01-30 11:01:09.000000000 -0800
@@ -14,8 +14,7 @@
  #   o install a sample into etc/apache22/Includes

  PORTNAME=      rt
-PORTVERSION=   3.8.1
-PORTREVISION=  5
+PORTVERSION=   3.8.2
  CATEGORIES=    www
  MASTER_SITES=  http://download.bestpractical.com/pub/rt/release/ \
                 ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
@@ -40,7 +39,8 @@
                 STANDALONE      "Enable standalone server"      off \
                 APACHE          "Enable Apache1.3.x server"     off \
                 MODPERL         "Enable mod_perl support"       off \
-               FASTCGI         "Enable FastCGI support"        off
+               FASTCGI         "Enable FastCGI support"        off \
+               GRAPHVIZ        "Enable GraphViz dependancy  
charts"             on

  .include "${.CURDIR}/Makefile.cpan"

@@ -49,7 +49,6 @@
                 ${DASHBOARD_DEPS} \
                 ${GD_DEPS} \
                 ${GPG_DEPS} \
-               ${GRAPHVIZ_DEPS} \
                 ${ICAL_DEPS} \
                 ${MAILGATE_DEPS} \
                 ${MASON_DEPS} \
@@ -67,6 +66,11 @@
  RUN_DEPENDS+=  ${DEV_DEPS}
  .endif

+.if defined(WITH_GRAPHVIZ)
+BUILD_DEPENDS+=        ${GRAPHVIZ_DEPS}
+RUN_DEPENDS+=  ${GRAPHVIZ_DEPS}
+.endif
+
  .if defined(WITH_STANDALONE)
  BUILD_DEPENDS+=        ${STANDALONE_DEPS}
  RUN_DEPENDS+=  ${STANDALONE_DEPS}

--- distinfo_orig       2009-01-30 10:53:25.000000000 -0800
+++ distinfo    2009-01-30 11:03:04.000000000 -0800
@@ -1,3 +1,3 @@
-MD5 (rt-3.8.1.tar.gz) = 72b4419816e43bde6b50ba68374882e3
-SHA256 (rt-3.8.1.tar.gz) =  
0417432a19d2bd3b8fd5a626006050b983714a614a90b68088a27017385678b1
-SIZE (rt-3.8.1.tar.gz) = 2844546
+MD5 (rt-3.8.2.tar.gz) = 100b1fd791e229c4338c0d056c65c12f
+SHA256 (rt-3.8.2.tar.gz) =  
d1cfc9818622b5b691963ab185292303a285ed4f64d286d8c44d999437803422
+SIZE (rt-3.8.2.tar.gz) = 3175872

-- 
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source  
and other randomness





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C472BF1-F470-4D8F-96CA-7F794DA05968>