From owner-svn-ports-head@FreeBSD.ORG Sat Sep 21 15:17:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1725321; Sat, 21 Sep 2013 15:17:32 +0000 (UTC) (envelope-from sunpoet@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EADD23BE; Sat, 21 Sep 2013 15:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFHWSP081438; Sat, 21 Sep 2013 15:17:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFHWAU081427; Sat, 21 Sep 2013 15:17:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211517.r8LFHWAU081427@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327825 - head/databases/p5-DBD-mysql 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.14 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: Sat, 21 Sep 2013 15:17:32 -0000 Author: sunpoet Date: Sat Sep 21 15:17:31 2013 New Revision: 327825 URL: http://svnweb.freebsd.org/changeset/ports/327825 Log: - Update to 4.024 - Remove unnecessary DISTNAME - Use CONFLICTS_INSTALL instead of CONFLICTS - Add TEST_DEPENDS - Convert to new OPTIONS simplifier - Sort PLIST Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog Modified: head/databases/p5-DBD-mysql/Makefile head/databases/p5-DBD-mysql/distinfo (contents, props changed) head/databases/p5-DBD-mysql/pkg-plist (contents, props changed) Modified: head/databases/p5-DBD-mysql/Makefile ============================================================================== --- head/databases/p5-DBD-mysql/Makefile Sat Sep 21 14:51:45 2013 (r327824) +++ head/databases/p5-DBD-mysql/Makefile Sat Sep 21 15:17:31 2013 (r327825) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= DBD-mysql -PORTVERSION= 4.023 +PORTVERSION= 4.024 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//} MAINTAINER= perl@FreeBSD.org COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) @@ -16,24 +15,20 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +CONFLICTS_INSTALL?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +NO_STAGE= yes USE_MYSQL= yes - -USES= perl5 USE_PERL5= configure +USES= perl5 -MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 +MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 OPTIONS_DEFINE= SSL - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MSSL} -CONFIGURE_ARGS+= --ssl -RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay -.endif +SSL_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay +SSL_RUN_DEPENDS= ${SSL_BUILD_DEPENDS} +SSL_CONFIGURE_ON= --ssl .include Modified: head/databases/p5-DBD-mysql/distinfo ============================================================================== --- head/databases/p5-DBD-mysql/distinfo Sat Sep 21 14:51:45 2013 (r327824) +++ head/databases/p5-DBD-mysql/distinfo Sat Sep 21 15:17:31 2013 (r327825) @@ -1,2 +1,2 @@ -SHA256 (DBD-mysql-4.023.tar.gz) = aaa7e9dfd21d9b1a06d485a16bf43a566bedbd812ff231e92c9dcbab4c049148 -SIZE (DBD-mysql-4.023.tar.gz) = 140522 +SHA256 (DBD-mysql-4.024.tar.gz) = fc65bb07ab86f71ff5d7ac4197d04e5c5dc54d9b3c4732f39330ec78e87682d4 +SIZE (DBD-mysql-4.024.tar.gz) = 336608 Modified: head/databases/p5-DBD-mysql/pkg-plist ============================================================================== --- head/databases/p5-DBD-mysql/pkg-plist Sat Sep 21 14:51:45 2013 (r327824) +++ head/databases/p5-DBD-mysql/pkg-plist Sat Sep 21 15:17:31 2013 (r327825) @@ -1,13 +1,13 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBD/mysql.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql/GetInfo.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql/INSTALL.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD