diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-12 21:38:16 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-12 21:38:16 +0000 |
commit | ad8d4bf6d3fa75c99cfc65b79d1674663e3a3ebf (patch) | |
tree | b637a6c5e8f543628f172d0e98001554fa6df7ff | |
parent | 4e0fb21205e0d54824f828b7431243d9983b7220 (diff) | |
download | FreeBSD-ports-ad8d4bf6d3fa75c99cfc65b79d1674663e3a3ebf.zip FreeBSD-ports-ad8d4bf6d3fa75c99cfc65b79d1674663e3a3ebf.tar.gz |
- Update to 0.1601
- Add NO_ARCH
Changes: http://search.cpan.org/dist/SQLite-Work/Changes
-rw-r--r-- | databases/p5-SQLite-Work/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-SQLite-Work/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-SQLite-Work/Makefile b/databases/p5-SQLite-Work/Makefile index 2596cf3..fbc48e9 100644 --- a/databases/p5-SQLite-Work/Makefile +++ b/databases/p5-SQLite-Work/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= SQLite-Work -PORTVERSION= 0.16 +PORTVERSION= 0.16.01 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RUBYKAT PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Report on and update an SQLite database @@ -22,6 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.0202,0.0501,0.1001,0.1002,0.1003 +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild diff --git a/databases/p5-SQLite-Work/distinfo b/databases/p5-SQLite-Work/distinfo index 5da2d64..6002eec 100644 --- a/databases/p5-SQLite-Work/distinfo +++ b/databases/p5-SQLite-Work/distinfo @@ -1,2 +1,2 @@ -SHA256 (SQLite-Work-0.16.tar.gz) = 24c2373d87aad499af9cdbe67c5d7f3f0c72b56c0930925395f5e1ee285e76d8 -SIZE (SQLite-Work-0.16.tar.gz) = 185290 +SHA256 (SQLite-Work-0.1601.tar.gz) = 98d4feecd530a9f0f2577c0d882211bf040667784444bbfd7aa87b3e2e497af8 +SIZE (SQLite-Work-0.1601.tar.gz) = 183801 |