- Document the recent XSS CVE
- Update www/mod_perl 1.31
- Pull XSS CVE into www/mod_perl2 until 2.05 is released
- Update www/libapreq2 to 2.12

Have fun all!

-- 
------------------------------------------------------------------------
Philip M. Gollucci (phi...@ridecharge.com)
did: 703.579.6947, o: 703.549.2050x206
Senior System Admin - RideCharge Inc.
http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
--- Begin Message ---
pgollucci    2009-05-16 01:32:37 UTC

  FreeBSD ports repository

  Modified files:
    security/vuxml       vuln.xml 
  Log:
  - Document mod_perl -- cross site scripting in Apache::Status
  
  Revision  Changes    Path
  1.1937    +34 -1     ports/security/vuxml/vuln.xml

http://cvsweb.FreeBSD.org/ports/security/vuxml/vuln.xml.diff?r1=1.1936&r2=1.1937&f=h
| --- ports/security/vuxml/vuln.xml     2009/05/16 00:44:25     1.1936
| +++ ports/security/vuxml/vuln.xml     2009/05/16 01:32:36     1.1937
| @@ -28,12 +28,45 @@ WHETHER IN CONTRACT, STRICT LIABILITY, O
|  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
|  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|  
| -  $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/vuxml/vuln.xml,v 
1.1936 2009/05/16 00:44:25 miwi Exp $
| +  $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/vuxml/vuln.xml,v 
1.1937 2009/05/16 01:32:36 pgollucci Exp $
|  
|  Note:  Please add new entries to the beginning of this file.
|  
|  -->
|  <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1";>
| +  <vuln vid="4a638895-41b7-11de-b1cc-00219b0fc4d8">
| +    <topic>mod_perl -- cross site scripting in Apache::Status</topic>
| +    <affects>
| +      <package>
| +     <name>mod_perl</name>
| +     <range><lt>1.31</lt></range>
| +      </package>
| +      <package>
| +     <name>mod_perl2</name>
| +     <range><lt>2.05</lt></range>
| +      </package>
| +    </affects>
| +    <description>
| +      <body xmlns="http://www.w3.org/1999/xhtml";>
| +     <p>US Cert reports:</p>
| +        <blockquote
| +          cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0796";>
| +       <p>Cross-site scripting (XSS) vulnerability in Status.pm in
| +            Apache::Status and Apache2::Status in mod_perl1 and mod_perl2 for
| +            the Apache HTTP Server, when /perl-status is accessible, allows
| +            remote attackers to inject arbitrary web script or HTML via the 
URI.</p>
| +     </blockquote>
| +      </body>
| +    </description>
| +    <references>
| +      <url>http://secunia.com/advisories/34597</url>
| +    </references>
| +    <dates>
| +      <discovery>2009-02-28</discovery>
| +      <entry>2009-05-16</entry>
| +    </dates>
| +  </vuln>
| +
|    <vuln vid="a6605f4b-4067-11de-b444-001372fd0af2">
|      <topic>drupal -- cross-site scripting</topic>
|      <affects>

--- End Message ---
--- Begin Message ---
pgollucci    2009-05-16 01:33:52 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_perl         Makefile distinfo 
  Log:
  - Update to 1.31
  
  Security:        
http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8
  
  Revision  Changes    Path
  1.41      +7 -9      ports/www/mod_perl/Makefile
  1.13      +3 -3      ports/www/mod_perl/distinfo

