From owner-svn-ports-head@freebsd.org Wed Jun 24 15:16:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEA95915B6E; Wed, 24 Jun 2015 15:16:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A321C1FBB; Wed, 24 Jun 2015 15:16:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5OFGT89002623; Wed, 24 Jun 2015 15:16:29 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5OFGOZV002566; Wed, 24 Jun 2015 15:16:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506241516.t5OFGOZV002566@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 24 Jun 2015 15:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390487 - in head: archivers/p5-POE-Filter-LZF archivers/p5-POE-Filter-LZO astro/p5-Astro-SIMBAD-Client astro/p5-Astro-SpaceTrack astro/p5-Astro-satpass audio/p5-Audio-Scan biology/p5-B... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 15:16:29 -0000 Author: adamw Date: Wed Jun 24 15:16:23 2015 New Revision: 390487 URL: https://svnweb.freebsd.org/changeset/ports/390487 Log: Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Modified: head/archivers/p5-POE-Filter-LZF/Makefile head/archivers/p5-POE-Filter-LZO/Makefile head/astro/p5-Astro-SIMBAD-Client/Makefile head/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-satpass/Makefile head/audio/p5-Audio-Scan/Makefile head/biology/p5-Bio-ASN1-EntrezGene/Makefile head/chinese/p5-Date-Chinese/Makefile head/converters/p5-Convert-UUlib/Makefile head/converters/p5-String-Multibyte/Makefile head/databases/p5-BerkeleyDB/Makefile head/databases/p5-DBD-ODBC/Makefile head/databases/p5-DBD-SQLite/Makefile head/databases/p5-DBIx-Class/Makefile head/databases/p5-Dancer-Session-Memcached/Makefile head/databases/p5-MongoDB/Makefile head/databases/p5-Redis-hiredis/Makefile head/databases/p5-Redis/Makefile head/databases/p5-Rose-DB/Makefile Modified: head/archivers/p5-POE-Filter-LZF/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-LZF/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/archivers/p5-POE-Filter-LZF/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BINGOS PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} Modified: head/archivers/p5-POE-Filter-LZO/Makefile ============================================================================== --- head/archivers/p5-POE-Filter-LZO/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/archivers/p5-POE-Filter-LZO/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BINGOS PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} Modified: head/astro/p5-Astro-SIMBAD-Client/Makefile ============================================================================== --- head/astro/p5-Astro-SIMBAD-Client/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/astro/p5-Astro-SIMBAD-Client/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= Astro-SIMBAD-Client PORTVERSION= 0.033 CATEGORIES= astro perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:WYANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/astro/p5-Astro-SpaceTrack/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= Astro-SpaceTrack PORTVERSION= 0.092 CATEGORIES= astro perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:WYANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/astro/p5-Astro-satpass/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= Astro-satpass PORTVERSION= 0.069 CATEGORIES= astro perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:WYANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/audio/p5-Audio-Scan/Makefile ============================================================================== --- head/audio/p5-Audio-Scan/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/audio/p5-Audio-Scan/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 0.93 PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AGRUNDMA PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -7,7 +7,6 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CJFIELDS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/chinese/p5-Date-Chinese/Makefile ============================================================================== --- head/chinese/p5-Date-Chinese/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/chinese/p5-Date-Chinese/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= chinese perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:RBOW PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/converters/p5-Convert-UUlib/Makefile ============================================================================== --- head/converters/p5-Convert-UUlib/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/converters/p5-Convert-UUlib/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -7,7 +7,6 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MLEHMANN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:S,0,,} Modified: head/converters/p5-String-Multibyte/Makefile ============================================================================== --- head/converters/p5-String-Multibyte/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/converters/p5-String-Multibyte/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= String-Multibyte PORTVERSION= 1.11 CATEGORIES= converters perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SADAHIRO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-BerkeleyDB/Makefile ============================================================================== --- head/databases/p5-BerkeleyDB/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-BerkeleyDB/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= BerkeleyDB PORTVERSION= 0.55 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:PMQS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-DBD-ODBC/Makefile ============================================================================== --- head/databases/p5-DBD-ODBC/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-DBD-ODBC/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= DBD-ODBC PORTVERSION= 1.52 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MJEVANS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-DBD-SQLite/Makefile ============================================================================== --- head/databases/p5-DBD-SQLite/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-DBD-SQLite/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= DBD-SQLite PORTVERSION= 1.48 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ISHIGAKI PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-DBIx-Class/Makefile ============================================================================== --- head/databases/p5-DBIx-Class/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-DBIx-Class/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -5,7 +5,6 @@ PORTNAME= DBIx-Class PORTVERSION= 0.082820 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:RIBASUSHI PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-Dancer-Session-Memcached/Makefile ============================================================================== --- head/databases/p5-Dancer-Session-Memcached/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-Dancer-Session-Memcached/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 0.2.02 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:XSAWYERX PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} Modified: head/databases/p5-MongoDB/Makefile ============================================================================== --- head/databases/p5-MongoDB/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-MongoDB/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 0.708.2.0 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MONGODB PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-Redis-hiredis/Makefile ============================================================================== --- head/databases/p5-Redis-hiredis/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-Redis-hiredis/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 0.11.0 PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:NEOPHENIX PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/databases/p5-Redis/Makefile ============================================================================== --- head/databases/p5-Redis/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-Redis/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 1.9650 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DAMS PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} Modified: head/databases/p5-Rose-DB/Makefile ============================================================================== --- head/databases/p5-Rose-DB/Makefile Wed Jun 24 14:57:48 2015 (r390486) +++ head/databases/p5-Rose-DB/Makefile Wed Jun 24 15:16:23 2015 (r390487) @@ -6,7 +6,6 @@ PORTVERSION= 0.777 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:JSIRACUSA PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org