diff options
author | mandree <mandree@FreeBSD.org> | 2016-12-23 22:08:15 +0000 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-12-23 22:08:15 +0000 |
commit | 723166fd84f227079328c6301e76b5a1ab00baa3 (patch) | |
tree | 0a6c57a4b0fe71356fc7ae588d3e8c5eb598733c | |
parent | 70de2a9ca89d7dc174bfbf415f7e66e4a2a2847d (diff) | |
download | FreeBSD-ports-723166fd84f227079328c6301e76b5a1ab00baa3.zip FreeBSD-ports-723166fd84f227079328c6301e76b5a1ab00baa3.tar.gz |
NMU to version 1.4.0b1, adding PHP 7 support.
PR: 214774
Submitted by: Franco Fichtner <franco@opnsense.org>
Approved by: Jochen Neumeister (maintainer)
Sponsored by: OPNsense
-rw-r--r-- | net/pecl-radius/Makefile | 4 | ||||
-rw-r--r-- | net/pecl-radius/distinfo | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile index 62bad76..176945a 100644 --- a/net/pecl-radius/Makefile +++ b/net/pecl-radius/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= radius -DISTVERSION= 1.3.0 -PORTREVISION= 1 +DISTVERSION= 1.4.0b1 CATEGORIES= net security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,7 +14,6 @@ COMMENT= Radius client library for PHP LICENSE= BSD3CLAUSE USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-radius diff --git a/net/pecl-radius/distinfo b/net/pecl-radius/distinfo index d731f38..f30cc07 100644 --- a/net/pecl-radius/distinfo +++ b/net/pecl-radius/distinfo @@ -1,2 +1,3 @@ -SHA256 (PECL/radius-1.3.0.tgz) = b0431ec6769ff1ec564d95782f7b91de06a7ac3297745bbbc9d1c274bfc4de15 -SIZE (PECL/radius-1.3.0.tgz) = 43060 +TIMESTAMP = 1476033543 +SHA256 (PECL/radius-1.4.0b1.tgz) = 97dcf2e497131a20804cc508873a123012b773f42d077af398334f3caf86ee54 +SIZE (PECL/radius-1.4.0b1.tgz) = 50953 |