From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 24 04:00:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5072A10656AA for ; Tue, 24 Jun 2008 04:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9188FC13 for ; Tue, 24 Jun 2008 04:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5O409Z4044867 for ; Tue, 24 Jun 2008 04:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5O4090E044866; Tue, 24 Jun 2008 04:00:09 GMT (envelope-from gnats) Resent-Date: Tue, 24 Jun 2008 04:00:09 GMT Resent-Message-Id: <200806240400.m5O4090E044866@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C8CF106567D for ; Tue, 24 Jun 2008 03:55:59 +0000 (UTC) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: from piccollo.p6m7g8.net (piccollo.p6m7g8.net [70.88.236.19]) by mx1.freebsd.org (Postfix) with ESMTP id 71A818FC12 for ; Tue, 24 Jun 2008 03:55:58 +0000 (UTC) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: from piccollo.p6m7g8.net (localhost.p6m7g8.net [127.0.0.1]) by piccollo.p6m7g8.net (8.14.2/8.14.2) with ESMTP id m5O3tdZl034893 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 23 Jun 2008 23:55:39 -0400 (EDT) (envelope-from pgollucci@piccollo.p6m7g8.net) Received: (from pgollucci@localhost) by piccollo.p6m7g8.net (8.14.2/8.14.2/Submit) id m5O3tdY2034892; Mon, 23 Jun 2008 23:55:39 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200806240355.m5O3tdY2034892@piccollo.p6m7g8.net> Date: Mon, 23 Jun 2008 23:55:39 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: araujo@FreeBSD.org Subject: ports/124919: devel/apr: [PATCH]: update 1.2.12 -> 1.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Philip M. Gollucci" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 04:00:10 -0000 >Number: 124919 >Category: ports >Synopsis: devel/apr: [PATCH]: update 1.2.12 -> 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 04:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT i386 >Organization: Riderway Inc. >Environment: System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jun 11 23:05:41 EDT 2008 root@krillin.p6m7g8.net:/usr/obj/usr/src/sys/PICCOLLO i386 >Description: o update to 1.3.2 o Removed files: files/patch-apr-util_build_dbm.m4 was removed, no comparison available files/patch-apr-util_configure was removed, no comparison available This patch is part of apr 1.3.0+ o moved SHLIB_MAJOR into Makefile to follow other ports and reduce pkg-plist changes o via Tools/scripts/bump_version.pl ports requiring devel/apr and devel/apr-svn have PORTVERSION bumped to chase this (88 ports) o replace apr-1.2 with apr-1 since apr-1.2 is nolonger valid, and apr-1 will work until devel/apr2 o Request a cluster run first ? o UPDATING entry ? >How-To-Repeat: >Fix: --- devel_apr_1.2.12_to_1_3_2.diff begins here --- Index: devel/apr/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/apr/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- devel/apr/Makefile 9 May 2008 04:29:04 -0000 1.71 +++ devel/apr/Makefile 24 Jun 2008 03:38:10 -0000 @@ -15,7 +15,7 @@ # APR_UTIL_WITH_LDAP: force dependency on OpenLDAP PORTNAME= apr -PORTVERSION= 1.2.12 +PORTVERSION= 1.3.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr @@ -35,6 +35,9 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR} +PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +SHLIB_MAJOR= 3 + APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \ --with-expat=${PREFIX} \ --with-iconv=${PREFIX} Index: devel/apr/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/apr/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- devel/apr/distinfo 4 May 2008 20:37:53 -0000 1.17 +++ devel/apr/distinfo 24 Jun 2008 03:38:10 -0000 @@ -1,6 +1,6 @@ -MD5 (apr-1.2.12.tar.gz) = 020ea947446dca2d1210c099c7a4c837 -SHA256 (apr-1.2.12.tar.gz) = 23759142c483be869a0aec0529c5b8c94745b4dfd1c2c23f38417f4e02adcead -SIZE (apr-1.2.12.tar.gz) = 1127522 -MD5 (apr-util-1.2.12.tar.gz) = e292942e22edd21b68609086352212e4 -SHA256 (apr-util-1.2.12.tar.gz) = 7d70ff17bec733bdb04a6653a8e9c15ab7d88429dac91a4ae58c1db5caaee07f -SIZE (apr-util-1.2.12.tar.gz) = 668292 +MD5 (apr-1.3.2.tar.gz) = de95101173669bed731bede628a8cf69 +SHA256 (apr-1.3.2.tar.gz) = 1208e2caa48c5ac5d543de8642bde064731b45b490d104c59fc816aa88acafda +SIZE (apr-1.3.2.tar.gz) = 1158861 +MD5 (apr-util-1.3.2.tar.gz) = ec615024cf2bbf30f67007ed8dcaf744 +SHA256 (apr-util-1.3.2.tar.gz) = 0c95069e5b4962d56ec4112f2aa85701b93a7374b76adcca348ca19c0db560f1 +SIZE (apr-util-1.3.2.tar.gz) = 778182 Index: devel/apr/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/apr/pkg-plist,v retrieving revision 1.16 diff -u -r1.16 pkg-plist --- devel/apr/pkg-plist 23 Feb 2006 10:35:28 -0000 1.16 +++ devel/apr/pkg-plist 24 Jun 2008 03:38:10 -0000 @@ -29,10 +29,12 @@ include/apr-1/apr_ldap.h include/apr-1/apr_ldap_init.h include/apr-1/apr_ldap_option.h +include/apr-1/apr_ldap_rebind.h include/apr-1/apr_ldap_url.h include/apr-1/apr_lib.h include/apr-1/apr_md4.h include/apr-1/apr_md5.h +include/apr-1/apr_memcache.h include/apr-1/apr_mmap.h include/apr-1/apr_network_io.h include/apr-1/apr_optional.h @@ -56,6 +58,7 @@ include/apr-1/apr_tables.h include/apr-1/apr_thread_cond.h include/apr-1/apr_thread_mutex.h +include/apr-1/apr_thread_pool.h include/apr-1/apr_thread_proc.h include/apr-1/apr_thread_rwlock.h include/apr-1/apr_time.h @@ -76,10 +79,10 @@ lib/libapr-1.a lib/libapr-1.la lib/libapr-1.so -lib/libapr-1.so.2 +lib/libapr-1.so.%%SHLIB_MAJOR%% lib/libaprutil-1.a lib/libaprutil-1.la lib/libaprutil-1.so -lib/libaprutil-1.so.2 +lib/libaprutil-1.so.%%SHLIB_MAJOR%% @dirrm build-1 @dirrm include/apr-1 cvs diff: devel/apr/files/patch-apr-util_build_dbm.m4 was removed, no comparison available cvs diff: devel/apr/files/patch-apr-util_configure was removed, no comparison available Index: devel/apr/files/patch-apr_hints.m4 =================================================================== RCS file: /home/ncvs/ports/devel/apr/files/patch-apr_hints.m4,v retrieving revision 1.12 diff -u -r1.12 patch-apr_hints.m4 --- devel/apr/files/patch-apr_hints.m4 4 May 2008 20:37:53 -0000 1.12 +++ devel/apr/files/patch-apr_hints.m4 24 Jun 2008 03:38:10 -0000 @@ -1,5 +1,5 @@ ---- apr-1.2.12/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.2.12/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 +--- apr-1.3.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 ++++ apr-1.3.2/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 @@ -137,11 +137,7 @@ ;; *-freebsd*) Index: devel/c_c++_reference/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/c_c++_reference/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- devel/c_c++_reference/Makefile 6 Jun 2008 13:21:02 -0000 1.19 +++ devel/c_c++_reference/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= c_c++_reference PORTVERSION= 2.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= ftp://ftp.ee.fhm.edu/pub/unix/ide/KDevelop/ DISTNAME= c_cpp_reference-${PORTVERSION}_for_KDE_3.0 Index: devel/cvs2svn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cvs2svn/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- devel/cvs2svn/Makefile 17 Jun 2008 19:29:49 -0000 1.17 +++ devel/cvs2svn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= cvs2svn PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/41596/ \ http://cvs2svn.tigris.org/files/documents/1462/39919/ \ Index: devel/ditrack/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ditrack/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/ditrack/Makefile 6 Jun 2008 13:21:06 -0000 1.6 +++ devel/ditrack/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= ditrack PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.ditrack.org/files/ EXTRACT_SUFX= .tgz Index: devel/esvn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/esvn/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/esvn/Makefile 6 Jun 2008 13:21:08 -0000 1.15 +++ devel/esvn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= esvn PORTVERSION= 0.6.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: devel/hgsvn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/hgsvn/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/hgsvn/Makefile 6 Jun 2008 13:21:18 -0000 1.4 +++ devel/hgsvn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= hgsvn PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: devel/horde-chora/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/horde-chora/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- devel/horde-chora/Makefile 6 Jun 2008 13:21:19 -0000 1.32 +++ devel/horde-chora/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= chora PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www DIST_SUBDIR= horde Index: devel/kdesdk3/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/kdesdk3/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- devel/kdesdk3/Makefile 6 Jun 2008 13:21:23 -0000 1.64 +++ devel/kdesdk3/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= kdesdk PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src Index: devel/kdesvn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/kdesvn/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- devel/kdesvn/Makefile 6 Jun 2008 13:21:23 -0000 1.24 +++ devel/kdesvn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= kdesvn PORTVERSION= 0.14.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel kde MASTER_SITES= http://www.alwins-world.de/programs/download/${PORTNAME}/${PORTVERSION:R}.x/ Index: devel/kdevelop/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/kdevelop/Makefile,v retrieving revision 1.98 diff -u -r1.98 Makefile --- devel/kdevelop/Makefile 6 Jun 2008 13:21:23 -0000 1.98 +++ devel/kdevelop/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= kdevelop PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src Index: devel/p5-Log-Accounting-SVK/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Log-Accounting-SVK/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- devel/p5-Log-Accounting-SVK/Makefile 6 Jun 2008 13:21:38 -0000 1.7 +++ devel/p5-Log-Accounting-SVK/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= Log-Accounting-SVK PORTVERSION= 0.05 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-Log-Accounting-SVN/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Log-Accounting-SVN/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/p5-Log-Accounting-SVN/Makefile 6 Jun 2008 13:21:38 -0000 1.5 +++ devel/p5-Log-Accounting-SVN/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= Log-Accounting-SVN PORTVERSION= 0.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-ACL/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-ACL/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/p5-SVN-ACL/Makefile 6 Jun 2008 13:21:39 -0000 1.3 +++ devel/p5-SVN-ACL/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-ACL PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Access/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Access/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/p5-SVN-Access/Makefile 6 Jun 2008 13:21:39 -0000 1.3 +++ devel/p5-SVN-Access/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Access PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Agent/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Agent/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/p5-SVN-Agent/Makefile 6 Jun 2008 13:21:39 -0000 1.4 +++ devel/p5-SVN-Agent/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Agent PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Log/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Log/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/p5-SVN-Log/Makefile 6 Jun 2008 13:21:39 -0000 1.4 +++ devel/p5-SVN-Log/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Log PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Mirror/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Mirror/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- devel/p5-SVN-Mirror/Makefile 6 Jun 2008 13:21:39 -0000 1.37 +++ devel/p5-SVN-Mirror/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Mirror PORTVERSION= 0.74 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Notify-Config/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Notify-Config/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/p5-SVN-Notify-Config/Makefile 6 Jun 2008 13:21:40 -0000 1.5 +++ devel/p5-SVN-Notify-Config/Makefile 24 Jun 2008 03:38:28 -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: devel/p5-SVN-S4/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-S4/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/p5-SVN-S4/Makefile 11 Jun 2008 13:12:21 -0000 1.5 +++ devel/p5-SVN-S4/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= SVN-S4 PORTVERSION= 1.030 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Simple/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Simple/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- devel/p5-SVN-Simple/Makefile 6 Jun 2008 13:21:40 -0000 1.9 +++ devel/p5-SVN-Simple/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Simple PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Statistics/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Statistics/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/p5-SVN-Statistics/Makefile 6 Jun 2008 13:21:40 -0000 1.5 +++ devel/p5-SVN-Statistics/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Statistics PORTVERSION= 0.041 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-SVN-Web/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SVN-Web/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- devel/p5-SVN-Web/Makefile 6 Jun 2008 13:21:40 -0000 1.16 +++ devel/p5-SVN-Web/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= SVN-Web PORTVERSION= 0.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: devel/p5-VCP-Dest-svk/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-VCP-Dest-svk/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- devel/p5-VCP-Dest-svk/Makefile 6 Jun 2008 13:21:41 -0000 1.10 +++ devel/p5-VCP-Dest-svk/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= VCP-Dest-svk PORTVERSION= 0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO Index: devel/pecl-svn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pecl-svn/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- devel/pecl-svn/Makefile 19 Jun 2008 00:24:05 -0000 1.9 +++ devel/pecl-svn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= svn PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Index: devel/psvn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/psvn/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- devel/psvn/Makefile 6 Jun 2008 13:21:43 -0000 1.26 +++ devel/psvn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= psvn PORTVERSION= 30224 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp MASTER_SITES= http://svn.collab.net/viewvc/*checkout*/svn/trunk/contrib/client-side/emacs/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Index: devel/pushmi/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pushmi/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- devel/pushmi/Makefile 6 Jun 2008 13:21:43 -0000 1.7 +++ devel/pushmi/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= pushmi PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO Index: devel/pysvn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pysvn/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/pysvn/Makefile 6 Jun 2008 13:21:48 -0000 1.5 +++ devel/pysvn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= pysvn PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ Index: devel/qsvn/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/qsvn/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/qsvn/Makefile 18 Jun 2008 23:50:29 -0000 1.6 +++ devel/qsvn/Makefile 24 Jun 2008 03:38:28 -0000 @@ -8,7 +8,7 @@ PORTNAME= qsvn DISTVERSION= 0.6.1 DISTVERSIONSUFFIX= -src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.anrichter.net/projects/qsvn/chrome/site/ Index: devel/subcommander/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/subcommander/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/subcommander/Makefile 6 Jun 2008 13:21:55 -0000 1.6 +++ devel/subcommander/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= subcommander PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/35437/ DISTNAME= Subcommander-${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Qt based multiplatform subversion client, diff & merge tool LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon26 \ - apr-1.2:${PORTSDIR}/devel/apr-svn \ + apr-1:${PORTSDIR}/devel/apr-svn \ boost_thread.4:${PORTSDIR}/devel/boost \ svn_client-1.0:${PORTSDIR}/devel/subversion Index: devel/subversion-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/subversion-devel/Makefile,v retrieving revision 1.127 diff -u -r1.127 Makefile --- devel/subversion-devel/Makefile 21 Jun 2008 20:09:38 -0000 1.127 +++ devel/subversion-devel/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= subversion DISTVERSION= 1.5.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/downloads/ PKGNAMESUFFIX?= -devel @@ -188,11 +188,11 @@ APR_CONFIG= apr-1-config APU_CONFIG= apu-1-config .if !defined(WITHOUT_BDB) -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr-svn APR_PORT= devel/apr-svn OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes .else -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr APR_PORT= devel/apr .endif .endif Index: devel/subversion/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/subversion/Makefile,v retrieving revision 1.121 diff -u -r1.121 Makefile --- devel/subversion/Makefile 6 Jun 2008 14:33:36 -0000 1.121 +++ devel/subversion/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.4.6 -PORTREVISION?= 2 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/${PORTVERSION:R}/:book @@ -187,11 +187,11 @@ APR_CONFIG= apr-1-config APU_CONFIG= apu-1-config .if !defined(WITHOUT_BDB) -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr-svn APR_PORT= devel/apr-svn OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes .else -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr APR_PORT= devel/apr .endif .endif Index: devel/svk/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/svk/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- devel/svk/Makefile 6 Jun 2008 13:21:55 -0000 1.41 +++ devel/svk/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= svk PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 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.3 diff -u -r1.3 Makefile --- devel/svn_load_dirs/Makefile 6 Jun 2008 13:21:56 -0000 1.3 +++ devel/svn_load_dirs/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= svn_load_dirs PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/downloads/ DISTNAME= subversion-${DISTVERSION} Index: devel/svndelta/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/svndelta/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/svndelta/Makefile 6 Jun 2008 13:21:56 -0000 1.3 +++ devel/svndelta/Makefile 24 Jun 2008 03:38:28 -0000 @@ -8,7 +8,7 @@ PORTNAME= svndelta PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.incava.org/pub/svndelta/ Index: devel/svntrac/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/svntrac/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- devel/svntrac/Makefile 6 Jun 2008 13:21:56 -0000 1.2 +++ devel/svntrac/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= svntrac -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion Index: devel/viewvc/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/viewvc/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- devel/viewvc/Makefile 6 Jun 2008 13:21:58 -0000 1.27 +++ devel/viewvc/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= viewvc PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/41694/ Index: japanese/trac/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/trac/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- japanese/trac/Makefile 6 Jun 2008 13:37:35 -0000 1.32 +++ japanese/trac/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= trac PORTVERSION= 0.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www devel python MASTER_SITES= http://dist.bsdlab.org/ \ http://www.i-act.co.jp/project/products/downloads/ Index: multimedia/dvdauthorwizard/Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/dvdauthorwizard/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- multimedia/dvdauthorwizard/Makefile 6 Jun 2008 13:48:00 -0000 1.6 +++ multimedia/dvdauthorwizard/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= dvdauthorwizard PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia kde MASTER_SITES= SF DISTNAME= DVDAuthorWizard-${PORTVERSION} Index: security/metasploit/Makefile =================================================================== RCS file: /home/ncvs/ports/security/metasploit/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- security/metasploit/Makefile 6 Jun 2008 14:00:57 -0000 1.16 +++ security/metasploit/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= metasploit DISTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= # DISTNAME= framework-${DISTVERSION} Index: sysutils/ftwin/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/ftwin/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- sysutils/ftwin/Makefile 3 Jan 2008 04:25:44 -0000 1.2 +++ sysutils/ftwin/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= ftwin PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://meroware.com/~joke/sources/ftwin/ @@ -14,7 +15,7 @@ COMMENT= A useful tool to find duplicate files LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ - apr-1.2:${PORTSDIR}/devel/apr \ + apr-1:${PORTSDIR}/devel/apr \ pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes Index: textproc/rast/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rast/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- textproc/rast/Makefile 19 Apr 2008 17:53:59 -0000 1.6 +++ textproc/rast/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= rast PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://projects.netlab.jp/rast/archives/ \ http://dist.bsdlab.org/ Index: textproc/svn2cl/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/svn2cl/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- textproc/svn2cl/Makefile 6 Jun 2008 14:05:03 -0000 1.4 +++ textproc/svn2cl/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= svn2cl PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://ch.tudelft.nl/~arthur/svn2cl/ Index: www/flood/Makefile =================================================================== RCS file: /home/ncvs/ports/www/flood/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- www/flood/Makefile 30 Sep 2007 04:47:32 -0000 1.18 +++ www/flood/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= flood PORTVERSION= 0.20041105 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://dist.bsdlab.org/ DISTNAME= httpd-test_20041105052051 Index: www/kdewebdev/Makefile =================================================================== RCS file: /home/ncvs/ports/www/kdewebdev/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- www/kdewebdev/Makefile 6 Jun 2008 14:06:58 -0000 1.62 +++ www/kdewebdev/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} Index: www/ruby-cruisecontrolrb/Makefile =================================================================== RCS file: /home/ncvs/ports/www/ruby-cruisecontrolrb/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/ruby-cruisecontrolrb/Makefile 6 Jun 2008 14:07:11 -0000 1.4 +++ www/ruby-cruisecontrolrb/Makefile 24 Jun 2008 03:38:28 -0000 @@ -6,7 +6,7 @@ PORTNAME= cruisecontrolrb PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel ruby MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Index: www/serf/Makefile =================================================================== RCS file: /home/ncvs/ports/www/serf/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- www/serf/Makefile 28 May 2008 21:59:02 -0000 1.2 +++ www/serf/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= serf PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} Index: www/tomcat-native/Makefile =================================================================== RCS file: /home/ncvs/ports/www/tomcat-native/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- www/tomcat-native/Makefile 6 Jun 2008 14:07:14 -0000 1.2 +++ www/tomcat-native/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= tomcat-native PORTVERSION= 1.1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native @@ -16,7 +16,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Tomcat native library -LIB_DEPENDS= apr-1.2:${PORTSDIR}/devel/apr +LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native Index: www/trac-accountmanager/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-accountmanager/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- www/trac-accountmanager/Makefile 6 Jun 2008 14:07:15 -0000 1.6 +++ www/trac-accountmanager/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= accountmanager PORTVERSION= 0.1.3.2063 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www devel python #MASTER_SITES= http://trac-hacks.org/svn/accountmanagerplugin/0.10/ Index: www/trac-addcomment/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-addcomment/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-addcomment/Makefile 6 Jun 2008 14:07:15 -0000 1.4 +++ www/trac-addcomment/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= addcomment PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-blog/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-blog/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- www/trac-blog/Makefile 6 Jun 2008 14:07:16 -0000 1.6 +++ www/trac-blog/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= blog PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-bzr/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-bzr/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-bzr/Makefile 6 Jun 2008 14:07:16 -0000 1.3 +++ www/trac-bzr/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= bzr PORTVERSION= 20070308 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://home.tiscali.cz:8080/~cz210552/bsdports/tarballs/ PKGNAMEPREFIX= trac- Index: www/trac-calendar/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-calendar/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-calendar/Makefile 6 Jun 2008 14:07:16 -0000 1.3 +++ www/trac-calendar/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= calendar PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-codetags/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-codetags/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-codetags/Makefile 6 Jun 2008 14:07:16 -0000 1.3 +++ www/trac-codetags/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= codetags PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 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.4 diff -u -r1.4 Makefile --- www/trac-ctxtnavadd/Makefile 6 Jun 2008 14:07:16 -0000 1.4 +++ www/trac-ctxtnavadd/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= ctxtnavaddplugin PORTVERSION= 1.1.r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-customfieldadmin/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-customfieldadmin/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-customfieldadmin/Makefile 20 Jun 2008 22:06:32 -0000 1.3 +++ www/trac-customfieldadmin/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= customfieldadmin PORTVERSION= 0.1.3855 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ 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 24 Jun 2008 03:38:28 -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: www/trac-email2trac/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-email2trac/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-email2trac/Makefile 6 Jun 2008 14:07:17 -0000 1.3 +++ www/trac-email2trac/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= email2trac PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/ PKGNAMEPREFIX= trac- Index: www/trac-gantt/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-gantt/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-gantt/Makefile 6 Jun 2008 14:07:17 -0000 1.4 +++ www/trac-gantt/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= TracGantt PORTVERSION= 0.3.2a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://willbarton.com/files/ \ http://dryice.name/computer/FreeBSD/distfiles/ Index: www/trac-hierwiki/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-hierwiki/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-hierwiki/Makefile 6 Jun 2008 14:07:17 -0000 1.4 +++ www/trac-hierwiki/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= hierwiki PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-iniadmin/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-iniadmin/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-iniadmin/Makefile 6 Jun 2008 14:07:17 -0000 1.3 +++ www/trac-iniadmin/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= iniadmin PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-ldap/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-ldap/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-ldap/Makefile 6 Jun 2008 14:07:17 -0000 1.4 +++ www/trac-ldap/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= ldap PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-macropost/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-macropost/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-macropost/Makefile 6 Jun 2008 14:07:18 -0000 1.3 +++ www/trac-macropost/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= macropost PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-mastertickets/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-mastertickets/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-mastertickets/Makefile 6 Jun 2008 14:07:18 -0000 1.3 +++ www/trac-mastertickets/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= mastertickets PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-nav/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-nav/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-nav/Makefile 6 Jun 2008 14:07:18 -0000 1.4 +++ www/trac-nav/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= nav PORTVERSION= 3.92 -PORTREVISION= 1 +PORTREVISION= 2 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.3 diff -u -r1.3 Makefile --- www/trac-pagelist/Makefile 6 Jun 2008 14:07:18 -0000 1.3 +++ www/trac-pagelist/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= pagelist PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-pagetopdf/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-pagetopdf/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- www/trac-pagetopdf/Makefile 6 Jun 2008 14:07:18 -0000 1.5 +++ www/trac-pagetopdf/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= pagetopdf PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-pendingticket/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-pendingticket/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-pendingticket/Makefile 6 Jun 2008 14:07:18 -0000 1.4 +++ www/trac-pendingticket/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= pendingticket PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-privatetickets/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-privatetickets/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- www/trac-privatetickets/Makefile 6 Jun 2008 14:07:19 -0000 1.6 +++ www/trac-privatetickets/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= privatetickets PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://cheeseshop.python.org/packages/source/T/TracPrivateTickets/ PKGNAMEPREFIX= trac- Index: www/trac-remind/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-remind/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- www/trac-remind/Makefile 6 Jun 2008 14:07:19 -0000 1.2 +++ www/trac-remind/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= remind PORTVERSION= 1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.unixmedia.it/ PKGNAMEPREFIX= trac- Index: www/trac-restrictedarea/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-restrictedarea/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-restrictedarea/Makefile 6 Jun 2008 14:07:19 -0000 1.3 +++ www/trac-restrictedarea/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= restrictedarea PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- 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 24 Jun 2008 03:38:28 -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: www/trac-simpleticket/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-simpleticket/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-simpleticket/Makefile 6 Jun 2008 14:07:19 -0000 1.3 +++ www/trac-simpleticket/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= simpleticket PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-spam-filter/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-spam-filter/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-spam-filter/Makefile 6 Jun 2008 14:07:19 -0000 1.3 +++ www/trac-spam-filter/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= TracSpamFilter PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://zhoushuqun.com/files/ \ http://freebsd.unixfreunde.de/sources/ Index: www/trac-tags/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-tags/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- www/trac-tags/Makefile 6 Jun 2008 14:07:19 -0000 1.5 +++ www/trac-tags/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= tags PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-ticketdelete/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-ticketdelete/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-ticketdelete/Makefile 6 Jun 2008 14:07:20 -0000 1.3 +++ www/trac-ticketdelete/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= ticketdelete PORTVERSION= 1.1.4 -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.5 diff -u -r1.5 Makefile --- www/trac-tocmacro/Makefile 6 Jun 2008 14:07:20 -0000 1.5 +++ www/trac-tocmacro/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= tocmacro PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 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.3 diff -u -r1.3 Makefile --- www/trac-wantedpages/Makefile 6 Jun 2008 14:07:20 -0000 1.3 +++ www/trac-wantedpages/Makefile 24 Jun 2008 03:38:28 -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-webadmin/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-webadmin/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- www/trac-webadmin/Makefile 6 Jun 2008 14:07:20 -0000 1.5 +++ www/trac-webadmin/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= webadmin PORTVERSION= 0.1.2.4429 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python #MASTER_SITES= http://trac.edgewall.org/browser/sandbox/webadmin MASTER_SITES= http://dist.bsdlab.org/ Index: www/trac-wikinegotiator/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-wikinegotiator/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-wikinegotiator/Makefile 6 Jun 2008 14:07:20 -0000 1.3 +++ www/trac-wikinegotiator/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= wikinegotiator PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-wikinotification/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-wikinotification/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/trac-wikinotification/Makefile 6 Jun 2008 14:07:20 -0000 1.4 +++ www/trac-wikinotification/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= wikinotificationplugin PORTVERSION= 0.1.0p4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-wikirename/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-wikirename/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-wikirename/Makefile 6 Jun 2008 14:07:21 -0000 1.3 +++ www/trac-wikirename/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= wikirename PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-wikitemplates/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-wikitemplates/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-wikitemplates/Makefile 6 Jun 2008 14:07:21 -0000 1.3 +++ www/trac-wikitemplates/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= wikitemplates PORTVERSION= 0.3.0p3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac-wysiwyg/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-wysiwyg/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- www/trac-wysiwyg/Makefile 20 Jun 2008 22:06:29 -0000 1.5 +++ www/trac-wysiwyg/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,6 +7,7 @@ PORTNAME= wysiwyg PORTVERSION= 0.2.3847 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ PKGNAMEPREFIX= trac- Index: www/trac-xmlrpc/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac-xmlrpc/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/trac-xmlrpc/Makefile 6 Jun 2008 14:07:21 -0000 1.3 +++ www/trac-xmlrpc/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= xmlrpc PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- Index: www/trac/Makefile =================================================================== RCS file: /home/ncvs/ports/www/trac/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- www/trac/Makefile 6 Jun 2008 14:07:15 -0000 1.32 +++ www/trac/Makefile 24 Jun 2008 03:38:28 -0000 @@ -7,7 +7,7 @@ PORTNAME= trac PORTVERSION= 0.10.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ Index: x11/kde3/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/kde3/Makefile,v retrieving revision 1.99 diff -u -r1.99 Makefile --- x11/kde3/Makefile 6 Jun 2008 14:09:02 -0000 1.99 +++ x11/kde3/Makefile 24 Jun 2008 03:38:28 -0000 @@ -8,7 +8,7 @@ PORTNAME?= kde PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none --- devel_apr_1.2.12_to_1_3_2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: