ports/146130: Update: devel/apr -> 1.4.2/1.3.9 & www/apache22 -> 2.2.15 (-exp request)
Philip M. Gollucci
pgollucci at FreeBSD.org
Wed Apr 28 23:40:02 UTC 2010
>Number: 146130
>Category: ports
>Synopsis: Update: devel/apr -> 1.4.2/1.3.9 & www/apache22 -> 2.2.15 (-exp request)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 28 23:40:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 root at frieza.p6m7g8.net:/usr/obj/usr/src/sys/FRIEZA amd64
>Description:
3 files
the last one (both.diff)
you need to do have both in the same -exp run
>How-To-Repeat:
>Fix:
--- devel_apr-1.4.2.1.3.9.diff begins here ---
Index: devel/apr/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/apr/Makefile,v
retrieving revision 1.91
diff -u -r1.91 Makefile
--- devel/apr/Makefile 24 Dec 2009 19:49:51 -0000 1.91
+++ devel/apr/Makefile 28 Apr 2010 00:22:12 -0000
@@ -6,7 +6,6 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
-PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@@ -29,7 +28,7 @@
PGSQL "Enable Postgresql suport in apr-util" off \
SQLITE "Enable SQLite3 support in apr-util" off
-APR_VERSION= 1.3.9
+APR_VERSION= 1.4.2
APU_VERSION= 1.3.9
USE_ICONV= yes
@@ -45,8 +44,9 @@
APR_WRKDIR= ${WRKDIR}/apr-${APR_VERSION}
APU_WRKDIR= ${WRKDIR}/apr-util-${APU_VERSION}
-PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
-SHLIB_MAJOR= 3
+PLIST_SUB= SHLIB_APR_MAJOR="${SHLIB_APR_MAJOR}" SHLIB_APU_MAJOR="${SHLIB_APU_MAJOR}"
+SHLIB_APR_MAJOR= 4
+SHLIB_APU_MAJOR= 3
APR_CONF_ARGS= --with-installbuilddir=${DATADIR}/build-1
APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \
Index: devel/apr/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/apr/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- devel/apr/distinfo 24 Dec 2009 19:42:23 -0000 1.24
+++ devel/apr/distinfo 28 Apr 2010 00:22:12 -0000
@@ -1,6 +1,6 @@
-MD5 (apr-1.3.9.tar.gz) = 85bcd8005153b8fa63b1e3f95ea31f07
-SHA256 (apr-1.3.9.tar.gz) = 562b5f7251f356a221641262e7ba7a4e1d966086df2fb46477ec9e2c748f9f28
-SIZE (apr-1.3.9.tar.gz) = 1138996
+MD5 (apr-1.4.2.tar.gz) = fc80cb54f158c2674f9eeb47a1f672cd
+SHA256 (apr-1.4.2.tar.gz) = 6a0291d6f6a59d5eab5ae5441c37b78b17f7a1a2fa1478741b7178f5fbc33ebe
+SIZE (apr-1.4.2.tar.gz) = 949945
MD5 (apr-util-1.3.9.tar.gz) = cc2ec0ba4f01d88375f1170f762518fa
SHA256 (apr-util-1.3.9.tar.gz) = 20897069274a026057df26b90a6424da9d70318d930c99885c451d8753b8e4d9
SIZE (apr-util-1.3.9.tar.gz) = 790952
Index: devel/apr/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/apr/pkg-plist,v
retrieving revision 1.22
diff -u -r1.22 pkg-plist
--- devel/apr/pkg-plist 24 Dec 2009 19:49:51 -0000 1.22
+++ devel/apr/pkg-plist 28 Apr 2010 00:22:12 -0000
@@ -79,11 +79,11 @@
lib/libapr-1.a
lib/libapr-1.la
lib/libapr-1.so
-lib/libapr-1.so.%%SHLIB_MAJOR%%
+lib/libapr-1.so.%%SHLIB_APR_MAJOR%%
lib/libaprutil-1.a
lib/libaprutil-1.la
lib/libaprutil-1.so
-lib/libaprutil-1.so.%%SHLIB_MAJOR%%
+lib/libaprutil-1.so.%%SHLIB_APU_MAJOR%%
%%BDB%%lib/apr-util-1/apr_dbm_db-1.so
%%BDB%%lib/apr-util-1/apr_dbm_db.so
%%BDB%%lib/apr-util-1/apr_dbm_db.la
Index: devel/apr/files/patch-apr_buildconf
===================================================================
RCS file: /home/pcvs/ports/devel/apr/files/patch-apr_buildconf,v
retrieving revision 1.3
diff -u -r1.3 patch-apr_buildconf
--- devel/apr/files/patch-apr_buildconf 24 Dec 2009 19:42:24 -0000 1.3
+++ devel/apr/files/patch-apr_buildconf 28 Apr 2010 00:22:12 -0000
@@ -1,5 +1,5 @@
---- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
-+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
+--- apr-1.4.2/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
++++ apr-1.4.2/buildconf 2009-09-27 14:25:11.000000000 +0400
@@ -71,6 +71,7 @@
echo "buildconf: Using libtool.m4 at ${ltfile}."
Index: devel/apr/files/patch-apr_hints.m4
===================================================================
RCS file: /home/pcvs/ports/devel/apr/files/patch-apr_hints.m4,v
retrieving revision 1.19
diff -u -r1.19 patch-apr_hints.m4
--- devel/apr/files/patch-apr_hints.m4 24 Dec 2009 19:42:24 -0000 1.19
+++ devel/apr/files/patch-apr_hints.m4 28 Apr 2010 00:22:12 -0000
@@ -1,5 +1,5 @@
---- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
-+++ apr-1.3.9/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
+--- apr-1.4.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
++++ apr-1.4.2/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
@@ -137,11 +137,7 @@
;;
*-freebsd*)
Index: www/trac-wikitopdf/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikitopdf/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-wikitopdf/Makefile 28 Mar 2010 06:45:08 -0000 1.4
+++ www/trac-wikitopdf/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 2.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-ccselector/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ccselector/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-ccselector/Makefile 13 Dec 2009 16:28:00 -0000 1.3
+++ www/trac-ccselector/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ccselector
PORTVERSION= 0.0.2.4001
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-navadd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-navadd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-navadd/Makefile 13 Dec 2009 16:28:03 -0000 1.2
+++ www/trac-navadd/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-themeengine/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-themeengine/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-themeengine/Makefile 13 Dec 2009 16:28:04 -0000 1.2
+++ www/trac-themeengine/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-wysiwyg/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wysiwyg/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- www/trac-wysiwyg/Makefile 15 Apr 2010 17:37:27 -0000 1.15
+++ www/trac-wysiwyg/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wysiwyg
PORTVERSION= 0.2.7848
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-customroadmap/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-customroadmap/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-customroadmap/Makefile 13 Dec 2009 16:28:00 -0000 1.3
+++ www/trac-customroadmap/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= customroadmap
PORTVERSION= 0.4.2348
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: devel/kdesvn-kde4/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdesvn-kde4/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- devel/kdesvn-kde4/Makefile 3 Apr 2010 19:12:45 -0000 1.39
+++ devel/kdesvn-kde4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= kdesvn
DISTVERSION= 1.5.2
+PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= http://kdesvn.alwins-world.de/downloads/
PKGNAMESUFFIX= -kde4
Index: japanese/trac/Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/trac/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- japanese/trac/Makefile 20 Apr 2010 15:08:25 -0000 1.41
+++ japanese/trac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= trac
PORTVERSION= 0.11.7
+PORTREVISION= 1
CATEGORIES= japanese www devel python
MASTER_SITES= http://dist.bsdlab.org/ \
http://www.i-act.co.jp/project/products/downloads/
Index: www/trac-accountmanager/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-accountmanager/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-accountmanager/Makefile 20 Oct 2008 14:04:09 -0000 1.9
+++ www/trac-accountmanager/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= accountmanager
PORTVERSION= 0.2.1.3857
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www devel python
#MASTER_SITES= http://trac-hacks.org/svn/accountmanagerplugin/trunk/
Index: devel/monodevelop-java/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-java/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-java/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-java/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-java
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: devel/subcommander2/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subcommander2/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- devel/subcommander2/Makefile 28 Mar 2010 06:33:42 -0000 1.19
+++ devel/subcommander2/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= subcommander
PORTVERSION= 2.0.0.b5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/46766/
DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1
Index: www/trac-pydotorgtheme/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pydotorgtheme/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-pydotorgtheme/Makefile 13 Dec 2009 16:28:03 -0000 1.2
+++ www/trac-pydotorgtheme/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/monodevelop-vala/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-vala/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-vala/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-vala/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-vala
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/trac-gitplugin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-gitplugin/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-gitplugin/Makefile 21 Nov 2009 11:04:35 -0000 1.2
+++ www/trac-gitplugin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= gitplugin
PORTVERSION= 0.11.0.2.7034
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
Index: devel/p5-SVN-Notify-Config/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify-Config/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/p5-SVN-Notify-Config/Makefile 18 Jul 2008 21:05:14 -0000 1.6
+++ devel/p5-SVN-Notify-Config/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Notify-Config
PORTVERSION= 0.0911
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
Index: www/trac-math/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-math/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-math/Makefile 28 Mar 2010 06:45:08 -0000 1.3
+++ www/trac-math/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www math python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/p5-SVN-Notify-Filter-AuthZMail/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/p5-SVN-Notify-Filter-AuthZMail/Makefile 25 Jul 2008 19:54:51 -0000 1.1
+++ devel/p5-SVN-Notify-Filter-AuthZMail/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Notify-Filter-AuthZMail
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/svndelta/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svndelta/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/svndelta/Makefile 7 Jul 2008 12:37:19 -0000 1.4
+++ devel/svndelta/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME= svndelta
PORTVERSION= 1.0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.incava.org/pub/svndelta/
Index: www/trac-macropost/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-macropost/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-macropost/Makefile 13 Dec 2009 16:28:02 -0000 1.8
+++ www/trac-macropost/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= macropost
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-ctxtnavadd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ctxtnavadd/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-ctxtnavadd/Makefile 13 Dec 2009 16:28:00 -0000 1.9
+++ www/trac-ctxtnavadd/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ctxtnavaddplugin
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-pagelist/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pagelist/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-pagelist/Makefile 13 Dec 2009 16:28:03 -0000 1.7
+++ www/trac-pagelist/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= pagelist
PORTVERSION= 0.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/subversion-freebsd/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subversion-freebsd/Makefile,v
retrieving revision 1.134
diff -u -r1.134 Makefile
--- devel/subversion-freebsd/Makefile 11 May 2009 14:38:33 -0000 1.134
+++ devel/subversion-freebsd/Makefile 28 Apr 2010 00:03:08 -0000
@@ -4,7 +4,7 @@
#
# $FreeBSD: ports/devel/subversion-freebsd/Makefile,v 1.134 2009/05/11 14:38:33 lev Exp $
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -freebsd
COMMENT= Version control system with FreeBSD Project repo customizations
Index: devel/svntrac/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svntrac/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/svntrac/Makefile 18 Jul 2008 21:05:15 -0000 1.4
+++ devel/svntrac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= svntrac
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion
Index: www/repos-style/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/repos-style/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/repos-style/Makefile 22 Aug 2009 19:06:02 -0000 1.1
+++ www/repos-style/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= repos-style
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ \
http://mirror.amdmi3.ru/distfiles/
Index: www/mod_security/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_security/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- www/mod_security/Makefile 3 Apr 2010 10:44:33 -0000 1.35
+++ www/mod_security/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= mod_security
PORTVERSION= 2.5.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www security
MASTER_SITES= SF/mod-security/modsecurity-apache/${PORTVERSION}
DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION}
@@ -18,7 +18,7 @@
MAKE_JOBS_SAFE= yes
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \
- apr-1.3:${PORTSDIR}/devel/apr
+ apr-1:${PORTSDIR}/devel/apr
USE_APACHE= 2.0+
GNU_CONFIGURE= yes
Index: www/trac-graphviz/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-graphviz/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-graphviz/Makefile 28 Mar 2010 06:45:08 -0000 1.4
+++ www/trac-graphviz/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.7.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel graphics python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: ports-mgmt/p5-App-Pm2Port/Makefile
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/p5-App-Pm2Port/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports-mgmt/p5-App-Pm2Port/Makefile 20 Apr 2010 03:04:24 -0000 1.5
+++ ports-mgmt/p5-App-Pm2Port/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= App-Pm2Port
PORTVERSION= 0.29
+PORTREVISION= 1
CATEGORIES= ports-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-scrumburndown/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-scrumburndown/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-scrumburndown/Makefile 26 Feb 2010 21:06:16 -0000 1.1
+++ www/trac-scrumburndown/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= scrumburndown
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-wikinegotiator/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikinegotiator/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-wikinegotiator/Makefile 13 Dec 2009 16:28:05 -0000 1.7
+++ www/trac-wikinegotiator/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= wikinegotiator
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-batchmodify/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-batchmodify/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-batchmodify/Makefile 13 Dec 2009 16:27:59 -0000 1.2
+++ www/trac-batchmodify/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= batchmodify
PORTVERSION= 0.2.0.4447
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-fullblog/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-fullblog/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-fullblog/Makefile 28 Mar 2010 06:45:07 -0000 1.4
+++ www/trac-fullblog/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-hierwiki/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-hierwiki/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-hierwiki/Makefile 13 Dec 2009 16:28:01 -0000 1.8
+++ www/trac-hierwiki/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= hierwiki
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/psvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/psvn/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- devel/psvn/Makefile 28 Mar 2010 06:33:29 -0000 1.35
+++ devel/psvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= psvn
PORTVERSION= 38969
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel elisp
MASTER_SITES= http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/emacs/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
Index: www/trac-xmlrpc/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-xmlrpc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-xmlrpc/Makefile 13 Dec 2009 16:28:06 -0000 1.8
+++ www/trac-xmlrpc/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= xmlrpc
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://shuqun.com/files/ \
LOCAL/glarkin
Index: www/trac-pagetopdf/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pagetopdf/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/trac-pagetopdf/Makefile 28 Mar 2010 06:45:08 -0000 1.11
+++ www/trac-pagetopdf/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= pagetopdf
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Look/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Look/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/p5-SVN-Look/Makefile 3 Mar 2010 15:27:33 -0000 1.7
+++ devel/p5-SVN-Look/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Look
PORTVERSION= 0.17
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-timingandestimation/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-timingandestimation/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-timingandestimation/Makefile 26 Feb 2010 21:27:08 -0000 1.2
+++ www/trac-timingandestimation/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= timingandestimation
PORTVERSION= 0.9.0b
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-wikitemplates/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikitemplates/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-wikitemplates/Makefile 13 Dec 2009 16:28:06 -0000 1.9
+++ www/trac-wikitemplates/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= wikitemplates
PORTVERSION= 0.3.0p3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-robotstxt/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-robotstxt/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-robotstxt/Makefile 6 Jun 2008 14:07:19 -0000 1.4
+++ www/trac-robotstxt/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= robotxt
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-VCP-Dest-svk/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-VCP-Dest-svk/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-VCP-Dest-svk/Makefile 5 Jul 2008 03:54:53 -0000 1.13
+++ devel/p5-VCP-Dest-svk/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= VCP-Dest-svk
PORTVERSION= 0.29
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
Index: devel/svn_load_dirs/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svn_load_dirs/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/svn_load_dirs/Makefile 18 Apr 2010 15:41:04 -0000 1.6
+++ devel/svn_load_dirs/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= svn_load_dirs
PORTVERSION= 1.6.9
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/downloads/
DISTNAME= subversion-${DISTVERSION}
Index: www/trac-nav/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-nav/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-nav/Makefile 13 Dec 2009 16:28:02 -0000 1.10
+++ www/trac-nav/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= nav
PORTVERSION= 4.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Web/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Web/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- devel/p5-SVN-Web/Makefile 20 Dec 2009 12:48:15 -0000 1.23
+++ devel/p5-SVN-Web/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Web
PORTVERSION= 0.53
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/monodevelop/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME= monodevelop
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/trac-addcomment/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-addcomment/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-addcomment/Makefile 13 Dec 2009 16:27:59 -0000 1.10
+++ www/trac-addcomment/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= addcomment
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/tomcat-native/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/tomcat-native/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/tomcat-native/Makefile 1 Mar 2010 15:37:27 -0000 1.7
+++ www/tomcat-native/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tomcat-native
PORTVERSION= 1.1.20
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native/${PORTVERSION}/source
@@ -15,7 +16,7 @@
MAINTAINER= ale at FreeBSD.org
COMMENT= Tomcat native library
-LIB_DEPENDS= apr-1.3:${PORTSDIR}/devel/apr
+LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native
Index: sysutils/ftwin/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ftwin/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- sysutils/ftwin/Makefile 28 Mar 2010 06:43:38 -0000 1.12
+++ sysutils/ftwin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ftwin
PORTVERSION= 0.8.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://download.meroware.org/ftwin/
@@ -15,7 +15,7 @@
COMMENT= A useful tool to find duplicate files
LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \
- apr-1.3:${PORTSDIR}/devel/apr \
+ apr-1:${PORTSDIR}/devel/apr \
pcre.0:${PORTSDIR}/devel/pcre
USE_BZIP2= yes
Index: www/trac-wikirename/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikirename/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-wikirename/Makefile 13 Dec 2009 16:28:05 -0000 1.8
+++ www/trac-wikirename/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wikirename
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-calendar/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-calendar/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-calendar/Makefile 13 Dec 2009 16:27:59 -0000 1.7
+++ www/trac-calendar/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= calendar
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-fivestarvote/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-fivestarvote/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-fivestarvote/Makefile 31 Dec 2009 18:21:31 -0000 1.1
+++ www/trac-fivestarvote/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-ticketdelete/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ticketdelete/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-ticketdelete/Makefile 27 Jan 2010 02:16:20 -0000 1.9
+++ www/trac-ticketdelete/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ticketdelete
PORTVERSION= 2.0.3543
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: www/serf/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/serf/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/serf/Makefile 16 May 2009 06:27:55 -0000 1.5
+++ www/serf/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= serf
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL}
Index: devel/pecl-svn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-svn/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- devel/pecl-svn/Makefile 30 Sep 2009 13:12:15 -0000 1.17
+++ devel/pecl-svn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= svn
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
Index: devel/qsvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/qsvn/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- devel/qsvn/Makefile 28 Mar 2010 06:33:35 -0000 1.15
+++ devel/qsvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME= qsvn
DISTVERSION= 0.8.1
DISTVERSIONSUFFIX= -src
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.anrichter.net/projects/qsvn/chrome/site/
Index: sysutils/ganglia-monitor-core/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ganglia-monitor-core/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- sysutils/ganglia-monitor-core/Makefile 28 Mar 2010 06:43:39 -0000 1.33
+++ sysutils/ganglia-monitor-core/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monitor-core
PORTVERSION= 3.1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils net parallel
MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}%20%28Wien%29
PKGNAMEPREFIX= ganglia-
@@ -20,7 +20,7 @@
COMMENT= Ganglia cluster monitor, monitoring daemon
LIB_DEPENDS+= confuse:${PORTSDIR}/devel/libconfuse
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr
+LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
PKGINSTALL= ${WRKDIR}/pkg-install
Index: www/trac-mastertickets/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-mastertickets/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-mastertickets/Makefile 13 Dec 2009 16:28:02 -0000 1.8
+++ www/trac-mastertickets/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= mastertickets
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-estimator/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-estimator/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-estimator/Makefile 26 Feb 2010 21:34:12 -0000 1.2
+++ www/trac-estimator/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= estimator
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: devel/kdesdk3/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdesdk3/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- devel/kdesdk3/Makefile 28 Mar 2010 06:33:15 -0000 1.72
+++ devel/kdesdk3/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= kdesdk
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
Index: www/trac-email2trac/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-email2trac/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- www/trac-email2trac/Makefile 2 Mar 2010 20:58:03 -0000 1.12
+++ www/trac-email2trac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= email2trac
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Agent/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Agent/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/p5-SVN-Agent/Makefile 24 Dec 2009 06:25:33 -0000 1.9
+++ devel/p5-SVN-Agent/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Agent
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-wikinotification/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikinotification/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-wikinotification/Makefile 13 Dec 2009 16:28:05 -0000 1.10
+++ www/trac-wikinotification/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wikinotificationplugin
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/p5-App-SVN-Bisect/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-SVN-Bisect/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/p5-App-SVN-Bisect/Makefile 15 Dec 2009 15:04:27 -0000 1.2
+++ devel/p5-App-SVN-Bisect/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= App-SVN-Bisect
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/kdesdk4/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdesdk4/Makefile,v
retrieving revision 1.87
diff -u -r1.87 Makefile
--- devel/kdesdk4/Makefile 28 Mar 2010 06:33:15 -0000 1.87
+++ devel/kdesdk4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,7 +6,7 @@
PORTNAME= kdesdk
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
Index: x11/kde4/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/kde4/Makefile,v
retrieving revision 1.116
diff -u -r1.116 Makefile
--- x11/kde4/Makefile 24 Apr 2010 09:38:46 -0000 1.116
+++ x11/kde4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME?= kde4
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
Index: devel/hgsvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/hgsvn/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- devel/hgsvn/Makefile 30 Jan 2010 01:30:13 -0000 1.8
+++ devel/hgsvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= hgsvn
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: devel/p5-SVN-Simple/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Simple/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-SVN-Simple/Makefile 9 Dec 2009 13:12:29 -0000 1.13
+++ devel/p5-SVN-Simple/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Simple
PORTVERSION= 0.28
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-vote/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-vote/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-vote/Makefile 31 Dec 2009 18:20:39 -0000 1.1
+++ www/trac-vote/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-autocomplete/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-autocomplete/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-autocomplete/Makefile 18 Dec 2009 00:50:27 -0000 1.3
+++ www/trac-autocomplete/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= autocomplete
PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX= trac-
Index: devel/p5-Log-Accounting-SVK/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Accounting-SVK/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/p5-Log-Accounting-SVK/Makefile 28 Mar 2010 06:33:26 -0000 1.11
+++ devel/p5-Log-Accounting-SVK/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= Log-Accounting-SVK
PORTVERSION= 0.05
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: sysutils/confman/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/confman/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- sysutils/confman/Makefile 13 Nov 2009 09:42:00 -0000 1.6
+++ sysutils/confman/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= confman
PORTVERSION= 1.9.3b
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.timesinks.net/distfiles/
Index: devel/p5-SVN-Statistics/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Statistics/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/p5-SVN-Statistics/Makefile 28 Mar 2010 06:33:27 -0000 1.9
+++ devel/p5-SVN-Statistics/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Statistics
PORTVERSION= 0.041
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/p5-SVN-Hooks/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Hooks/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-SVN-Hooks/Makefile 12 Mar 2010 14:46:03 -0000 1.13
+++ devel/p5-SVN-Hooks/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Hooks
PORTVERSION= 0.27
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-gantt/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-gantt/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-gantt/Makefile 13 Dec 2009 16:28:01 -0000 1.7
+++ www/trac-gantt/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= TracGantt
PORTVERSION= 0.3.2a
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://willbarton.com/files/ \
http://dryice.name/computer/FreeBSD/distfiles/
Index: devel/pushmi/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pushmi/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- devel/pushmi/Makefile 5 Jul 2008 03:54:53 -0000 1.10
+++ devel/pushmi/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= pushmi
PORTVERSION= 1.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
Index: sysutils/ganglia-webfrontend/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ganglia-webfrontend/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- sysutils/ganglia-webfrontend/Makefile 22 Aug 2009 00:35:18 -0000 1.20
+++ sysutils/ganglia-webfrontend/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= webfrontend
PORTVERSION= 3.1.1
+PORTREVISION= 1
CATEGORIES= sysutils net parallel www
MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}%20%28Wien%29
PKGNAMEPREFIX= ganglia-
Index: www/trac-remind/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-remind/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/trac-remind/Makefile 13 Dec 2009 16:28:03 -0000 1.6
+++ www/trac-remind/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= remind
PORTVERSION= 1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.unixmedia.it/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-ACL/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-ACL/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/p5-SVN-ACL/Makefile 7 Jul 2008 12:37:18 -0000 1.6
+++ devel/p5-SVN-ACL/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-ACL
PORTVERSION= 0.02
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-iniadmin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-iniadmin/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-iniadmin/Makefile 13 Dec 2009 16:28:02 -0000 1.10
+++ www/trac-iniadmin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= iniadmin
PORTVERSION= 0.2.3915
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: devel/svk/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svk/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- devel/svk/Makefile 17 Apr 2010 15:57:28 -0000 1.49
+++ devel/svk/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= svk
PORTVERSION= 2.2.3
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
Index: www/trac-bzr/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-bzr/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/trac-bzr/Makefile 5 Jul 2009 22:24:06 -0000 1.5
+++ www/trac-bzr/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= bzr
PORTVERSION= 20090604
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://home.tiscali.cz/~cz210552/bsdports/tarballs/
PKGNAMEPREFIX= trac-
Index: www/trac-ticketimport/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ticketimport/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-ticketimport/Makefile 31 Dec 2009 17:53:45 -0000 1.1
+++ www/trac-ticketimport/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.7c
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-tags/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-tags/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/trac-tags/Makefile 13 Dec 2009 16:28:04 -0000 1.11
+++ www/trac-tags/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tags
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/ditrack/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ditrack/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/ditrack/Makefile 28 Aug 2009 17:36:47 -0000 1.9
+++ devel/ditrack/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ditrack
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ditrack.org/files/
EXTRACT_SUFX= .tgz
Index: www/trac-simpleticket/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-simpleticket/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-simpleticket/Makefile 13 Dec 2009 16:28:04 -0000 1.7
+++ www/trac-simpleticket/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= simpleticket
PORTVERSION= 1.1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Access/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Access/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- devel/p5-SVN-Access/Makefile 12 Apr 2009 03:01:14 -0000 1.8
+++ devel/p5-SVN-Access/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Access
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/c_c++_reference/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/c_c++_reference/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- devel/c_c++_reference/Makefile 28 Mar 2010 06:32:58 -0000 1.29
+++ devel/c_c++_reference/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= c_c++_reference
PORTVERSION= 2.0.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ee.fhm.edu/pub/unix/ide/KDevelop/
DISTNAME= c_cpp_reference-${PORTVERSION}_for_KDE_3.0
Index: www/mod_mono/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_mono/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/mod_mono/Makefile 24 Dec 2009 18:49:54 -0000 1.4
+++ www/mod_mono/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,6 +8,7 @@
PORTNAME= mod_mono
PORTVERSION= 2.4.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/trac-pendingticket/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pendingticket/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-pendingticket/Makefile 13 Dec 2009 16:28:03 -0000 1.9
+++ www/trac-pendingticket/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= pendingticket
PORTVERSION= 0.0.4
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-datefield/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-datefield/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-datefield/Makefile 18 Dec 2009 00:42:26 -0000 1.1
+++ www/trac-datefield/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= datefield
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX= trac-
Index: www/mod_memcache/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_memcache/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/mod_memcache/Makefile 21 May 2009 20:45:31 -0000 1.2
+++ www/mod_memcache/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_memcache
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
Index: devel/p5-SVN-Mirror/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Mirror/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- devel/p5-SVN-Mirror/Makefile 27 Sep 2008 11:47:32 -0000 1.41
+++ devel/p5-SVN-Mirror/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Mirror
PORTVERSION= 0.75
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: java/subversion-java/Makefile
===================================================================
RCS file: /home/ncvs/ports/java/subversion-java/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- java/subversion-java/Makefile 5 Jan 2009 20:36:27 -0000 1.4
+++ java/subversion-java/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
#
PKGNAMESUFFIX= -java
+PORTREVISION= 1
CATEGORIES= java
MAINTAINER= lev at FreeBSD.org
Index: www/trac/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- www/trac/Makefile 20 Apr 2010 08:25:40 -0000 1.45
+++ www/trac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= trac
PORTVERSION= 0.11.7
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/
Index: devel/monodevelop-database/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-database/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-database/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-database/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-database
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: devel/horde-chora/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/horde-chora/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- devel/horde-chora/Makefile 28 Mar 2010 06:33:13 -0000 1.39
+++ devel/horde-chora/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= chora
PORTVERSION= 2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel www
DIST_SUBDIR= horde
Index: devel/subcommander/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subcommander/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- devel/subcommander/Makefile 28 Mar 2010 06:33:41 -0000 1.19
+++ devel/subcommander/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= subcommander
PORTVERSION= 1.2.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/42385/
DISTNAME= Subcommander-${PORTVERSION}
Index: devel/kdevelop/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdevelop/Makefile,v
retrieving revision 1.107
diff -u -r1.107 Makefile
--- devel/kdevelop/Makefile 28 Mar 2010 06:33:15 -0000 1.107
+++ devel/kdevelop/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= kdevelop
PORTVERSION= 3.5.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
Index: devel/monodevelop-boo/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-boo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-boo/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-boo/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-boo
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/flood/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/flood/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- www/flood/Makefile 2 Aug 2009 19:35:58 -0000 1.21
+++ www/flood/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= flood
PORTVERSION= 0.20041105
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://dist.bsdlab.org/
DISTNAME= httpd-test_20041105052051
Index: multimedia/dvdauthorwizard/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/dvdauthorwizard/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- multimedia/dvdauthorwizard/Makefile 28 Mar 2010 06:40:38 -0000 1.12
+++ multimedia/dvdauthorwizard/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= dvdauthorwizard
PORTVERSION= 1.4.6
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia kde
MASTER_SITES= SF
DISTNAME= DVDAuthorWizard-${PORTVERSION}
Index: devel/thunar-svn-plugin/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/thunar-svn-plugin/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/thunar-svn-plugin/Makefile 28 Mar 2010 06:33:42 -0000 1.11
+++ devel/thunar-svn-plugin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= thunar-svn-plugin
PORTVERSION= 0.0.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel xfce
MASTER_SITES= http://goodies.xfce.org/releases/thunar-svn-plugin/
DIST_SUBDIR= xfce4
Index: x11/kde3/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/kde3/Makefile,v
retrieving revision 1.106
diff -u -r1.106 Makefile
--- x11/kde3/Makefile 28 Mar 2010 06:45:30 -0000 1.106
+++ x11/kde3/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME?= kde
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
Index: devel/cvs2svn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cvs2svn/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- devel/cvs2svn/Makefile 10 Dec 2009 05:00:10 -0000 1.25
+++ devel/cvs2svn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= cvs2svn
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/46528/
Index: www/trac-tweakui/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-tweakui/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-tweakui/Makefile 19 Jan 2010 14:34:07 -0000 1.7
+++ www/trac-tweakui/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tweakui
PORTVERSION= 0.1.7413
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: textproc/svn2cl/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/svn2cl/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- textproc/svn2cl/Makefile 8 Oct 2009 14:02:36 -0000 1.9
+++ textproc/svn2cl/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= svn2cl
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://arthurdejong.org/svn2cl/ \
LOCAL/avl
Index: www/trac-spam-filter/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-spam-filter/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-spam-filter/Makefile 7 Jul 2008 12:37:21 -0000 1.4
+++ www/trac-spam-filter/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= TracSpamFilter
PORTVERSION= 0.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://zhoushuqun.com/files/ \
http://freebsd.unixfreunde.de/sources/
Index: devel/statsvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/statsvn/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/statsvn/Makefile 16 Mar 2010 13:13:42 -0000 1.3
+++ devel/statsvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= statsvn
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= devel java
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
Index: www/trac-advancedticketworkflow/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-advancedticketworkflow/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-advancedticketworkflow/Makefile 13 Dec 2009 16:27:59 -0000 1.2
+++ www/trac-advancedticketworkflow/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= advancedticketworkflow
PORTVERSION= 0.10.3940
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-down/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-down/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-down/Makefile 6 Jun 2008 14:07:17 -0000 1.4
+++ www/trac-down/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= down
PORTVERSION= 0.0.1.r11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Log/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Log/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/p5-SVN-Log/Makefile 7 Jul 2008 11:32:02 -0000 1.7
+++ devel/p5-SVN-Log/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Log
PORTVERSION= 0.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/kdewebdev/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/kdewebdev/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- www/kdewebdev/Makefile 28 Mar 2010 06:44:50 -0000 1.70
+++ www/kdewebdev/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= kdewebdev
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= www kde
MASTER_SITES= ${MASTER_SITE_KDE}
Index: textproc/rast/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/rast/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- textproc/rast/Makefile 10 Jan 2010 06:20:34 -0000 1.13
+++ textproc/rast/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= rast
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://projects.netlab.jp/rast/archives/ \
http://dist.bsdlab.org/
Index: www/trac-codetags/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-codetags/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-codetags/Makefile 13 Dec 2009 16:28:00 -0000 1.7
+++ www/trac-codetags/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= codetags
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-S4/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-S4/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-SVN-S4/Makefile 19 Mar 2010 23:39:52 -0000 1.13
+++ devel/p5-SVN-S4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-S4
PORTVERSION= 1.033
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-ldap/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ldap/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-ldap/Makefile 13 Dec 2009 16:28:02 -0000 1.9
+++ www/trac-ldap/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ldap
PORTVERSION= 0.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-wantedpages/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wantedpages/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/trac-wantedpages/Makefile 13 Dec 2009 16:28:05 -0000 1.6
+++ www/trac-wantedpages/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= wantedpages
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-tocmacro/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-tocmacro/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/trac-tocmacro/Makefile 13 Dec 2009 16:28:05 -0000 1.11
+++ www/trac-tocmacro/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tocmacro
PORTVERSION= 11.0.0.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: www/ruby-cruisecontrolrb/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/ruby-cruisecontrolrb/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/ruby-cruisecontrolrb/Makefile 26 Apr 2010 23:14:05 -0000 1.7
+++ www/ruby-cruisecontrolrb/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,7 +6,7 @@
PORTNAME= cruisecontrolrb
PORTVERSION= 1.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
Index: devel/p5-Log-Accounting-SVN/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Accounting-SVN/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/p5-Log-Accounting-SVN/Makefile 28 Mar 2010 06:33:26 -0000 1.11
+++ devel/p5-Log-Accounting-SVN/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= Log-Accounting-SVN
PORTVERSION= 0.01
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-multirepos/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-multirepos/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-multirepos/Makefile 1 Sep 2009 00:03:45 -0000 1.2
+++ www/trac-multirepos/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= multirepos
PORTVERSION= 0.12.8514
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= trac-
Index: www/trac-wikigoodies/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikigoodies/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-wikigoodies/Makefile 3 May 2009 12:57:30 -0000 1.1
+++ www/trac-wikigoodies/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wikigoodies
PORTVERSION= 0.3.3522
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= trac-
Index: www/trac-customfieldadmin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-customfieldadmin/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- www/trac-customfieldadmin/Makefile 13 Dec 2009 16:28:00 -0000 1.13
+++ www/trac-customfieldadmin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= customfieldadmin
PORTVERSION= 0.2.2.6485
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
Index: mail/svnmailer/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/svnmailer/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- mail/svnmailer/Makefile 13 Dec 2009 17:00:11 -0000 1.14
+++ mail/svnmailer/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= svnmailer
DISTVERSION= 1.1.0-dev-r1373
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail python
MASTER_SITES= http://storage.perlig.de/${PORTNAME}/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Index: www/trac-privatetickets/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-privatetickets/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-privatetickets/Makefile 26 Sep 2008 19:53:22 -0000 1.7
+++ www/trac-privatetickets/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= privatetickets
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
Index: www/trac-revtree/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-revtree/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-revtree/Makefile 13 Dec 2009 16:28:04 -0000 1.4
+++ www/trac-revtree/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= revtree
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: devel/esvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/esvn/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- devel/esvn/Makefile 28 Mar 2010 06:33:05 -0000 1.21
+++ devel/esvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= esvn
PORTVERSION= 0.6.12
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/eSvn/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
Index: devel/pysvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pysvn/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- devel/pysvn/Makefile 28 Feb 2010 15:50:54 -0000 1.14
+++ devel/pysvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= pysvn
PORTVERSION= 1.7.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/
Index: net-mgmt/ramond/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/ramond/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- net-mgmt/ramond/Makefile 27 Jan 2010 13:04:35 -0000 1.1
+++ net-mgmt/ramond/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ramond
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/
@@ -22,7 +23,7 @@
.include <bsd.port.pre.mk>
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr
+LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ramond ${PREFIX}/sbin
Index: devel/viewvc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/viewvc/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- devel/viewvc/Makefile 27 Apr 2010 03:26:25 -0000 1.43
+++ devel/viewvc/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= viewvc
PORTVERSION= 1.1.5
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/47458/ \
LOCAL/pgollucci
Index: www/trac-mercurial/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-mercurial/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-mercurial/Makefile 13 Dec 2009 16:28:02 -0000 1.2
+++ www/trac-mercurial/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 0.11.0.7
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/subversion/Makefile.common
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/Makefile.common,v
retrieving revision 1.29
diff -u -r1.29 Makefile.common
--- devel/subversion/Makefile.common 19 Apr 2010 10:39:12 -0000 1.29
+++ devel/subversion/Makefile.common 28 Apr 2010 20:57:31 -0000
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.11
-#PORTREVISION?= 1
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -101,7 +101,7 @@
APR_PORT= ${APACHE_PORT}
.else
APR_PORT= devel/apr
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/${APR_PORT}
+LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT}
APR_APU_DIR= ${LOCALBASE}/bin
APR_CONFIG= apr-1-config
APU_CONFIG= apu-1-config
--- devel_apr-1.4.2.1.3.9.diff ends here ---
--- www_apache22-2.2.15.diff begins here ---
Index: www/apache22/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/apache22/Makefile,v
retrieving revision 1.250
diff -u -r1.250 Makefile
--- www/apache22/Makefile 12 Dec 2009 00:43:26 -0000 1.250
+++ www/apache22/Makefile 28 Apr 2010 23:02:19 -0000
@@ -8,8 +8,7 @@
#
PORTNAME= apache
-PORTVERSION= 2.2.14
-PORTREVISION= 5
+PORTVERSION= 2.2.15
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
@@ -58,7 +57,7 @@
.if !defined(WITHOUT_APACHE_OPTIONS)
OPTIONS= \
- APR_FROM_PORTS "Use devel/apr as APR (preferred)" Off \
+ APR_FROM_PORTS "Use devel/apr as APR (preferred)" On \
THREADS "Enable threads support in APR" Off \
MYSQL "Enable MySQL support for apr-dbd" Off \
PGSQL "Enable PostgreSQL support for apr-dbd" Off \
@@ -207,7 +206,7 @@
post-configure:
@FTPUSERS=`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\
- ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,$$FTPUSERS," \
+ ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,${FTPUSERS}," \
${WRKSRC}/docs/conf/extra/httpd-userdir.conf
@${REINPLACE_CMD} -e "s,%%WWWOWN%%,${WWWOWN}, ; \
s,%%WWWGRP%%,${WWWGRP}," \
Index: www/apache22/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/apache22/pkg-plist,v
retrieving revision 1.94
diff -u -r1.94 pkg-plist
--- www/apache22/pkg-plist 12 Dec 2009 13:44:13 -0000 1.94
+++ www/apache22/pkg-plist 28 Apr 2010 23:02:19 -0000
@@ -170,7 +170,7 @@
%%APR_PORTS%%lib/libapr-1.a
%%APR_PORTS%%lib/libapr-1.la
%%APR_PORTS%%lib/libapr-1.so
-%%APR_PORTS%%lib/libapr-1.so.3
+%%APR_PORTS%%lib/libapr-1.so.4
%%APR_PORTS%%lib/libaprutil-1.a
%%APR_PORTS%%lib/libaprutil-1.la
%%APR_PORTS%%lib/libaprutil-1.so
Index: www/mod_log_sql2-dtc/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_log_sql2-dtc/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/mod_log_sql2-dtc/Makefile 27 Dec 2009 01:45:01 -0000 1.11
+++ www/mod_log_sql2-dtc/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,6 +6,7 @@
PORTNAME= mod_log_sql
PORTVERSION= 1.101
+PORTREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMESUFFIX= -dtc
Index: www/mod_authz_unixgroup/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_authz_unixgroup/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/mod_authz_unixgroup/Makefile 17 May 2009 07:24:28 -0000 1.6
+++ www/mod_authz_unixgroup/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_authz_unixgroup
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
Index: ftp/proma/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/proma/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ftp/proma/Makefile 26 May 2009 07:20:32 -0000 1.8
+++ ftp/proma/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= proma
PORTVERSION= 0.8.3
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF
Index: www/rubygem-passenger/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-passenger/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/rubygem-passenger/Makefile 1 Apr 2010 13:31:48 -0000 1.11
+++ www/rubygem-passenger/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,6 +6,7 @@
PORTNAME= passenger
PORTVERSION= 2.2.11
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RF
PKGNAMEPREFIX= rubygem-
Index: www/sams/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/sams/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/sams/Makefile 18 Jan 2010 02:00:54 -0000 1.11
+++ www/sams/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= sams
DISTVERSION= 1.0.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://sams.perm.ru/download/ \
Index: www/mod_clamav/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_clamav/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- www/mod_clamav/Makefile 6 Apr 2010 12:01:56 -0000 1.22
+++ www/mod_clamav/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= mod_clamav
PORTVERSION= 0.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www security
MASTER_SITES= http://software.othello.ch/mod_clamav/ \
http://www.kommunity.net/download/mod_clamav/
Index: www/mod_h264_streaming/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_h264_streaming/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/mod_h264_streaming/Makefile 19 May 2009 05:30:26 -0000 1.1
+++ www/mod_h264_streaming/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_h264_streaming
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
DIST_SUBDIR= apache22
Index: x11/gnome2-power-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnome2-power-tools/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- x11/gnome2-power-tools/Makefile 28 Mar 2010 06:45:28 -0000 1.50
+++ x11/gnome2-power-tools/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,7 +6,7 @@
# $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.84 2008/09/30 13:18:29 kwm Exp $
#
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 gnome
PKGNAMESUFFIX= -power-tools
Index: sysutils/dtc/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/dtc/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- sysutils/dtc/Makefile 8 Dec 2009 14:30:06 -0000 1.28
+++ sysutils/dtc/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= dtc
PORTVERSION= 0.28.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gplhost.com/pub/dtc/bsd/ \
ftp://ftp.gplhost.fr/pub/dtc/bsd/ \
Index: www/mythweb/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mythweb/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/mythweb/Makefile 1 Apr 2010 12:45:37 -0000 1.3
+++ www/mythweb/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= mythweb
PORTVERSION= 0.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
http://ftp.oregonstate.edu/pub/mythtv/
Index: www/mod_log_dbd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_log_dbd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/mod_log_dbd/Makefile 21 May 2009 20:45:31 -0000 1.4
+++ www/mod_log_dbd/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,7 +6,7 @@
PORTNAME= mod_log_dbd
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www databases
MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/
Index: sysutils/syscp/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/syscp/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sysutils/syscp/Makefile 3 Jan 2010 23:23:00 -0000 1.10
+++ sysutils/syscp/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= syscp
PORTVERSION= 1.4.2.1
+PORTREVISION= 1
CATEGORIES= sysutils www
MASTER_SITES= http://files.syscp.org/releases/tgz/
DISTNAME= ${PORTNAME}-${PORTVERSION}
Index: www/gnome-user-share/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/gnome-user-share/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- www/gnome-user-share/Makefile 28 Mar 2010 06:44:45 -0000 1.33
+++ www/gnome-user-share/Makefile 28 Apr 2010 23:01:30 -0000
@@ -8,7 +8,7 @@
PORTNAME= gnome-user-share
PORTVERSION= 2.28.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
Index: www/mod_layout22/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_layout22/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- www/mod_layout22/Makefile 21 Dec 2009 13:14:51 -0000 1.16
+++ www/mod_layout22/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_layout
PORTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
Index: mail/ngmp/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/ngmp/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- mail/ngmp/Makefile 19 Apr 2010 12:33:35 -0000 1.7
+++ mail/ngmp/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,7 +6,7 @@
PORTNAME= ngmp
PORTVERSION= 0.1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.prevantage.com/releases/ \
ftp://ftp2.prevantage.com/releases/
Index: www/mod_authn_sasl/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_authn_sasl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/mod_authn_sasl/Makefile 22 Aug 2009 00:38:13 -0000 1.5
+++ www/mod_authn_sasl/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_authn_sasl
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION}
Index: x11/gnome2/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnome2/Makefile,v
retrieving revision 1.161
diff -u -r1.161 Makefile
--- x11/gnome2/Makefile 28 Mar 2010 06:45:27 -0000 1.161
+++ x11/gnome2/Makefile 28 Apr 2010 23:01:30 -0000
@@ -8,7 +8,7 @@
PORTNAME= gnome2
PORTVERSION= 2.28.2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
Index: www/mod_dnssd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_dnssd/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/mod_dnssd/Makefile 21 May 2009 20:45:27 -0000 1.7
+++ www/mod_dnssd/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= mod_dnssd
PORTVERSION= 0.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
Index: www/mod_macro22/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_macro22/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/mod_macro22/Makefile 21 May 2009 20:45:31 -0000 1.2
+++ www/mod_macro22/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_macro
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
Index: www/mod_authnz_external/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_authnz_external/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/mod_authnz_external/Makefile 20 May 2009 09:45:25 -0000 1.5
+++ www/mod_authnz_external/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_authnz_external
PORTVERSION= 3.1.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= apache22
--- www/mod_memcache/Makefile.1 2010-04-28 19:15:56.270699261 -0400
+++ www/mod_memcache/Makefile.2 2010-04-28 19:16:09.458284313 -0400
@@ -7,7 +7,7 @@
PORTNAME= mod_memcache
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
--- www_apache22-2.2.15.diff ends here ---
--- both.diff begins here ---
Index: devel/apr/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/apr/Makefile,v
retrieving revision 1.91
diff -u -r1.91 Makefile
--- devel/apr/Makefile 24 Dec 2009 19:49:51 -0000 1.91
+++ devel/apr/Makefile 28 Apr 2010 00:22:12 -0000
@@ -6,7 +6,6 @@
PORTNAME= apr
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
-PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= apr
@@ -29,7 +28,7 @@
PGSQL "Enable Postgresql suport in apr-util" off \
SQLITE "Enable SQLite3 support in apr-util" off
-APR_VERSION= 1.3.9
+APR_VERSION= 1.4.2
APU_VERSION= 1.3.9
USE_ICONV= yes
@@ -45,8 +44,9 @@
APR_WRKDIR= ${WRKDIR}/apr-${APR_VERSION}
APU_WRKDIR= ${WRKDIR}/apr-util-${APU_VERSION}
-PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
-SHLIB_MAJOR= 3
+PLIST_SUB= SHLIB_APR_MAJOR="${SHLIB_APR_MAJOR}" SHLIB_APU_MAJOR="${SHLIB_APU_MAJOR}"
+SHLIB_APR_MAJOR= 4
+SHLIB_APU_MAJOR= 3
APR_CONF_ARGS= --with-installbuilddir=${DATADIR}/build-1
APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \
Index: devel/apr/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/apr/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- devel/apr/distinfo 24 Dec 2009 19:42:23 -0000 1.24
+++ devel/apr/distinfo 28 Apr 2010 00:22:12 -0000
@@ -1,6 +1,6 @@
-MD5 (apr-1.3.9.tar.gz) = 85bcd8005153b8fa63b1e3f95ea31f07
-SHA256 (apr-1.3.9.tar.gz) = 562b5f7251f356a221641262e7ba7a4e1d966086df2fb46477ec9e2c748f9f28
-SIZE (apr-1.3.9.tar.gz) = 1138996
+MD5 (apr-1.4.2.tar.gz) = fc80cb54f158c2674f9eeb47a1f672cd
+SHA256 (apr-1.4.2.tar.gz) = 6a0291d6f6a59d5eab5ae5441c37b78b17f7a1a2fa1478741b7178f5fbc33ebe
+SIZE (apr-1.4.2.tar.gz) = 949945
MD5 (apr-util-1.3.9.tar.gz) = cc2ec0ba4f01d88375f1170f762518fa
SHA256 (apr-util-1.3.9.tar.gz) = 20897069274a026057df26b90a6424da9d70318d930c99885c451d8753b8e4d9
SIZE (apr-util-1.3.9.tar.gz) = 790952
Index: devel/apr/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/apr/pkg-plist,v
retrieving revision 1.22
diff -u -r1.22 pkg-plist
--- devel/apr/pkg-plist 24 Dec 2009 19:49:51 -0000 1.22
+++ devel/apr/pkg-plist 28 Apr 2010 00:22:12 -0000
@@ -79,11 +79,11 @@
lib/libapr-1.a
lib/libapr-1.la
lib/libapr-1.so
-lib/libapr-1.so.%%SHLIB_MAJOR%%
+lib/libapr-1.so.%%SHLIB_APR_MAJOR%%
lib/libaprutil-1.a
lib/libaprutil-1.la
lib/libaprutil-1.so
-lib/libaprutil-1.so.%%SHLIB_MAJOR%%
+lib/libaprutil-1.so.%%SHLIB_APU_MAJOR%%
%%BDB%%lib/apr-util-1/apr_dbm_db-1.so
%%BDB%%lib/apr-util-1/apr_dbm_db.so
%%BDB%%lib/apr-util-1/apr_dbm_db.la
Index: devel/apr/files/patch-apr_buildconf
===================================================================
RCS file: /home/pcvs/ports/devel/apr/files/patch-apr_buildconf,v
retrieving revision 1.3
diff -u -r1.3 patch-apr_buildconf
--- devel/apr/files/patch-apr_buildconf 24 Dec 2009 19:42:24 -0000 1.3
+++ devel/apr/files/patch-apr_buildconf 28 Apr 2010 00:22:12 -0000
@@ -1,5 +1,5 @@
---- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
-+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
+--- apr-1.4.2/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
++++ apr-1.4.2/buildconf 2009-09-27 14:25:11.000000000 +0400
@@ -71,6 +71,7 @@
echo "buildconf: Using libtool.m4 at ${ltfile}."
Index: devel/apr/files/patch-apr_hints.m4
===================================================================
RCS file: /home/pcvs/ports/devel/apr/files/patch-apr_hints.m4,v
retrieving revision 1.19
diff -u -r1.19 patch-apr_hints.m4
--- devel/apr/files/patch-apr_hints.m4 24 Dec 2009 19:42:24 -0000 1.19
+++ devel/apr/files/patch-apr_hints.m4 28 Apr 2010 00:22:12 -0000
@@ -1,5 +1,5 @@
---- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
-+++ apr-1.3.9/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
+--- apr-1.4.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
++++ apr-1.4.2/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
@@ -137,11 +137,7 @@
;;
*-freebsd*)
Index: www/trac-wikitopdf/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikitopdf/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-wikitopdf/Makefile 28 Mar 2010 06:45:08 -0000 1.4
+++ www/trac-wikitopdf/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 2.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-ccselector/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ccselector/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-ccselector/Makefile 13 Dec 2009 16:28:00 -0000 1.3
+++ www/trac-ccselector/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ccselector
PORTVERSION= 0.0.2.4001
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-navadd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-navadd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-navadd/Makefile 13 Dec 2009 16:28:03 -0000 1.2
+++ www/trac-navadd/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-themeengine/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-themeengine/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-themeengine/Makefile 13 Dec 2009 16:28:04 -0000 1.2
+++ www/trac-themeengine/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-wysiwyg/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wysiwyg/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- www/trac-wysiwyg/Makefile 15 Apr 2010 17:37:27 -0000 1.15
+++ www/trac-wysiwyg/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wysiwyg
PORTVERSION= 0.2.7848
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-customroadmap/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-customroadmap/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-customroadmap/Makefile 13 Dec 2009 16:28:00 -0000 1.3
+++ www/trac-customroadmap/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= customroadmap
PORTVERSION= 0.4.2348
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: devel/kdesvn-kde4/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdesvn-kde4/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- devel/kdesvn-kde4/Makefile 3 Apr 2010 19:12:45 -0000 1.39
+++ devel/kdesvn-kde4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= kdesvn
DISTVERSION= 1.5.2
+PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= http://kdesvn.alwins-world.de/downloads/
PKGNAMESUFFIX= -kde4
Index: japanese/trac/Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/trac/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- japanese/trac/Makefile 20 Apr 2010 15:08:25 -0000 1.41
+++ japanese/trac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= trac
PORTVERSION= 0.11.7
+PORTREVISION= 1
CATEGORIES= japanese www devel python
MASTER_SITES= http://dist.bsdlab.org/ \
http://www.i-act.co.jp/project/products/downloads/
Index: www/trac-accountmanager/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-accountmanager/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-accountmanager/Makefile 20 Oct 2008 14:04:09 -0000 1.9
+++ www/trac-accountmanager/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= accountmanager
PORTVERSION= 0.2.1.3857
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www devel python
#MASTER_SITES= http://trac-hacks.org/svn/accountmanagerplugin/trunk/
Index: devel/monodevelop-java/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-java/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-java/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-java/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-java
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: devel/subcommander2/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subcommander2/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- devel/subcommander2/Makefile 28 Mar 2010 06:33:42 -0000 1.19
+++ devel/subcommander2/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= subcommander
PORTVERSION= 2.0.0.b5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/46766/
DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1
Index: www/trac-pydotorgtheme/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pydotorgtheme/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-pydotorgtheme/Makefile 13 Dec 2009 16:28:03 -0000 1.2
+++ www/trac-pydotorgtheme/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/monodevelop-vala/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-vala/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-vala/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-vala/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-vala
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/trac-gitplugin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-gitplugin/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-gitplugin/Makefile 21 Nov 2009 11:04:35 -0000 1.2
+++ www/trac-gitplugin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= gitplugin
PORTVERSION= 0.11.0.2.7034
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
Index: devel/p5-SVN-Notify-Config/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify-Config/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/p5-SVN-Notify-Config/Makefile 18 Jul 2008 21:05:14 -0000 1.6
+++ devel/p5-SVN-Notify-Config/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Notify-Config
PORTVERSION= 0.0911
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
Index: www/trac-math/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-math/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-math/Makefile 28 Mar 2010 06:45:08 -0000 1.3
+++ www/trac-math/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www math python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/p5-SVN-Notify-Filter-AuthZMail/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/p5-SVN-Notify-Filter-AuthZMail/Makefile 25 Jul 2008 19:54:51 -0000 1.1
+++ devel/p5-SVN-Notify-Filter-AuthZMail/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Notify-Filter-AuthZMail
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/svndelta/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svndelta/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/svndelta/Makefile 7 Jul 2008 12:37:19 -0000 1.4
+++ devel/svndelta/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME= svndelta
PORTVERSION= 1.0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.incava.org/pub/svndelta/
Index: www/trac-macropost/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-macropost/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-macropost/Makefile 13 Dec 2009 16:28:02 -0000 1.8
+++ www/trac-macropost/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= macropost
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-ctxtnavadd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ctxtnavadd/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-ctxtnavadd/Makefile 13 Dec 2009 16:28:00 -0000 1.9
+++ www/trac-ctxtnavadd/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ctxtnavaddplugin
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-pagelist/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pagelist/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-pagelist/Makefile 13 Dec 2009 16:28:03 -0000 1.7
+++ www/trac-pagelist/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= pagelist
PORTVERSION= 0.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/subversion-freebsd/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subversion-freebsd/Makefile,v
retrieving revision 1.134
diff -u -r1.134 Makefile
--- devel/subversion-freebsd/Makefile 11 May 2009 14:38:33 -0000 1.134
+++ devel/subversion-freebsd/Makefile 28 Apr 2010 00:03:08 -0000
@@ -4,7 +4,7 @@
#
# $FreeBSD: ports/devel/subversion-freebsd/Makefile,v 1.134 2009/05/11 14:38:33 lev Exp $
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -freebsd
COMMENT= Version control system with FreeBSD Project repo customizations
Index: devel/svntrac/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svntrac/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/svntrac/Makefile 18 Jul 2008 21:05:15 -0000 1.4
+++ devel/svntrac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= svntrac
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion
Index: www/repos-style/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/repos-style/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/repos-style/Makefile 22 Aug 2009 19:06:02 -0000 1.1
+++ www/repos-style/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= repos-style
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ \
http://mirror.amdmi3.ru/distfiles/
Index: www/mod_security/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_security/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- www/mod_security/Makefile 3 Apr 2010 10:44:33 -0000 1.35
+++ www/mod_security/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= mod_security
PORTVERSION= 2.5.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www security
MASTER_SITES= SF/mod-security/modsecurity-apache/${PORTVERSION}
DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION}
@@ -18,7 +18,7 @@
MAKE_JOBS_SAFE= yes
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \
- apr-1.3:${PORTSDIR}/devel/apr
+ apr-1:${PORTSDIR}/devel/apr
USE_APACHE= 2.0+
GNU_CONFIGURE= yes
Index: www/trac-graphviz/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-graphviz/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-graphviz/Makefile 28 Mar 2010 06:45:08 -0000 1.4
+++ www/trac-graphviz/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.7.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel graphics python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: ports-mgmt/p5-App-Pm2Port/Makefile
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/p5-App-Pm2Port/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports-mgmt/p5-App-Pm2Port/Makefile 20 Apr 2010 03:04:24 -0000 1.5
+++ ports-mgmt/p5-App-Pm2Port/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= App-Pm2Port
PORTVERSION= 0.29
+PORTREVISION= 1
CATEGORIES= ports-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-scrumburndown/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-scrumburndown/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-scrumburndown/Makefile 26 Feb 2010 21:06:16 -0000 1.1
+++ www/trac-scrumburndown/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= scrumburndown
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-wikinegotiator/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikinegotiator/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-wikinegotiator/Makefile 13 Dec 2009 16:28:05 -0000 1.7
+++ www/trac-wikinegotiator/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= wikinegotiator
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-batchmodify/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-batchmodify/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-batchmodify/Makefile 13 Dec 2009 16:27:59 -0000 1.2
+++ www/trac-batchmodify/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= batchmodify
PORTVERSION= 0.2.0.4447
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-fullblog/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-fullblog/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-fullblog/Makefile 28 Mar 2010 06:45:07 -0000 1.4
+++ www/trac-fullblog/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-hierwiki/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-hierwiki/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-hierwiki/Makefile 13 Dec 2009 16:28:01 -0000 1.8
+++ www/trac-hierwiki/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= hierwiki
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/psvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/psvn/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- devel/psvn/Makefile 28 Mar 2010 06:33:29 -0000 1.35
+++ devel/psvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= psvn
PORTVERSION= 38969
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel elisp
MASTER_SITES= http://svn.collab.net/viewvc/svn/trunk/contrib/client-side/emacs/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
Index: www/trac-xmlrpc/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-xmlrpc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-xmlrpc/Makefile 13 Dec 2009 16:28:06 -0000 1.8
+++ www/trac-xmlrpc/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= xmlrpc
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://shuqun.com/files/ \
LOCAL/glarkin
Index: www/trac-pagetopdf/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pagetopdf/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/trac-pagetopdf/Makefile 28 Mar 2010 06:45:08 -0000 1.11
+++ www/trac-pagetopdf/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= pagetopdf
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Look/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Look/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/p5-SVN-Look/Makefile 3 Mar 2010 15:27:33 -0000 1.7
+++ devel/p5-SVN-Look/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Look
PORTVERSION= 0.17
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-timingandestimation/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-timingandestimation/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-timingandestimation/Makefile 26 Feb 2010 21:27:08 -0000 1.2
+++ www/trac-timingandestimation/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= timingandestimation
PORTVERSION= 0.9.0b
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-wikitemplates/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikitemplates/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-wikitemplates/Makefile 13 Dec 2009 16:28:06 -0000 1.9
+++ www/trac-wikitemplates/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= wikitemplates
PORTVERSION= 0.3.0p3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: www/trac-robotstxt/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-robotstxt/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-robotstxt/Makefile 6 Jun 2008 14:07:19 -0000 1.4
+++ www/trac-robotstxt/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= robotxt
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-VCP-Dest-svk/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-VCP-Dest-svk/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-VCP-Dest-svk/Makefile 5 Jul 2008 03:54:53 -0000 1.13
+++ devel/p5-VCP-Dest-svk/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= VCP-Dest-svk
PORTVERSION= 0.29
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
Index: devel/svn_load_dirs/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svn_load_dirs/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/svn_load_dirs/Makefile 18 Apr 2010 15:41:04 -0000 1.6
+++ devel/svn_load_dirs/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= svn_load_dirs
PORTVERSION= 1.6.9
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/downloads/
DISTNAME= subversion-${DISTVERSION}
Index: www/trac-nav/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-nav/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-nav/Makefile 13 Dec 2009 16:28:02 -0000 1.10
+++ www/trac-nav/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= nav
PORTVERSION= 4.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Web/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Web/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- devel/p5-SVN-Web/Makefile 20 Dec 2009 12:48:15 -0000 1.23
+++ devel/p5-SVN-Web/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Web
PORTVERSION= 0.53
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/monodevelop/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME= monodevelop
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/trac-addcomment/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-addcomment/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-addcomment/Makefile 13 Dec 2009 16:27:59 -0000 1.10
+++ www/trac-addcomment/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= addcomment
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/tomcat-native/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/tomcat-native/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/tomcat-native/Makefile 1 Mar 2010 15:37:27 -0000 1.7
+++ www/tomcat-native/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tomcat-native
PORTVERSION= 1.1.20
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native/${PORTVERSION}/source
@@ -15,7 +16,7 @@
MAINTAINER= ale at FreeBSD.org
COMMENT= Tomcat native library
-LIB_DEPENDS= apr-1.3:${PORTSDIR}/devel/apr
+LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native
Index: sysutils/ftwin/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ftwin/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- sysutils/ftwin/Makefile 28 Mar 2010 06:43:38 -0000 1.12
+++ sysutils/ftwin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ftwin
PORTVERSION= 0.8.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://download.meroware.org/ftwin/
@@ -15,7 +15,7 @@
COMMENT= A useful tool to find duplicate files
LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \
- apr-1.3:${PORTSDIR}/devel/apr \
+ apr-1:${PORTSDIR}/devel/apr \
pcre.0:${PORTSDIR}/devel/pcre
USE_BZIP2= yes
Index: www/trac-wikirename/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikirename/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-wikirename/Makefile 13 Dec 2009 16:28:05 -0000 1.8
+++ www/trac-wikirename/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wikirename
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-calendar/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-calendar/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-calendar/Makefile 13 Dec 2009 16:27:59 -0000 1.7
+++ www/trac-calendar/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= calendar
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-fivestarvote/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-fivestarvote/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-fivestarvote/Makefile 31 Dec 2009 18:21:31 -0000 1.1
+++ www/trac-fivestarvote/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-ticketdelete/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ticketdelete/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-ticketdelete/Makefile 27 Jan 2010 02:16:20 -0000 1.9
+++ www/trac-ticketdelete/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ticketdelete
PORTVERSION= 2.0.3543
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: www/serf/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/serf/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/serf/Makefile 16 May 2009 06:27:55 -0000 1.5
+++ www/serf/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= serf
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL}
Index: devel/pecl-svn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-svn/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- devel/pecl-svn/Makefile 30 Sep 2009 13:12:15 -0000 1.17
+++ devel/pecl-svn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= svn
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
Index: devel/qsvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/qsvn/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- devel/qsvn/Makefile 28 Mar 2010 06:33:35 -0000 1.15
+++ devel/qsvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME= qsvn
DISTVERSION= 0.8.1
DISTVERSIONSUFFIX= -src
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.anrichter.net/projects/qsvn/chrome/site/
Index: sysutils/ganglia-monitor-core/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ganglia-monitor-core/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- sysutils/ganglia-monitor-core/Makefile 28 Mar 2010 06:43:39 -0000 1.33
+++ sysutils/ganglia-monitor-core/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monitor-core
PORTVERSION= 3.1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils net parallel
MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}%20%28Wien%29
PKGNAMEPREFIX= ganglia-
@@ -20,7 +20,7 @@
COMMENT= Ganglia cluster monitor, monitoring daemon
LIB_DEPENDS+= confuse:${PORTSDIR}/devel/libconfuse
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr
+LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
PKGINSTALL= ${WRKDIR}/pkg-install
Index: www/trac-mastertickets/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-mastertickets/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- www/trac-mastertickets/Makefile 13 Dec 2009 16:28:02 -0000 1.8
+++ www/trac-mastertickets/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= mastertickets
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-estimator/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-estimator/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-estimator/Makefile 26 Feb 2010 21:34:12 -0000 1.2
+++ www/trac-estimator/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= estimator
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: devel/kdesdk3/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdesdk3/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- devel/kdesdk3/Makefile 28 Mar 2010 06:33:15 -0000 1.72
+++ devel/kdesdk3/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= kdesdk
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
Index: www/trac-email2trac/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-email2trac/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- www/trac-email2trac/Makefile 2 Mar 2010 20:58:03 -0000 1.12
+++ www/trac-email2trac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= email2trac
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Agent/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Agent/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/p5-SVN-Agent/Makefile 24 Dec 2009 06:25:33 -0000 1.9
+++ devel/p5-SVN-Agent/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Agent
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-wikinotification/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikinotification/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-wikinotification/Makefile 13 Dec 2009 16:28:05 -0000 1.10
+++ www/trac-wikinotification/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wikinotificationplugin
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/p5-App-SVN-Bisect/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-SVN-Bisect/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/p5-App-SVN-Bisect/Makefile 15 Dec 2009 15:04:27 -0000 1.2
+++ devel/p5-App-SVN-Bisect/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= App-SVN-Bisect
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/kdesdk4/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdesdk4/Makefile,v
retrieving revision 1.87
diff -u -r1.87 Makefile
--- devel/kdesdk4/Makefile 28 Mar 2010 06:33:15 -0000 1.87
+++ devel/kdesdk4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,7 +6,7 @@
PORTNAME= kdesdk
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
Index: x11/kde4/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/kde4/Makefile,v
retrieving revision 1.116
diff -u -r1.116 Makefile
--- x11/kde4/Makefile 24 Apr 2010 09:38:46 -0000 1.116
+++ x11/kde4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME?= kde4
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
Index: devel/hgsvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/hgsvn/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- devel/hgsvn/Makefile 30 Jan 2010 01:30:13 -0000 1.8
+++ devel/hgsvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= hgsvn
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: devel/p5-SVN-Simple/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Simple/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-SVN-Simple/Makefile 9 Dec 2009 13:12:29 -0000 1.13
+++ devel/p5-SVN-Simple/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Simple
PORTVERSION= 0.28
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-vote/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-vote/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-vote/Makefile 31 Dec 2009 18:20:39 -0000 1.1
+++ www/trac-vote/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-autocomplete/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-autocomplete/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-autocomplete/Makefile 18 Dec 2009 00:50:27 -0000 1.3
+++ www/trac-autocomplete/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= autocomplete
PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX= trac-
Index: devel/p5-Log-Accounting-SVK/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Accounting-SVK/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/p5-Log-Accounting-SVK/Makefile 28 Mar 2010 06:33:26 -0000 1.11
+++ devel/p5-Log-Accounting-SVK/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= Log-Accounting-SVK
PORTVERSION= 0.05
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: sysutils/confman/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/confman/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- sysutils/confman/Makefile 13 Nov 2009 09:42:00 -0000 1.6
+++ sysutils/confman/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= confman
PORTVERSION= 1.9.3b
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.timesinks.net/distfiles/
Index: devel/p5-SVN-Statistics/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Statistics/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/p5-SVN-Statistics/Makefile 28 Mar 2010 06:33:27 -0000 1.9
+++ devel/p5-SVN-Statistics/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Statistics
PORTVERSION= 0.041
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/p5-SVN-Hooks/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Hooks/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-SVN-Hooks/Makefile 12 Mar 2010 14:46:03 -0000 1.13
+++ devel/p5-SVN-Hooks/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Hooks
PORTVERSION= 0.27
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-gantt/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-gantt/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-gantt/Makefile 13 Dec 2009 16:28:01 -0000 1.7
+++ www/trac-gantt/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= TracGantt
PORTVERSION= 0.3.2a
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://willbarton.com/files/ \
http://dryice.name/computer/FreeBSD/distfiles/
Index: devel/pushmi/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pushmi/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- devel/pushmi/Makefile 5 Jul 2008 03:54:53 -0000 1.10
+++ devel/pushmi/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= pushmi
PORTVERSION= 1.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
Index: sysutils/ganglia-webfrontend/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/ganglia-webfrontend/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- sysutils/ganglia-webfrontend/Makefile 22 Aug 2009 00:35:18 -0000 1.20
+++ sysutils/ganglia-webfrontend/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= webfrontend
PORTVERSION= 3.1.1
+PORTREVISION= 1
CATEGORIES= sysutils net parallel www
MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}%20%28Wien%29
PKGNAMEPREFIX= ganglia-
Index: www/trac-remind/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-remind/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/trac-remind/Makefile 13 Dec 2009 16:28:03 -0000 1.6
+++ www/trac-remind/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= remind
PORTVERSION= 1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.unixmedia.it/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-ACL/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-ACL/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/p5-SVN-ACL/Makefile 7 Jul 2008 12:37:18 -0000 1.6
+++ devel/p5-SVN-ACL/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-ACL
PORTVERSION= 0.02
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-iniadmin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-iniadmin/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/trac-iniadmin/Makefile 13 Dec 2009 16:28:02 -0000 1.10
+++ www/trac-iniadmin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= iniadmin
PORTVERSION= 0.2.3915
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: devel/svk/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/svk/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- devel/svk/Makefile 17 Apr 2010 15:57:28 -0000 1.49
+++ devel/svk/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= svk
PORTVERSION= 2.2.3
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
Index: www/trac-bzr/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-bzr/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/trac-bzr/Makefile 5 Jul 2009 22:24:06 -0000 1.5
+++ www/trac-bzr/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= bzr
PORTVERSION= 20090604
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://home.tiscali.cz/~cz210552/bsdports/tarballs/
PKGNAMEPREFIX= trac-
Index: www/trac-ticketimport/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ticketimport/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-ticketimport/Makefile 31 Dec 2009 17:53:45 -0000 1.1
+++ www/trac-ticketimport/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION= 0.7c
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: www/trac-tags/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-tags/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/trac-tags/Makefile 13 Dec 2009 16:28:04 -0000 1.11
+++ www/trac-tags/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tags
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/ditrack/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ditrack/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/ditrack/Makefile 28 Aug 2009 17:36:47 -0000 1.9
+++ devel/ditrack/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ditrack
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ditrack.org/files/
EXTRACT_SUFX= .tgz
Index: www/trac-simpleticket/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-simpleticket/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-simpleticket/Makefile 13 Dec 2009 16:28:04 -0000 1.7
+++ www/trac-simpleticket/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= simpleticket
PORTVERSION= 1.1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Access/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Access/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- devel/p5-SVN-Access/Makefile 12 Apr 2009 03:01:14 -0000 1.8
+++ devel/p5-SVN-Access/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Access
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: devel/c_c++_reference/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/c_c++_reference/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- devel/c_c++_reference/Makefile 28 Mar 2010 06:32:58 -0000 1.29
+++ devel/c_c++_reference/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= c_c++_reference
PORTVERSION= 2.0.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ee.fhm.edu/pub/unix/ide/KDevelop/
DISTNAME= c_cpp_reference-${PORTVERSION}_for_KDE_3.0
Index: www/mod_mono/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_mono/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/mod_mono/Makefile 24 Dec 2009 18:49:54 -0000 1.4
+++ www/mod_mono/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,6 +8,7 @@
PORTNAME= mod_mono
PORTVERSION= 2.4.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/trac-pendingticket/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-pendingticket/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-pendingticket/Makefile 13 Dec 2009 16:28:03 -0000 1.9
+++ www/trac-pendingticket/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= pendingticket
PORTVERSION= 0.0.4
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-datefield/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-datefield/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-datefield/Makefile 18 Dec 2009 00:42:26 -0000 1.1
+++ www/trac-datefield/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= datefield
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX= trac-
Index: www/mod_memcache/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_memcache/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/mod_memcache/Makefile 21 May 2009 20:45:31 -0000 1.2
+++ www/mod_memcache/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_memcache
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
Index: devel/p5-SVN-Mirror/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Mirror/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- devel/p5-SVN-Mirror/Makefile 27 Sep 2008 11:47:32 -0000 1.41
+++ devel/p5-SVN-Mirror/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-Mirror
PORTVERSION= 0.75
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: java/subversion-java/Makefile
===================================================================
RCS file: /home/ncvs/ports/java/subversion-java/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- java/subversion-java/Makefile 5 Jan 2009 20:36:27 -0000 1.4
+++ java/subversion-java/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
#
PKGNAMESUFFIX= -java
+PORTREVISION= 1
CATEGORIES= java
MAINTAINER= lev at FreeBSD.org
Index: www/trac/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- www/trac/Makefile 20 Apr 2010 08:25:40 -0000 1.45
+++ www/trac/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= trac
PORTVERSION= 0.11.7
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/
Index: devel/monodevelop-database/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-database/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-database/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-database/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-database
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: devel/horde-chora/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/horde-chora/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- devel/horde-chora/Makefile 28 Mar 2010 06:33:13 -0000 1.39
+++ devel/horde-chora/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= chora
PORTVERSION= 2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel www
DIST_SUBDIR= horde
Index: devel/subcommander/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subcommander/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- devel/subcommander/Makefile 28 Mar 2010 06:33:41 -0000 1.19
+++ devel/subcommander/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= subcommander
PORTVERSION= 1.2.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/42385/
DISTNAME= Subcommander-${PORTVERSION}
Index: devel/kdevelop/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/kdevelop/Makefile,v
retrieving revision 1.107
diff -u -r1.107 Makefile
--- devel/kdevelop/Makefile 28 Mar 2010 06:33:15 -0000 1.107
+++ devel/kdevelop/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= kdevelop
PORTVERSION= 3.5.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
Index: devel/monodevelop-boo/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/monodevelop-boo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/monodevelop-boo/Makefile 28 Mar 2010 06:33:23 -0000 1.3
+++ devel/monodevelop-boo/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= monodevelop-boo
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
Index: www/flood/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/flood/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- www/flood/Makefile 2 Aug 2009 19:35:58 -0000 1.21
+++ www/flood/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= flood
PORTVERSION= 0.20041105
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://dist.bsdlab.org/
DISTNAME= httpd-test_20041105052051
Index: multimedia/dvdauthorwizard/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/dvdauthorwizard/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- multimedia/dvdauthorwizard/Makefile 28 Mar 2010 06:40:38 -0000 1.12
+++ multimedia/dvdauthorwizard/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= dvdauthorwizard
PORTVERSION= 1.4.6
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia kde
MASTER_SITES= SF
DISTNAME= DVDAuthorWizard-${PORTVERSION}
Index: devel/thunar-svn-plugin/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/thunar-svn-plugin/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/thunar-svn-plugin/Makefile 28 Mar 2010 06:33:42 -0000 1.11
+++ devel/thunar-svn-plugin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= thunar-svn-plugin
PORTVERSION= 0.0.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel xfce
MASTER_SITES= http://goodies.xfce.org/releases/thunar-svn-plugin/
DIST_SUBDIR= xfce4
Index: x11/kde3/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/kde3/Makefile,v
retrieving revision 1.106
diff -u -r1.106 Makefile
--- x11/kde3/Makefile 28 Mar 2010 06:45:30 -0000 1.106
+++ x11/kde3/Makefile 28 Apr 2010 00:03:08 -0000
@@ -8,7 +8,7 @@
PORTNAME?= kde
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
Index: devel/cvs2svn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cvs2svn/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- devel/cvs2svn/Makefile 10 Dec 2009 05:00:10 -0000 1.25
+++ devel/cvs2svn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,6 +6,7 @@
PORTNAME= cvs2svn
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/46528/
Index: www/trac-tweakui/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-tweakui/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-tweakui/Makefile 19 Jan 2010 14:34:07 -0000 1.7
+++ www/trac-tweakui/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tweakui
PORTVERSION= 0.1.7413
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: textproc/svn2cl/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/svn2cl/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- textproc/svn2cl/Makefile 8 Oct 2009 14:02:36 -0000 1.9
+++ textproc/svn2cl/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= svn2cl
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://arthurdejong.org/svn2cl/ \
LOCAL/avl
Index: www/trac-spam-filter/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-spam-filter/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-spam-filter/Makefile 7 Jul 2008 12:37:21 -0000 1.4
+++ www/trac-spam-filter/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= TracSpamFilter
PORTVERSION= 0.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://zhoushuqun.com/files/ \
http://freebsd.unixfreunde.de/sources/
Index: devel/statsvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/statsvn/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/statsvn/Makefile 16 Mar 2010 13:13:42 -0000 1.3
+++ devel/statsvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= statsvn
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= devel java
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
Index: www/trac-advancedticketworkflow/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-advancedticketworkflow/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-advancedticketworkflow/Makefile 13 Dec 2009 16:27:59 -0000 1.2
+++ www/trac-advancedticketworkflow/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= advancedticketworkflow
PORTVERSION= 0.10.3940
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-down/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-down/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-down/Makefile 6 Jun 2008 14:07:17 -0000 1.4
+++ www/trac-down/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= down
PORTVERSION= 0.0.1.r11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-Log/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Log/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/p5-SVN-Log/Makefile 7 Jul 2008 11:32:02 -0000 1.7
+++ devel/p5-SVN-Log/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= SVN-Log
PORTVERSION= 0.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/kdewebdev/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/kdewebdev/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- www/kdewebdev/Makefile 28 Mar 2010 06:44:50 -0000 1.70
+++ www/kdewebdev/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= kdewebdev
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= www kde
MASTER_SITES= ${MASTER_SITE_KDE}
Index: textproc/rast/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/rast/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- textproc/rast/Makefile 10 Jan 2010 06:20:34 -0000 1.13
+++ textproc/rast/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= rast
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://projects.netlab.jp/rast/archives/ \
http://dist.bsdlab.org/
Index: www/trac-codetags/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-codetags/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-codetags/Makefile 13 Dec 2009 16:28:00 -0000 1.7
+++ www/trac-codetags/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= codetags
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: devel/p5-SVN-S4/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-S4/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/p5-SVN-S4/Makefile 19 Mar 2010 23:39:52 -0000 1.13
+++ devel/p5-SVN-S4/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= SVN-S4
PORTVERSION= 1.033
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-ldap/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-ldap/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/trac-ldap/Makefile 13 Dec 2009 16:28:02 -0000 1.9
+++ www/trac-ldap/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= ldap
PORTVERSION= 0.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-wantedpages/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wantedpages/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/trac-wantedpages/Makefile 13 Dec 2009 16:28:05 -0000 1.6
+++ www/trac-wantedpages/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= wantedpages
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
Index: www/trac-tocmacro/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-tocmacro/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/trac-tocmacro/Makefile 13 Dec 2009 16:28:05 -0000 1.11
+++ www/trac-tocmacro/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= tocmacro
PORTVERSION= 11.0.0.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
Index: www/ruby-cruisecontrolrb/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/ruby-cruisecontrolrb/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/ruby-cruisecontrolrb/Makefile 26 Apr 2010 23:14:05 -0000 1.7
+++ www/ruby-cruisecontrolrb/Makefile 28 Apr 2010 00:03:08 -0000
@@ -6,7 +6,7 @@
PORTNAME= cruisecontrolrb
PORTVERSION= 1.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
Index: devel/p5-Log-Accounting-SVN/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Accounting-SVN/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/p5-Log-Accounting-SVN/Makefile 28 Mar 2010 06:33:26 -0000 1.11
+++ devel/p5-Log-Accounting-SVN/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= Log-Accounting-SVN
PORTVERSION= 0.01
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Index: www/trac-multirepos/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-multirepos/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-multirepos/Makefile 1 Sep 2009 00:03:45 -0000 1.2
+++ www/trac-multirepos/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= multirepos
PORTVERSION= 0.12.8514
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= trac-
Index: www/trac-wikigoodies/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-wikigoodies/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-wikigoodies/Makefile 3 May 2009 12:57:30 -0000 1.1
+++ www/trac-wikigoodies/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= wikigoodies
PORTVERSION= 0.3.3522
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= trac-
Index: www/trac-customfieldadmin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-customfieldadmin/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- www/trac-customfieldadmin/Makefile 13 Dec 2009 16:28:00 -0000 1.13
+++ www/trac-customfieldadmin/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= customfieldadmin
PORTVERSION= 0.2.2.6485
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
Index: mail/svnmailer/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/svnmailer/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- mail/svnmailer/Makefile 13 Dec 2009 17:00:11 -0000 1.14
+++ mail/svnmailer/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= svnmailer
DISTVERSION= 1.1.0-dev-r1373
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail python
MASTER_SITES= http://storage.perlig.de/${PORTNAME}/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Index: www/trac-privatetickets/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-privatetickets/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-privatetickets/Makefile 26 Sep 2008 19:53:22 -0000 1.7
+++ www/trac-privatetickets/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= privatetickets
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
Index: www/trac-revtree/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-revtree/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-revtree/Makefile 13 Dec 2009 16:28:04 -0000 1.4
+++ www/trac-revtree/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= revtree
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
Index: devel/esvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/esvn/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- devel/esvn/Makefile 28 Mar 2010 06:33:05 -0000 1.21
+++ devel/esvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,7 +7,7 @@
PORTNAME= esvn
PORTVERSION= 0.6.12
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/eSvn/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
Index: devel/pysvn/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pysvn/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- devel/pysvn/Makefile 28 Feb 2010 15:50:54 -0000 1.14
+++ devel/pysvn/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= pysvn
PORTVERSION= 1.7.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/
Index: net-mgmt/ramond/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/ramond/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- net-mgmt/ramond/Makefile 27 Jan 2010 13:04:35 -0000 1.1
+++ net-mgmt/ramond/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ramond
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/
@@ -22,7 +23,7 @@
.include <bsd.port.pre.mk>
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr
+LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ramond ${PREFIX}/sbin
Index: devel/viewvc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/viewvc/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- devel/viewvc/Makefile 27 Apr 2010 03:26:25 -0000 1.43
+++ devel/viewvc/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= viewvc
PORTVERSION= 1.1.5
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/47458/ \
LOCAL/pgollucci
Index: www/trac-mercurial/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac-mercurial/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-mercurial/Makefile 13 Dec 2009 16:28:02 -0000 1.2
+++ www/trac-mercurial/Makefile 28 Apr 2010 00:03:08 -0000
@@ -7,6 +7,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 0.11.0.7
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
Index: devel/subversion/Makefile.common
===================================================================
RCS file: /home/ncvs/ports/devel/subversion/Makefile.common,v
retrieving revision 1.29
diff -u -r1.29 Makefile.common
--- devel/subversion/Makefile.common 19 Apr 2010 10:39:12 -0000 1.29
+++ devel/subversion/Makefile.common 28 Apr 2010 20:57:31 -0000
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.11
-#PORTREVISION?= 1
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -101,7 +101,7 @@
APR_PORT= ${APACHE_PORT}
.else
APR_PORT= devel/apr
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/${APR_PORT}
+LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT}
APR_APU_DIR= ${LOCALBASE}/bin
APR_CONFIG= apr-1-config
APU_CONFIG= apu-1-config
Index: www/apache22/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/apache22/Makefile,v
retrieving revision 1.250
diff -u -r1.250 Makefile
--- www/apache22/Makefile 12 Dec 2009 00:43:26 -0000 1.250
+++ www/apache22/Makefile 28 Apr 2010 23:02:19 -0000
@@ -8,8 +8,7 @@
#
PORTNAME= apache
-PORTVERSION= 2.2.14
-PORTREVISION= 5
+PORTVERSION= 2.2.15
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
@@ -58,7 +57,7 @@
.if !defined(WITHOUT_APACHE_OPTIONS)
OPTIONS= \
- APR_FROM_PORTS "Use devel/apr as APR (preferred)" Off \
+ APR_FROM_PORTS "Use devel/apr as APR (preferred)" On \
THREADS "Enable threads support in APR" Off \
MYSQL "Enable MySQL support for apr-dbd" Off \
PGSQL "Enable PostgreSQL support for apr-dbd" Off \
@@ -207,7 +206,7 @@
post-configure:
@FTPUSERS=`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\
- ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,$$FTPUSERS," \
+ ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,${FTPUSERS}," \
${WRKSRC}/docs/conf/extra/httpd-userdir.conf
@${REINPLACE_CMD} -e "s,%%WWWOWN%%,${WWWOWN}, ; \
s,%%WWWGRP%%,${WWWGRP}," \
Index: www/apache22/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/apache22/pkg-plist,v
retrieving revision 1.94
diff -u -r1.94 pkg-plist
--- www/apache22/pkg-plist 12 Dec 2009 13:44:13 -0000 1.94
+++ www/apache22/pkg-plist 28 Apr 2010 23:02:19 -0000
@@ -170,7 +170,7 @@
%%APR_PORTS%%lib/libapr-1.a
%%APR_PORTS%%lib/libapr-1.la
%%APR_PORTS%%lib/libapr-1.so
-%%APR_PORTS%%lib/libapr-1.so.3
+%%APR_PORTS%%lib/libapr-1.so.4
%%APR_PORTS%%lib/libaprutil-1.a
%%APR_PORTS%%lib/libaprutil-1.la
%%APR_PORTS%%lib/libaprutil-1.so
Index: www/mod_log_sql2-dtc/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_log_sql2-dtc/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/mod_log_sql2-dtc/Makefile 27 Dec 2009 01:45:01 -0000 1.11
+++ www/mod_log_sql2-dtc/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,6 +6,7 @@
PORTNAME= mod_log_sql
PORTVERSION= 1.101
+PORTREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMESUFFIX= -dtc
Index: www/mod_authz_unixgroup/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_authz_unixgroup/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/mod_authz_unixgroup/Makefile 17 May 2009 07:24:28 -0000 1.6
+++ www/mod_authz_unixgroup/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_authz_unixgroup
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
Index: ftp/proma/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/proma/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ftp/proma/Makefile 26 May 2009 07:20:32 -0000 1.8
+++ ftp/proma/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= proma
PORTVERSION= 0.8.3
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF
Index: www/rubygem-passenger/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-passenger/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/rubygem-passenger/Makefile 1 Apr 2010 13:31:48 -0000 1.11
+++ www/rubygem-passenger/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,6 +6,7 @@
PORTNAME= passenger
PORTVERSION= 2.2.11
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RF
PKGNAMEPREFIX= rubygem-
Index: www/sams/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/sams/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/sams/Makefile 18 Jan 2010 02:00:54 -0000 1.11
+++ www/sams/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= sams
DISTVERSION= 1.0.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://sams.perm.ru/download/ \
Index: www/mod_clamav/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_clamav/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- www/mod_clamav/Makefile 6 Apr 2010 12:01:56 -0000 1.22
+++ www/mod_clamav/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= mod_clamav
PORTVERSION= 0.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www security
MASTER_SITES= http://software.othello.ch/mod_clamav/ \
http://www.kommunity.net/download/mod_clamav/
Index: www/mod_h264_streaming/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_h264_streaming/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/mod_h264_streaming/Makefile 19 May 2009 05:30:26 -0000 1.1
+++ www/mod_h264_streaming/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_h264_streaming
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
DIST_SUBDIR= apache22
Index: x11/gnome2-power-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnome2-power-tools/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- x11/gnome2-power-tools/Makefile 28 Mar 2010 06:45:28 -0000 1.50
+++ x11/gnome2-power-tools/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,7 +6,7 @@
# $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.84 2008/09/30 13:18:29 kwm Exp $
#
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 gnome
PKGNAMESUFFIX= -power-tools
Index: sysutils/dtc/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/dtc/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- sysutils/dtc/Makefile 8 Dec 2009 14:30:06 -0000 1.28
+++ sysutils/dtc/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= dtc
PORTVERSION= 0.28.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gplhost.com/pub/dtc/bsd/ \
ftp://ftp.gplhost.fr/pub/dtc/bsd/ \
Index: www/mythweb/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mythweb/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/mythweb/Makefile 1 Apr 2010 12:45:37 -0000 1.3
+++ www/mythweb/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= mythweb
PORTVERSION= 0.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
http://ftp.oregonstate.edu/pub/mythtv/
Index: www/mod_log_dbd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_log_dbd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/mod_log_dbd/Makefile 21 May 2009 20:45:31 -0000 1.4
+++ www/mod_log_dbd/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,7 +6,7 @@
PORTNAME= mod_log_dbd
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www databases
MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/
Index: sysutils/syscp/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/syscp/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sysutils/syscp/Makefile 3 Jan 2010 23:23:00 -0000 1.10
+++ sysutils/syscp/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= syscp
PORTVERSION= 1.4.2.1
+PORTREVISION= 1
CATEGORIES= sysutils www
MASTER_SITES= http://files.syscp.org/releases/tgz/
DISTNAME= ${PORTNAME}-${PORTVERSION}
Index: www/gnome-user-share/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/gnome-user-share/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- www/gnome-user-share/Makefile 28 Mar 2010 06:44:45 -0000 1.33
+++ www/gnome-user-share/Makefile 28 Apr 2010 23:01:30 -0000
@@ -8,7 +8,7 @@
PORTNAME= gnome-user-share
PORTVERSION= 2.28.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
Index: www/mod_layout22/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_layout22/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- www/mod_layout22/Makefile 21 Dec 2009 13:14:51 -0000 1.16
+++ www/mod_layout22/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_layout
PORTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
Index: mail/ngmp/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/ngmp/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- mail/ngmp/Makefile 19 Apr 2010 12:33:35 -0000 1.7
+++ mail/ngmp/Makefile 28 Apr 2010 23:01:30 -0000
@@ -6,7 +6,7 @@
PORTNAME= ngmp
PORTVERSION= 0.1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.prevantage.com/releases/ \
ftp://ftp2.prevantage.com/releases/
Index: www/mod_authn_sasl/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_authn_sasl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/mod_authn_sasl/Makefile 22 Aug 2009 00:38:13 -0000 1.5
+++ www/mod_authn_sasl/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_authn_sasl
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION}
Index: x11/gnome2/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnome2/Makefile,v
retrieving revision 1.161
diff -u -r1.161 Makefile
--- x11/gnome2/Makefile 28 Mar 2010 06:45:27 -0000 1.161
+++ x11/gnome2/Makefile 28 Apr 2010 23:01:30 -0000
@@ -8,7 +8,7 @@
PORTNAME= gnome2
PORTVERSION= 2.28.2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
Index: www/mod_dnssd/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_dnssd/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/mod_dnssd/Makefile 21 May 2009 20:45:27 -0000 1.7
+++ www/mod_dnssd/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,7 +7,7 @@
PORTNAME= mod_dnssd
PORTVERSION= 0.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
Index: www/mod_macro22/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_macro22/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/mod_macro22/Makefile 21 May 2009 20:45:31 -0000 1.2
+++ www/mod_macro22/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_macro
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
Index: www/mod_authnz_external/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_authnz_external/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/mod_authnz_external/Makefile 20 May 2009 09:45:25 -0000 1.5
+++ www/mod_authnz_external/Makefile 28 Apr 2010 23:01:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_authnz_external
PORTVERSION= 3.1.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= apache22
--- www/mod_memcache/Makefile.1 2010-04-28 19:15:56.270699261 -0400
+++ www/mod_memcache/Makefile.2 2010-04-28 19:16:09.458284313 -0400
@@ -7,7 +7,7 @@
PORTNAME= mod_memcache
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
--- both.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list