Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 17:11:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337261 - head/security/pear-Auth_SASL
Message-ID:  <201312231711.rBNHBMAG058846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231711.rBNHBMAG058846>