http://cvsweb.FreeBSD.org/ports/www/mod_perl/Makefile.diff?r1=1.40&r2=1.41&f=h
| --- ports/www/mod_perl/Makefile       2009/04/13 03:50:15     1.40
| +++ ports/www/mod_perl/Makefile       2009/05/16 01:33:52     1.41
| @@ -2,11 +2,11 @@
|  # Date created:                              November 5th 1999
|  # Whom:                                      Sheldon Hearn 
<sheld...@freebsd.org>
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_perl/Makefile,v 
1.40 2009/04/13 03:50:15 pgollucci Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_perl/Makefile,v 
1.41 2009/05/16 01:33:52 pgollucci Exp $
|  #
|  
|  PORTNAME=    mod_perl
| -PORTVERSION= 1.30
| +PORTVERSION= 1.31
|  CATEGORIES=  www perl5
|  MASTER_SITES=        CPAN
|  MASTER_SITE_SUBDIR=  ModPerl/GOZER
| @@ -41,21 +41,19 @@ MAN3=             Apache.3 Apache::Constants.3  Apa
|               Apache::PerlSections.3 Apache::fork.3 cgi_to_mod_perl.3 \
|               mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \
|               mod_perl_tuning.3
| +
|  .if defined(APACHE_PORT)
| -.   if ${APACHE_PORT:Mipv6} != ""
| +.  if ${APACHE_PORT:Mipv6} != ""
|  WITH_APACHE_IPV6=    YES
| -.   endif
| -.endif
| -
| -.if defined(WITH_APACHE_IPV6)
|  CFLAGS+=     -DAPACHE6
| +.  endif
|  .endif
|  
|  post-install:
| -     ${MKDIR} ${PREFIX}/include/apache/modules/perl
| +     ${MKDIR} ${LOCALBASE}/${APACHEINCLUDEDIR}/modules/perl
|       ${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \
| -         ${PREFIX}/include/apache/modules/perl
| -     ${INSTALL_PROGRAM} ${WRKSRC}/apaci/libperl.so ${PREFIX}/libexec/apache
| +         ${LOCALBASE}/${APACHEINCLUDEDIR}/modules/perl
| +     ${INSTALL_PROGRAM} ${WRKSRC}/apaci/libperl.so 
${LOCALBASE}/${APACHEMODDIR}/
|       @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|  
|  post-deinstall:
http://cvsweb.FreeBSD.org/ports/www/mod_perl/distinfo.diff?r1=1.12&r2=1.13&f=h
| --- ports/www/mod_perl/distinfo       2007/04/25 18:46:30     1.12
| +++ ports/www/mod_perl/distinfo       2009/05/16 01:33:52     1.13
| @@ -1,3 +1,3 @@
| -MD5 (mod_perl-1.30.tar.gz) = bfd6f6cff1ab1cc3dbb58a236701d169
| -SHA256 (mod_perl-1.30.tar.gz) = 
af6e1380a9197750b2d443f02a7a0dba3586c3fc0c8269beaafef09159184a08
| -SIZE (mod_perl-1.30.tar.gz) = 389029
| +MD5 (mod_perl-1.31.tar.gz) = d2188bf500e9f00cd78dc97c3fbf6b97
| +SHA256 (mod_perl-1.31.tar.gz) = 
0bc7d2638139b7ac9742e27051513efb332504093eca84488ca15585b14860c1
| +SIZE (mod_perl-1.31.tar.gz) = 389960

--- End Message ---
--- Begin Message ---
pgollucci    2009-05-16 02:07:21 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_perl2        Makefile 
  Added files:
    www/mod_perl2/files  patch-r760926 
  Log:
  Pull r760926 from stream to fix CVE-2009-0796
  This will be fixed in 2.0.5 and can be removed
  
  SVN:        http://svn.apache.org/viewvc?rev=760926&view=rev
  Security:   http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8
  
  Revision  Changes    Path
  1.67      +2 -1      ports/www/mod_perl2/Makefile
  1.1       +47 -0     ports/www/mod_perl2/files/patch-r760926 (new)
http://cvsweb.FreeBSD.org/ports/www/mod_perl2/files/patch-r760926?rev=1.1&content-type=text/x-cvsweb-markup

http://cvsweb.FreeBSD.org/ports/www/mod_perl2/Makefile.diff?r1=1.66&r2=1.67&f=h
| --- ports/www/mod_perl2/Makefile      2009/01/14 20:13:00     1.66
| +++ ports/www/mod_perl2/Makefile      2009/05/16 02:07:21     1.67
| @@ -2,12 +2,12 @@
|  # Date created:                              February 13th 2003
|  # Whom:                                      Lars Eggert <la...@isi.edu>
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_perl2/Makefile,v 
1.66 2009/01/14 20:13:00 pav Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/mod_perl2/Makefile,v 
1.67 2009/05/16 02:07:21 pgollucci Exp $
|  #
|  
|  PORTNAME=    mod_perl
|  PORTVERSION= 2.0.4
| -PORTREVISION=        1
| +PORTREVISION=        2
|  PORTEPOCH=   3
|  CATEGORIES=  www perl5
|  MASTER_SITES=        http://perl.apache.org/dist/ \
| @@ -100,6 +100,7 @@ pre-fetch:
|  
|  pre-configure:
|       ${RM} ${WRKSRC}/lib/ModPerl/BuildMM.pm.orig
| +     ${RM} ${WRKSRC}/lib/Apache2/Status.pm.orig
|  
|  post-install:
|       ${MKDIR} ${PREFIX}/${APACHEINCLUDEDIR}/modules/perl

--- End Message ---
--- Begin Message ---
pgollucci    2009-05-16 02:33:03 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-RTx-Statistics Makefile 
    www/rt38             Makefile 
    www/p5-RT-Authen-ExternalAuth Makefile 
    www/p5-RTx-Calendar  Makefile 
    www/p5-RT-Extension-SLA Makefile 
    www/libapreq2        Makefile distinfo 
    www/libapreq2/files  patch-glue-Makefile.in 
                         patch-glue-perl-Makefile.PL 
                         patch-library-Makefile.in 
                         patch-module-Makefile.in 
  Log:
  - Update to 2.12
  - We busted something upstream and we need GMAKE now
  - Bump PORTREVISIONS for p5-libapreq2 ports
      b/c of shared lib bumps
  
  PR:             ports/133694
  Approved by:    maintainer timeout (skv; 1 month 2 days)
  
  Revision  Changes    Path
  1.31      +4 -4      ports/www/libapreq2/Makefile
  1.9       +3 -3      ports/www/libapreq2/distinfo
  1.2       +4 -4      ports/www/libapreq2/files/patch-glue-Makefile.in
  1.7       +0 -98     ports/www/libapreq2/files/patch-glue-perl-Makefile.PL
  1.4       +7 -7      ports/www/libapreq2/files/patch-library-Makefile.in
  1.3       +6 -6      ports/www/libapreq2/files/patch-module-Makefile.in
  1.3       +1 -0      ports/www/p5-RT-Authen-ExternalAuth/Makefile
  1.6       +1 -0      ports/www/p5-RT-Extension-SLA/Makefile
  1.5       +1 -0      ports/www/p5-RTx-Calendar/Makefile
  1.8       +1 -1      ports/www/p5-RTx-Statistics/Makefile
  1.13      +1 -1      ports/www/rt38/Makefile

http://cvsweb.FreeBSD.org/ports/www/libapreq2/Makefile.diff?r1=1.30&r2=1.31&f=h
| --- ports/www/libapreq2/Makefile      2008/08/26 18:59:39     1.30
| +++ ports/www/libapreq2/Makefile      2009/05/16 02:33:02     1.31
| @@ -2,12 +2,11 @@
|  # Date created:                              June 5, 2004
|  # Whom:                                      Autrijus Tang 
<autri...@autrijus.org>
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/libapreq2/Makefile,v 
1.30 2008/08/26 18:59:39 ade Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/libapreq2/Makefile,v 
1.31 2009/05/16 02:33:02 pgollucci Exp $
|  #
|  
|  PORTNAME=    libapreq2
| -PORTVERSION= 2.08
| -PORTREVISION=        3
| +PORTVERSION= 2.12
|  CATEGORIES=  www devel
|  MASTER_SITES=        ${MASTER_SITE_APACHE_HTTPD}
|  MASTER_SITE_SUBDIR=libapreq
| @@ -16,6 +15,7 @@ MAINTAINER= s...@freebsd.org
|  COMMENT=     Generic Apache2 Request Library
|  
|  USE_APACHE=  2.0+
| +USE_GMAKE=   yes
|  USE_LDCONFIG=        yes
|  USE_AUTOTOOLS=       autoconf:262 libtool:15
|  CONFIGURE_ARGS+=     --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
| @@ -59,9 +59,9 @@ PLIST_SUB+= WITH_MODPERL2="@comment "
|  .include <bsd.port.pre.mk>
|  
|  .if ${APACHE_VERSION} == 20
| -SHLIB_MAJOR= 8
| -.else
|  SHLIB_MAJOR= 9
| +.else
| +SHLIB_MAJOR= 10
|  .endif
|  
|  .include <bsd.port.post.mk>
http://cvsweb.FreeBSD.org/ports/www/libapreq2/distinfo.diff?r1=1.8&r2=1.9&f=h
| --- ports/www/libapreq2/distinfo      2006/08/10 10:06:15     1.8
| +++ ports/www/libapreq2/distinfo      2009/05/16 02:33:02     1.9
| @@ -1,3 +1,3 @@
| -MD5 (libapreq2-2.08.tar.gz) = 9fb3deec448f74c455d4ffc13846ea9f
| -SHA256 (libapreq2-2.08.tar.gz) = 
8f8d71852ea3addab7690fa96fc50ea5f221f719156d50995f7f3e0a5a59e932
| -SIZE (libapreq2-2.08.tar.gz) = 847527
| +MD5 (libapreq2-2.12.tar.gz) = 76e2acde0d82246dea6f2565f3746eec
| +SHA256 (libapreq2-2.12.tar.gz) = 
4bf0f37eb92c8a78f3402b2f830ef4928d399bee9ced7a7c0ec218956490b1b8
| +SIZE (libapreq2-2.12.tar.gz) = 859412
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-glue-Makefile.in.diff?r1=1.1&r2=1.2&f=h
| --- ports/www/libapreq2/files/patch-glue-Makefile.in  2006/05/29 15:33:44     
1.1
| +++ ports/www/libapreq2/files/patch-glue-Makefile.in  2009/05/16 02:33:03     
1.2
| @@ -1,9 +1,9 @@
| ---- glue/Makefile.in.orig    Mon May 29 19:31:01 2006
| -+++ glue/Makefile.in Mon May 29 19:31:12 2006
| -@@ -262,7 +262,7 @@
| -     cd perl; $(MAKE) test
| +--- ./glue/Makefile.in.orig  2009-04-13 06:32:19.000000000 +0000
| ++++ ./glue/Makefile.in       2009-04-13 06:32:29.000000000 +0000
| +@@ -266,7 +266,7 @@
|   
|   perl_install:
| +     cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ 
@MM_OPTS@
|  -    cd perl; $(MAKE) install
|  +    cd perl; $(MAKE) pure_install
|   
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-glue-perl-Makefile.PL.diff?r1=1.6&r2=1.7&f=h
| --- ports/www/libapreq2/files/patch-glue-perl-Makefile.PL     2008/08/26 
18:59:39     1.6
| +++ ports/www/libapreq2/files/patch-glue-perl-Makefile.PL     2009/05/16 
02:33:03     1.7
| @@ -1,103 +1,5 @@
|  --- glue/perl/Makefile.PL.orig       2006-08-09 04:26:45.000000000 +0000
|  +++ glue/perl/Makefile.PL    2008-08-25 18:07:08.000000000 +0000
| -@@ -37,6 +37,50 @@
| -     read $file, $_[0], -s $file;
| - }
| - 
| -+sub cmp_tuples {
| -+    my ($num_a, $num_b) = @_;
| -+
| -+    while (@$num_a && @$num_b) {
| -+        my $cmp = shift @$num_a <=> shift @$num_b;
| -+        return $cmp if $cmp;
| -+    }  
| -+
| -+    return @$num_a <=> @$num_b;
| -+}
| -+
| -+sub autoconf_foo {
| -+    my ($config, $re_start, $re_end, $re_match) = @_;
| -+
| -+    $$config =~ /^${re_start}APACHE2_INCLUDES${re_end}($re_match)/m or
| -+        die "Can't find apache include directory";
| -+    my $apache_includes = $1;
| -+    $$config =~ /^${re_start}APR_INCLUDES${re_end}($re_match)/m or
| -+        die "Can't find apache include directory";
| -+    $apache_includes .= " $1";
| -+
| -+    my $apr_libs ="";
| -+
| -+    $$config =~ m/^${re_start}APREQ_LIBNAME${re_end}($re_match)/m or
| -+        die "Can't find apreq libname";
| -+
| -+    my $apreq_libname = $1;
| -+
| -+    $$config =~ m/^${re_start}PACKAGE_VERSION${re_end}($re_match)/m or
| -+        die "Can't find package version";
| -+    my $version = $1;
| -+
| -+    ## Code around an autoconf 2.60 bug
| -+    ## http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00127.html
| -+    ## $ grep @PACKAGE_VERSION config.status-2.59 config.status-2.60 
| -+    ## config.status-2.59:s,@PACKAGE_VERSION@,2.09,;t t
| -+    ## config.status-2.60:s,@PACKAGE_VERSION@,|#_!!_#|2.09,g
| -+    foreach ($apache_includes, $apreq_libname, $version) {
| -+        s/\|#_!!_#\|//g;
| -+    }
| -+
| -+    return ($apache_includes, $apr_libs, $apreq_libname, $version);
| -+}
| -+
| - my ($apache_includes, $apache_dir, $apr_libs, $apreq_libname, $perl_lib);
| - 
| - if (WIN32) {
| -@@ -63,31 +107,22 @@
| - }
| - else {
| -     slurp my $config => "$base_dir/config.status";
| --    $config =~ /^s,\...@apache2_includes\@,([^,]+)/m or
| --        die "Can't find apache include directory";
| --    $apache_includes = $1;
| --    $config =~ /^s,\...@apr_includes\@,([^,]+)/m or
| --        die "Can't find apache include directory";
| --    $apache_includes .= " $1";
| --
| --#    $config =~ m/^s,\...@apr_ldflags\@,([^,]+)/m or
| --#        die "Can't find apr ldflags";
| --#    $apr_libs = $1;
| --
| --#    $config =~ m/^s,\...@apr_libs\@,([^,]+)/m or
| --#        die "Can't find apr libraries";
| --#    $apr_libs .= " $1";
| --
| --    $apr_libs ="";
| --
| --    $config =~ m/^s,\...@apreq_libname\@,([^,]+)/m or
| --        die "Can't find apreq libname";
| --    $apreq_libname = $1;
| --
| --    $config =~ m/^s,\...@package_version\@,([^,]+)/m or
| --        die "Can't find package version";
| --    $version = $1;
| - 
| -+    $config =~ /GNU Autoconf (\d+\.\d+)/;
| -+    my $autoconf_ver = $1;
| -+ 
| -+    ### XXX: Lord have mercy on us.....
| -+    if (cmp_tuples([split /\./, $autoconf_ver], [qw(2 61)]) > 0) {
| -+        ### Autoconf >=2.62 changed the format of the file
| -+        ### I.E.: S["APACHE2_INCLUDES"]="-I/usr/local/include/apache2"
| -+        ($apache_includes, $apr_libs, $apreq_libname, $version) = 
| -+           autoconf_foo(\$config, qr/S\[\"/, qr/\"\]=\"/, qr/[^\"]+/);
| -+    }
| -+    else {
| -+       ### I.E.: s,@APACHE2_INCLUDES@,-I/usr/local/include/apache22,;t t
| -+       ($apache_includes, $apr_libs, $apreq_libname, $version) = 
| -+          autoconf_foo(\$config, qr/s,\@/, qr/\@,/, qr/[^,]+/);
| -+    }
| - }
| - 
| - my $apreq_libs = WIN32 ?
|  @@ -415,8 +450,8 @@
|       'NAME'      => '$class',
|       'VERSION'   => '$version',
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-library-Makefile.in.diff?r1=1.3&r2=1.4&f=h
| --- ports/www/libapreq2/files/patch-library-Makefile.in       2006/08/10 
10:06:15     1.3
| +++ ports/www/libapreq2/files/patch-library-Makefile.in       2009/05/16 
02:33:03     1.4
| @@ -1,11 +1,11 @@
| ---- library/Makefile.in.orig Thu Aug 10 01:43:51 2006
| -+++ library/Makefile.in      Thu Aug 10 01:43:58 2006
| +--- ./library/Makefile.in.orig       2009-04-13 06:34:05.000000000 +0000
| ++++ ./library/Makefile.in    2009-04-13 06:35:03.000000000 +0000
|  @@ -144,7 +144,7 @@
| - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
| + DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/include
| + CPPFLAGS = @CPPFLAGS@
|   LDFLAGS = @LDFLAGS@
| - LIBOBJS = @LIBOBJS@
|  -LIBS = @LIBS@
|  +LIBS = @LIBS@ -L$(prefix)
| - LIBTOOL = @LIBTOOL@
| - LN_S = @LN_S@
| - LTLIBOBJS = @LTLIBOBJS@
| + depcomp = $(SHELL) $(top_srcdir)/depcomp
| + am__depfiles_maybe = depfiles
| + @amdep_t...@dep_files = ./$(DEPDIR)/cookie.Plo ./$(DEPDIR)/error.Plo \
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-module-Makefile.in.diff?r1=1.2&r2=1.3&f=h
| --- ports/www/libapreq2/files/patch-module-Makefile.in        2006/08/10 
10:06:15     1.2
| +++ ports/www/libapreq2/files/patch-module-Makefile.in        2009/05/16 
02:33:03     1.3
| @@ -1,11 +1,11 @@
| ---- module/Makefile.in.orig  Tue Aug  8 21:29:05 2006
| -+++ module/Makefile.in       Thu Aug 10 01:45:23 2006
| -@@ -47,7 +47,7 @@
| - mkinstalldirs = $(install_sh) -d
| +--- ./module/Makefile.in.orig        2009-04-13 06:36:59.000000000 +0000
| ++++ ./module/Makefile.in     2009-04-13 06:35:59.000000000 +0000
| +@@ -128,7 +128,7 @@
|   CONFIG_HEADER = $(top_builddir)/include/apreq_config.h
|   CONFIG_CLEAN_FILES =
| + noinst_PROGRAMS = test_cgi$(EXEEXT)
|  -PROGRAMS = $(noinst_PROGRAMS)
| -+PROGRAMS =
| ++PROGRAMS = 
| + 
|   test_cgi_SOURCES = test_cgi.c
|   test_cgi_OBJECTS = test_cgi.$(OBJEXT)
| - test_cgi_LDADD = $(LDADD)
http://cvsweb.FreeBSD.org/ports/www/p5-RT-Authen-ExternalAuth/Makefile.diff?r1=1.2&r2=1.3&f=h
| --- ports/www/p5-RT-Authen-ExternalAuth/Makefile      2009/02/13 14:26:02     
1.2
| +++ ports/www/p5-RT-Authen-ExternalAuth/Makefile      2009/05/16 02:33:02     
1.3
| @@ -2,11 +2,12 @@
|  # Date created:              19 December 2008
|  # Whom:                 Matthew Seaman <m.sea...@infracaninophile.co.uk>
|  #
| -# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Authen-ExternalAuth/Makefile,v 
1.2 2009/02/13 14:26:02 wxs Exp $
| +# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Authen-ExternalAuth/Makefile,v 
1.3 2009/05/16 02:33:02 pgollucci Exp $
|  #
|  
|  PORTNAME=    RT-Authen-ExternalAuth
|  PORTVERSION= 0.08
| +PORTREVISION=        1
|  CATEGORIES=  www net perl5
|  MASTER_SITES=        CPAN
|  PKGNAMEPREFIX=       p5-
http://cvsweb.FreeBSD.org/ports/www/p5-RT-Extension-SLA/Makefile.diff?r1=1.5&r2=1.6&f=h
| --- ports/www/p5-RT-Extension-SLA/Makefile    2009/05/10 23:17:04     1.5
| +++ ports/www/p5-RT-Extension-SLA/Makefile    2009/05/16 02:33:02     1.6
| @@ -2,11 +2,12 @@
|  # Date created:              23 August 2008
|  # Whom:                 Matthew Seaman <m.sea...@infracaninophile.co.uk>
|  #
| -# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Extension-SLA/Makefile,v 1.5 
2009/05/10 23:17:04 miwi Exp $
| +# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Extension-SLA/Makefile,v 1.6 
2009/05/16 02:33:02 pgollucci Exp $
|  #
|  
|  PORTNAME=    RT-Extension-SLA
|  PORTVERSION= 0.03
| +PORTREVISION=        1
|  CATEGORIES=  www perl5
|  MASTER_SITES=        CPAN
|  PKGNAMEPREFIX=       p5-
http://cvsweb.FreeBSD.org/ports/www/p5-RTx-Calendar/Makefile.diff?r1=1.4&r2=1.5&f=h
| --- ports/www/p5-RTx-Calendar/Makefile        2009/03/19 15:42:05     1.4
| +++ ports/www/p5-RTx-Calendar/Makefile        2009/05/16 02:33:02     1.5
| @@ -2,11 +2,12 @@
|  # Date created:              16 August 2008
|  # Whom:                 Matthew Seaman <m.sea...@infracaninophile.co.uk>
|  #
| -# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Calendar/Makefile,v 1.4 
2009/03/19 15:42:05 amdmi3 Exp $
| +# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Calendar/Makefile,v 1.5 
2009/05/16 02:33:02 pgollucci Exp $
|  #
|  
|  PORTNAME=    RTx-Calendar
|  PORTVERSION= 0.07
| +PORTREVISION=        1
|  CATEGORIES=  www perl5
|  MASTER_SITES=        CPAN
|  PKGNAMEPREFIX=       p5-
http://cvsweb.FreeBSD.org/ports/www/p5-RTx-Statistics/Makefile.diff?r1=1.7&r2=1.8&f=h
| --- ports/www/p5-RTx-Statistics/Makefile      2009/04/13 11:47:53     1.7
| +++ ports/www/p5-RTx-Statistics/Makefile      2009/05/16 02:33:02     1.8
| @@ -2,12 +2,12 @@
|  # Date created:                              10-JAN-2006
|  # Whom:                                      Vivek Khera <vi...@khera.org>
|  #
| -# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Statistics/Makefile,v 1.7 
2009/04/13 11:47:53 erwin Exp $
| +# $FreeBSD: 
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Statistics/Makefile,v 1.8 
2009/05/16 02:33:02 pgollucci Exp $
|  #
|  
|  PORTNAME=    RTx-Statistics
|  PORTVERSION= 0.1.8
| -PORTREVISION=        2
| +PORTREVISION=        3
|  CATEGORIES=  www perl5
|  MASTER_SITES=        
http://opensvn.csie.org/RTx_Statistics/releases/${PORTVERSION}/
|  PKGNAMEPREFIX=       p5-
http://cvsweb.FreeBSD.org/ports/www/rt38/Makefile.diff?r1=1.12&r2=1.13&f=h
| --- ports/www/rt38/Makefile   2009/04/27 13:48:11     1.12
| +++ ports/www/rt38/Makefile   2009/05/16 02:33:02     1.13
| @@ -2,7 +2,7 @@
|  # Date created:                                                      26 
December 2008
|  # Whom:                                                                      
Philip M. Gollucci <pgollu...@p6m7g8.com>
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/rt38/Makefile,v 1.12 
2009/04/27 13:48:11 skreuzer Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/rt38/Makefile,v 1.13 
2009/05/16 02:33:02 pgollucci Exp $
|  
|  # TODO:
|  # o etc/rt38 files permissions
| @@ -13,7 +13,7 @@
|  
|  PORTNAME=    rt
|  PORTVERSION= 3.8.2
| -PORTREVISION=        1
| +PORTREVISION=        2
|  CATEGORIES=  www
|  MASTER_SITES=        http://download.bestpractical.com/pub/rt/release/ \
|               ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/

--- End Message ---

Reply via email to