diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-19 15:15:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-19 15:15:37 +0800 |
commit | 9d2adaa6300c1293cbe9569751bf265ed8017ba2 (patch) | |
tree | 4baf3009a070ba3df70119c974485f537c9c4604 /net/pecl-radius | |
parent | db995503d6c56f6b98b400b5dcfd474fc086e6de (diff) | |
download | freebsd-ports-gnome-9d2adaa6300c1293cbe9569751bf265ed8017ba2.tar.gz freebsd-ports-gnome-9d2adaa6300c1293cbe9569751bf265ed8017ba2.tar.zst freebsd-ports-gnome-9d2adaa6300c1293cbe9569751bf265ed8017ba2.zip |
- Update to 1.2.7
- Pet portlint
PR: 189798
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Diffstat (limited to 'net/pecl-radius')
-rw-r--r-- | net/pecl-radius/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-radius/distinfo | 4 | ||||
-rw-r--r-- | net/pecl-radius/files/patch-radius.c | 11 | ||||
-rw-r--r-- | net/pecl-radius/pkg-descr | 2 | ||||
-rw-r--r-- | net/pecl-radius/pkg-plist | 12 |
5 files changed, 10 insertions, 21 deletions
diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile index 5e904ed83f6a..d021408e5b35 100644 --- a/net/pecl-radius/Makefile +++ b/net/pecl-radius/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= radius -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.7 CATEGORIES= net security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/net/pecl-radius/distinfo b/net/pecl-radius/distinfo index 530096170c44..bc7bf24ec600 100644 --- a/net/pecl-radius/distinfo +++ b/net/pecl-radius/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/radius-1.2.5.tgz) = 277fb9ba1dbef9c051b1db435cfd1f4421ebc612de3e6fd5eb9d2ed94639d23f -SIZE (PECL/radius-1.2.5.tgz) = 29750 +SHA256 (PECL/radius-1.2.7.tgz) = c4b229b4ee016c13bad326f4eb6b9f3698daed3c559a2d9e7fe05b459334bb34 +SIZE (PECL/radius-1.2.7.tgz) = 35779 diff --git a/net/pecl-radius/files/patch-radius.c b/net/pecl-radius/files/patch-radius.c deleted file mode 100644 index f7208cfd4141..000000000000 --- a/net/pecl-radius/files/patch-radius.c +++ /dev/null @@ -1,11 +0,0 @@ ---- radius.c.orig 2012-05-23 09:36:48.000000000 +0200 -+++ radius.c 2012-05-23 09:37:04.000000000 +0200 -@@ -62,7 +62,7 @@ - * - * Every user visible function must have an entry in radius_functions[]. - */ --function_entry radius_functions[] = { -+zend_function_entry radius_functions[] = { - PHP_FE(radius_auth_open, NULL) - PHP_FE(radius_acct_open, NULL) - PHP_FE(radius_close, NULL) diff --git a/net/pecl-radius/pkg-descr b/net/pecl-radius/pkg-descr index eb8f79ad997b..280d7ed6f893 100644 --- a/net/pecl-radius/pkg-descr +++ b/net/pecl-radius/pkg-descr @@ -6,4 +6,4 @@ RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your OS (for example against Windows Active-Directory via IAS). -WWW: http://pecl.php.net/package/radius/ +WWW: http://pecl.php.net/package/radius diff --git a/net/pecl-radius/pkg-plist b/net/pecl-radius/pkg-plist index 19d3396fde6c..aaa7ac9f2c17 100644 --- a/net/pecl-radius/pkg-plist +++ b/net/pecl-radius/pkg-plist @@ -1,6 +1,6 @@ -%%PORTDOCS%%%%EXAMPLESDIR%%/radius-auth.php -%%PORTDOCS%%%%EXAMPLESDIR%%/radius-acct.php -%%PORTDOCS%%%%EXAMPLESDIR%%/des.php -%%PORTDOCS%%%%EXAMPLESDIR%%/mschap.php -%%PORTDOCS%%%%EXAMPLESDIR%%/mschaptest.php -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius-auth.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius-acct.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/des.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mschap.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mschaptest.php +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |