Update to 3.0001

This commit is contained in:
Sergey Skvortsov 2005-07-08 08:46:35 +00:00
parent eee35b3e5b
commit 1a56cbeb3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138694
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= DBD-mysql PORTNAME= DBD-mysql
PORTVERSION= 2.9008 PORTVERSION= 3.0001
CATEGORIES= databases perl5 CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD MASTER_SITE_SUBDIR= DBD
@ -38,7 +38,7 @@ post-patch:
@${PERL} -pi -e 's/(?:use|no) warnings;?//; s/our (%\w+)/use vars qw(\1);\n\1/' \ @${PERL} -pi -e 's/(?:use|no) warnings;?//; s/our (%\w+)/use vars qw(\1);\n\1/' \
${WRKSRC}/lib/DBD/mysql/GetInfo.pm ${WRKSRC}/lib/DBD/mysql/GetInfo.pm
.endif .endif
@${PERL} -pi -e 's/$$/ || MYSQL_VERSION_ID == 50000/ if $$. == 100' \ @${PERL} -pi -e 's/$$/ || MYSQL_VERSION_ID == 50000/ if $$. == 107' \
${WRKSRC}/mysql.xs ${WRKSRC}/mysql.xs
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (DBD-mysql-2.9008.tar.gz) = 8779f4eb6b56024ddcbdffeb674ad683 MD5 (DBD-mysql-3.0001.tar.gz) = 70d1d33e906e896194a747fc23c22f1f
SIZE (DBD-mysql-2.9008.tar.gz) = 114229 SIZE (DBD-mysql-3.0001.tar.gz) = 129946