mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 3.0001
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBD-mysql
|
||||
PORTVERSION= 2.9008
|
||||
PORTVERSION= 3.0001
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
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/' \
|
||||
${WRKSRC}/lib/DBD/mysql/GetInfo.pm
|
||||
.endif
|
||||
@${PERL} -pi -e 's/$$/ || MYSQL_VERSION_ID == 50000/ if $$. == 100' \
|
||||
@${PERL} -pi -e 's/$$/ || MYSQL_VERSION_ID == 50000/ if $$. == 107' \
|
||||
${WRKSRC}/mysql.xs
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (DBD-mysql-2.9008.tar.gz) = 8779f4eb6b56024ddcbdffeb674ad683
|
||||
SIZE (DBD-mysql-2.9008.tar.gz) = 114229
|
||||
MD5 (DBD-mysql-3.0001.tar.gz) = 70d1d33e906e896194a747fc23c22f1f
|
||||
SIZE (DBD-mysql-3.0001.tar.gz) = 129946
|
||||
|
|
Loading…
Add table
Reference in a new issue