diff options
author | culot <culot@FreeBSD.org> | 2014-10-15 17:03:16 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-10-15 17:03:16 +0800 |
commit | afdb7ce9377a60f13000c8c479d65dc37b06a5a7 (patch) | |
tree | 8ac847516ce3434b8cd0a56cbeeba21c4be99876 /databases | |
parent | 5919ff53d275da2929e2ecbc22044e55488bf4a9 (diff) | |
download | freebsd-ports-graphics-afdb7ce9377a60f13000c8c479d65dc37b06a5a7.tar.gz freebsd-ports-graphics-afdb7ce9377a60f13000c8c479d65dc37b06a5a7.tar.zst freebsd-ports-graphics-afdb7ce9377a60f13000c8c479d65dc37b06a5a7.zip |
- Update to 1.80
- Remove unneeded dependencies
Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 07f1cb51939..e857da1e958 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SQL-Abstract -PORTVERSION= 1.78 +PORTVERSION= 1.80 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +13,11 @@ COMMENT= Perl extension to generate SQL from Perl data structures LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10005:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ - p5-Getopt-Long-Descriptive>=0.091:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ - p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge +BUILD_DEPENDS= p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo \ p5-Test-Deep>=0.101:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo index 8a9ef942feb..20cdecfce6d 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -1,2 +1,2 @@ -SHA256 (SQL-Abstract-1.78.tar.gz) = 43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193 -SIZE (SQL-Abstract-1.78.tar.gz) = 97200 +SHA256 (SQL-Abstract-1.80.tar.gz) = de4d0507fca0c6340c17867abca0632017bd56594443e67ea6ace826ba9a07a2 +SIZE (SQL-Abstract-1.80.tar.gz) = 102509 |