svn commit: r337261 - head/security/pear-Auth_SASL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 23 17:11:23 UTC 2013


Author: sunpoet
Date: Mon Dec 23 17:11:22 2013
New Revision: 337261
URL: http://svnweb.freebsd.org/changeset/ports/337261

Log:
  - Update LICENSE
  - Reformat pkg-descr

Modified:
  head/security/pear-Auth_SASL/Makefile
  head/security/pear-Auth_SASL/pkg-descr   (contents, props changed)

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Mon Dec 23 17:08:12 2013	(r337260)
+++ head/security/pear-Auth_SASL/Makefile	Mon Dec 23 17:11:22 2013	(r337261)
@@ -8,7 +8,7 @@ CATEGORIES=	security www pear
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	PEAR abstraction of various SASL mechanism responses
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/security/pear-Auth_SASL/pkg-descr
==============================================================================
--- head/security/pear-Auth_SASL/pkg-descr	Mon Dec 23 17:08:12 2013	(r337260)
+++ head/security/pear-Auth_SASL/pkg-descr	Mon Dec 23 17:11:22 2013	(r337261)
@@ -1,9 +1,8 @@
 Provides PHP code to generate responses to common SASL mechanisms, including:
-
-o Digest-MD5
-o CramMD5
-o Plain
-o Anonymous
-o Login (Pseudo mechanism).
+- Digest-MD5
+- CramMD5
+- Plain
+- Anonymous
+- Login (Pseudo mechanism).
 
 WWW: http://pear.php.net/package/Auth_SASL/


More information about the svn-ports-head mailing list