svn commit: r515882 - head/databases/p5-SQL-Interp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Oct 28 14:55:55 UTC 2019
Author: sunpoet
Date: Mon Oct 28 14:55:54 2019
New Revision: 515882
URL: https://svnweb.freebsd.org/changeset/ports/515882
Log:
Update to 1.25
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/SQL-Interp
Modified:
head/databases/p5-SQL-Interp/Makefile
head/databases/p5-SQL-Interp/distinfo
Modified: head/databases/p5-SQL-Interp/Makefile
==============================================================================
--- head/databases/p5-SQL-Interp/Makefile Mon Oct 28 14:55:49 2019 (r515881)
+++ head/databases/p5-SQL-Interp/Makefile Mon Oct 28 14:55:54 2019 (r515882)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= SQL-Interp
-PORTVERSION= 1.24
+PORTVERSION= 1.25
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,12 +13,13 @@ COMMENT= Interpolate Perl variables into SQL with DBI
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-DBI>=1:databases/p5-DBI \
- p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=1:databases/p5-DBI \
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
USES= perl5
USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/databases/p5-SQL-Interp/distinfo
==============================================================================
--- head/databases/p5-SQL-Interp/distinfo Mon Oct 28 14:55:49 2019 (r515881)
+++ head/databases/p5-SQL-Interp/distinfo Mon Oct 28 14:55:54 2019 (r515882)
@@ -1,2 +1,3 @@
-SHA256 (SQL-Interp-1.24.tar.gz) = b679cb6bc478883e5648724f3ccbc24e5c67ce9c0e438f71a5767945c427c43a
-SIZE (SQL-Interp-1.24.tar.gz) = 45692
+TIMESTAMP = 1572266782
+SHA256 (SQL-Interp-1.25.tar.gz) = 39840990fbfde68741b4ce20134c53f23b96c009998ff46707f2955f4096b2a3
+SIZE (SQL-Interp-1.25.tar.gz) = 46115
More information about the svn-ports-all
mailing list