From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 19:47:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 990EDC6C; Tue, 10 Dec 2013 19:47:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8278419F1; Tue, 10 Dec 2013 19:47:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBAJlorW090004; Tue, 10 Dec 2013 19:47:50 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBAJlh8M089965; Tue, 10 Dec 2013 19:47:43 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201312101947.rBAJlh8M089965@svn.freebsd.org> From: Bryan Drewery Date: Tue, 10 Dec 2013 19:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336102 - in head: databases/mytop databases/phpmyadmin devel/newfile devel/p5-Date-Extract devel/p5-Role-Basic devel/p5-Set-Tiny devel/p5-Symbol-Global-Name games/nonsense games/wtf ma... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 19:47:50 -0000 Author: bdrewery Date: Tue Dec 10 19:47:42 2013 New Revision: 336102 URL: http://svnweb.freebsd.org/changeset/ports/336102 Log: - Chase r336083 and bump all ports using NO_ARCH so that users building their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr Modified: head/databases/mytop/Makefile head/databases/phpmyadmin/Makefile head/devel/newfile/Makefile head/devel/p5-Date-Extract/Makefile head/devel/p5-Role-Basic/Makefile head/devel/p5-Set-Tiny/Makefile head/devel/p5-Symbol-Global-Name/Makefile head/games/nonsense/Makefile head/games/wtf/Makefile head/mail/p5-Email-Address-List/Makefile head/mail/p5-Test-Email/Makefile head/mail/sa-utils/Makefile head/misc/kenny/Makefile head/misc/p5-Business-Hours/Makefile head/net/phpldapadmin/Makefile head/ports-mgmt/p5-FreeBSD-Portindex/Makefile head/ports-mgmt/pchecker/Makefile head/ports-mgmt/symports/Makefile head/print/txtbdf2ps/Makefile head/sysutils/ansible/Makefile head/sysutils/timelimit/Makefile head/www/googlebook_dl/Makefile head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile head/www/p5-RT-Authen-ExternalAuth/Makefile head/www/p5-RT-Extension-LDAPImport/Makefile head/www/p5-RT-Extension-MandatoryOnTransition/Makefile head/www/p5-RT-Extension-SLA/Makefile head/www/p5-RTx-Calendar/Makefile head/www/rt40/Makefile head/www/rt42/Makefile head/x11-fonts/gentium-basic/Makefile head/x11-fonts/gentium-plus/Makefile head/x11/printscreen/Makefile Modified: head/databases/mytop/Makefile ============================================================================== --- head/databases/mytop/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/databases/mytop/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= mytop PORTVERSION= 1.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= databases MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/databases/phpmyadmin/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= phpMyAdmin DISTVERSION= 4.0.10 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/devel/newfile/Makefile ============================================================================== --- head/devel/newfile/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/devel/newfile/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= newfile PORTVERSION= 1.0.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/p5-Date-Extract/Makefile ============================================================================== --- head/devel/p5-Date-Extract/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/devel/p5-Date-Extract/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Date-Extract PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Role-Basic/Makefile ============================================================================== --- head/devel/p5-Role-Basic/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/devel/p5-Role-Basic/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Role-Basic PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OVID Modified: head/devel/p5-Set-Tiny/Makefile ============================================================================== --- head/devel/p5-Set-Tiny/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/devel/p5-Set-Tiny/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Set-Tiny PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Symbol-Global-Name/Makefile ============================================================================== --- head/devel/p5-Symbol-Global-Name/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/devel/p5-Symbol-Global-Name/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Symbol-Global-Name PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/games/nonsense/Makefile ============================================================================== --- head/games/nonsense/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/games/nonsense/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= nonsense PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/games/wtf/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= wtf PORTVERSION= 20130928 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/mail/p5-Email-Address-List/Makefile ============================================================================== --- head/mail/p5-Email-Address-List/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/mail/p5-Email-Address-List/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Email-Address-List PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/p5-Test-Email/Makefile ============================================================================== --- head/mail/p5-Test-Email/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/mail/p5-Test-Email/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Test-Email PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAMES Modified: head/mail/sa-utils/Makefile ============================================================================== --- head/mail/sa-utils/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/mail/sa-utils/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= sa-utils PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= # none DISTFILES= # none Modified: head/misc/kenny/Makefile ============================================================================== --- head/misc/kenny/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/misc/kenny/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= kenny PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}\ http://www.cgarbs.de/stuff/ Modified: head/misc/p5-Business-Hours/Makefile ============================================================================== --- head/misc/p5-Business-Hours/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/misc/p5-Business-Hours/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Business-Hours PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/phpldapadmin/Makefile ============================================================================== --- head/net/phpldapadmin/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/net/phpldapadmin/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= phpldapadmin PORTVERSION= 1.2.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= FreeBSD-Portindex PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= ports-mgmt perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- Modified: head/ports-mgmt/pchecker/Makefile ============================================================================== --- head/ports-mgmt/pchecker/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/ports-mgmt/pchecker/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,6 +2,7 @@ PORTNAME= pchecker PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= ak-various-projects Modified: head/ports-mgmt/symports/Makefile ============================================================================== --- head/ports-mgmt/symports/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/ports-mgmt/symports/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,6 +2,7 @@ PORTNAME= symports PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://isis.poly.edu/~eitan/files/ DISTNAME= auto-symlink-virtual-${PORTVERSION} Modified: head/print/txtbdf2ps/Makefile ============================================================================== --- head/print/txtbdf2ps/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/print/txtbdf2ps/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://oldrus-ispell.sourceforge.net/ Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/sysutils/ansible/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,6 +2,7 @@ PORTNAME= ansible PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Modified: head/sysutils/timelimit/Makefile ============================================================================== --- head/sysutils/timelimit/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/sysutils/timelimit/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= timelimit PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/ Modified: head/www/googlebook_dl/Makefile ============================================================================== --- head/www/googlebook_dl/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/googlebook_dl/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,6 +2,7 @@ PORTNAME= googlebook_dl PORTVERSION= 20120817 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= # none DISTFILES= # none Modified: head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= Plack-Middleware-Test-StashWarnings PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-RT-Authen-ExternalAuth/Makefile ============================================================================== --- head/www/p5-RT-Authen-ExternalAuth/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/p5-RT-Authen-ExternalAuth/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= RT-Authen-ExternalAuth DISTVERSION= 0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-RT-Extension-LDAPImport/Makefile ============================================================================== --- head/www/p5-RT-Extension-LDAPImport/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/p5-RT-Extension-LDAPImport/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= RT-Extension-LDAPImport PORTVERSION= 0.35 -PORTREVISON= 1 +PORTREVISON= 2 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile ============================================================================== --- head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= RT-Extension-MandatoryOnTransition DISTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-RT-Extension-SLA/Makefile ============================================================================== --- head/www/p5-RT-Extension-SLA/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/p5-RT-Extension-SLA/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= RT-Extension-SLA PORTVERSION= 0.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-RTx-Calendar/Makefile ============================================================================== --- head/www/p5-RTx-Calendar/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/p5-RTx-Calendar/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,7 +3,7 @@ PORTNAME= RTx-Calendar PORTVERSION= 0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/rt40/Makefile ============================================================================== --- head/www/rt40/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/rt40/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,6 +2,7 @@ PORTNAME= rt PORTVERSION= 4.0.18 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ SF/requesttracker/ Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/www/rt42/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,7 +2,7 @@ PORTNAME= rt DISTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: head/x11-fonts/gentium-basic/Makefile ============================================================================== --- head/x11-fonts/gentium-basic/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/x11-fonts/gentium-basic/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= GentiumBasic PORTVERSION= 110 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MEDIA_ID}&filename=/ DISTNAME= ttf-sil-gentium-basic_1.1.orig Modified: head/x11-fonts/gentium-plus/Makefile ============================================================================== --- head/x11-fonts/gentium-plus/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/x11-fonts/gentium-plus/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -3,6 +3,7 @@ PORTNAME= GentiumPlus PORTVERSION= 1.510 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MEDIA_ID}&filename=/ Modified: head/x11/printscreen/Makefile ============================================================================== --- head/x11/printscreen/Makefile Tue Dec 10 19:45:12 2013 (r336101) +++ head/x11/printscreen/Makefile Tue Dec 10 19:47:42 2013 (r336102) @@ -2,6 +2,7 @@ PORTNAME= printscreen PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none