Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2013 15:17:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327825 - head/databases/p5-DBD-mysql
Message-ID:  <201309211517.r8LFHWAU081427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309211517.r8LFHWAU081427>