diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-11 18:41:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-11 18:41:16 +0800 |
commit | 644cba2fd0ae474e0c68d6ed389ce98455507c3d (patch) | |
tree | 4a9c06071307932084a2c3ae4f58b09b927787f4 | |
parent | 8770d3f723a37ce8a2cda7b366fb753c326efd7c (diff) | |
download | freebsd-ports-gnome-644cba2fd0ae474e0c68d6ed389ce98455507c3d.tar.gz freebsd-ports-gnome-644cba2fd0ae474e0c68d6ed389ce98455507c3d.tar.zst freebsd-ports-gnome-644cba2fd0ae474e0c68d6ed389ce98455507c3d.zip |
Update to 1.36
- Add NO_ARCH
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes
-rw-r--r-- | databases/p5-DBIx-Simple/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Simple/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/p5-DBIx-Simple/Makefile b/databases/p5-DBIx-Simple/Makefile index 2000c9fb517f..8db6e0938f8b 100644 --- a/databases/p5-DBIx-Simple/Makefile +++ b/databases/p5-DBIx-Simple/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Simple -PORTVERSION= 1.35 -PORTREVISION= 1 +PORTVERSION= 1.36 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +20,7 @@ SQL_ABSTRACT_DESC= Generate SQL from Perl data structures DBIX_XHTML_TABLE_DESC= Create XHTML tables from SQL queries TEXT_TABLE_DESC= Create plain text table from data +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/databases/p5-DBIx-Simple/distinfo b/databases/p5-DBIx-Simple/distinfo index 0a7fe3bd2ff3..8e9f7fde822c 100644 --- a/databases/p5-DBIx-Simple/distinfo +++ b/databases/p5-DBIx-Simple/distinfo @@ -1,2 +1,3 @@ -SHA256 (DBIx-Simple-1.35.tar.gz) = 445535b3dfab88140c7a0d2776b1e78f254dc7e9c81072d5a01afc95a5db499a -SIZE (DBIx-Simple-1.35.tar.gz) = 19316 +TIMESTAMP = 1512807211 +SHA256 (DBIx-Simple-1.36.tar.gz) = ed7da60521ccc1d41d4b513efbc12a3acbd4e94b7797e9e3430ddbb233fda140 +SIZE (DBIx-Simple-1.36.tar.gz) = 20384 |