aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-10-13 03:59:19 +0800
committerjedgar <jedgar@FreeBSD.org>2000-10-13 03:59:19 +0800
commit4c9060a9de134ffb4861abee89ff5df368c82448 (patch)
tree85e51b31e46458f8c3cd936f6c78e9507ed13c8b
parent919eed10917f3a75c212b275ad7ac721bf246dca (diff)
downloadfreebsd-ports-gnome-4c9060a9de134ffb4861abee89ff5df368c82448.tar.gz
freebsd-ports-gnome-4c9060a9de134ffb4861abee89ff5df368c82448.tar.zst
freebsd-ports-gnome-4c9060a9de134ffb4861abee89ff5df368c82448.zip
- Update port to 1.2215
- Add WWW
-rw-r--r--databases/p5-DBD-mysql/Makefile5
-rw-r--r--databases/p5-DBD-mysql/distinfo2
-rw-r--r--databases/p5-DBD-mysql/pkg-descr2
-rw-r--r--databases/p5-DBD-mysql/pkg-plist1
-rw-r--r--databases/p5-Mysql/Makefile5
-rw-r--r--databases/p5-Mysql/distinfo2
-rw-r--r--databases/p5-Mysql/pkg-descr2
-rw-r--r--databases/p5-Mysql/pkg-plist1
8 files changed, 14 insertions, 6 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index 4a89152ee8a3..9d270cb6850b 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= Mysql-modules
-PORTVERSION= 1.2214
+PORTVERSION= 1.2215
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
-DISTNAME= Msql-Mysql-modules-${PORTVERSION}
PKGNAMEPREFIX= p5-
+DISTNAME= Msql-Mysql-modules-${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
@@ -34,6 +34,7 @@ MAN3= Bundle::DBD::mysql.3 \
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
+ @${PERL} -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo
index ee2c2de52726..0b179c05bfff 100644
--- a/databases/p5-DBD-mysql/distinfo
+++ b/databases/p5-DBD-mysql/distinfo
@@ -1 +1 @@
-MD5 (Msql-Mysql-modules-1.2214.tar.gz) = 2bdaebd9f2eb1f974631c5c48e53a36e
+MD5 (Msql-Mysql-modules-1.2215.tar.gz) = e3f3c7f12456526ca5c3104908220c39
diff --git a/databases/p5-DBD-mysql/pkg-descr b/databases/p5-DBD-mysql/pkg-descr
index 97d8a690551c..5387b091d049 100644
--- a/databases/p5-DBD-mysql/pkg-descr
+++ b/databases/p5-DBD-mysql/pkg-descr
@@ -11,3 +11,5 @@ pretty stable. It's also more complete than DBD::mysql.
Some day in the future DBD::mysql will probably be the clearly superior
competitor in this package. Today you have to decide on your own about
the trade-offs.
+
+WWW: http://www.symbolstone.org/technology/perl/DBI/
diff --git a/databases/p5-DBD-mysql/pkg-plist b/databases/p5-DBD-mysql/pkg-plist
index cebf02907e5a..c1d742a79e11 100644
--- a/databases/p5-DBD-mysql/pkg-plist
+++ b/databases/p5-DBD-mysql/pkg-plist
@@ -6,6 +6,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile
index 4a89152ee8a3..9d270cb6850b 100644
--- a/databases/p5-Mysql/Makefile
+++ b/databases/p5-Mysql/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= Mysql-modules
-PORTVERSION= 1.2214
+PORTVERSION= 1.2215
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
-DISTNAME= Msql-Mysql-modules-${PORTVERSION}
PKGNAMEPREFIX= p5-
+DISTNAME= Msql-Mysql-modules-${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
@@ -34,6 +34,7 @@ MAN3= Bundle::DBD::mysql.3 \
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
+ @${PERL} -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
.include <bsd.port.mk>
diff --git a/databases/p5-Mysql/distinfo b/databases/p5-Mysql/distinfo
index ee2c2de52726..0b179c05bfff 100644
--- a/databases/p5-Mysql/distinfo
+++ b/databases/p5-Mysql/distinfo
@@ -1 +1 @@
-MD5 (Msql-Mysql-modules-1.2214.tar.gz) = 2bdaebd9f2eb1f974631c5c48e53a36e
+MD5 (Msql-Mysql-modules-1.2215.tar.gz) = e3f3c7f12456526ca5c3104908220c39
diff --git a/databases/p5-Mysql/pkg-descr b/databases/p5-Mysql/pkg-descr
index 97d8a690551c..5387b091d049 100644
--- a/databases/p5-Mysql/pkg-descr
+++ b/databases/p5-Mysql/pkg-descr
@@ -11,3 +11,5 @@ pretty stable. It's also more complete than DBD::mysql.
Some day in the future DBD::mysql will probably be the clearly superior
competitor in this package. Today you have to decide on your own about
the trade-offs.
+
+WWW: http://www.symbolstone.org/technology/perl/DBI/
diff --git a/databases/p5-Mysql/pkg-plist b/databases/p5-Mysql/pkg-plist
index cebf02907e5a..c1d742a79e11 100644
--- a/databases/p5-Mysql/pkg-plist
+++ b/databases/p5-Mysql/pkg-plist
@@ -6,6 +6,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql