diff options
author | culot <culot@FreeBSD.org> | 2014-02-07 22:58:25 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-02-07 22:58:25 +0800 |
commit | 5d9e311d9beb47e0000dfb6776737f1e91c9242f (patch) | |
tree | 29889222c182a6210afbfb152f1ba7732fe1633b | |
parent | 116c74951ebb911ac448170b67bebe3d89d3e64a (diff) | |
download | freebsd-ports-gnome-5d9e311d9beb47e0000dfb6776737f1e91c9242f.tar.gz freebsd-ports-gnome-5d9e311d9beb47e0000dfb6776737f1e91c9242f.tar.zst freebsd-ports-gnome-5d9e311d9beb47e0000dfb6776737f1e91c9242f.zip |
- Update to 1.91
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Apache-Session/CHANGES
-rw-r--r-- | www/p5-Apache-Session/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index 49b15d9d9053..23d89bc83fa7 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Apache-Session -PORTVERSION= 1.90 +PORTVERSION= 1.91 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Persistence framework for session data +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS+= p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \ diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo index 83dac49093fe..fa8582a9f5d2 100644 --- a/www/p5-Apache-Session/distinfo +++ b/www/p5-Apache-Session/distinfo @@ -1,2 +1,2 @@ -SHA256 (Apache-Session-1.90.tar.gz) = 26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1 -SIZE (Apache-Session-1.90.tar.gz) = 48643 +SHA256 (Apache-Session-1.91.tar.gz) = 4ae1588f0eb705b6558577a76d9d08143b853e48c7b1d144ce62cc89e828ab37 +SIZE (Apache-Session-1.91.tar.gz) = 49536 |