1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 1.2.7

- Pet portlint

PR:		189798
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
Martin Wilke 2014-05-19 07:15:37 +00:00
parent 5e2485caaa
commit 89174cabe7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354500
5 changed files with 10 additions and 21 deletions

View File

@ -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-

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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%%