svn commit: r359904 - head/security/cryptstring

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 30 19:04:25 UTC 2014


Author: sunpoet
Date: Mon Jun 30 19:04:24 2014
New Revision: 359904
URL: http://svnweb.freebsd.org/changeset/ports/359904
QAT: https://qat.redports.org/buildarchive/r359904/

Log:
  - Add LICENSE
  - Reformat pkg-descr
  - Use single space after WWW:

Modified:
  head/security/cryptstring/Makefile
  head/security/cryptstring/pkg-descr

Modified: head/security/cryptstring/Makefile
==============================================================================
--- head/security/cryptstring/Makefile	Mon Jun 30 19:02:24 2014	(r359903)
+++ head/security/cryptstring/Makefile	Mon Jun 30 19:04:24 2014	(r359904)
@@ -9,6 +9,8 @@ MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Crypto Strings for PHP
 
+LICENSE=	BSD2CLAUSE
+
 NO_BUILD=	yes
 USE_PHP=	mcrypt mhash
 

Modified: head/security/cryptstring/pkg-descr
==============================================================================
--- head/security/cryptstring/pkg-descr	Mon Jun 30 19:02:24 2014	(r359903)
+++ head/security/cryptstring/pkg-descr	Mon Jun 30 19:04:24 2014	(r359904)
@@ -1,4 +1,4 @@
-Very simple PHP functions for encrypting and signing (and reverse,
-decrypting and verifying) on string under BSD license.
+Very simple PHP functions for encrypting and signing (and reverse, decrypting
+and verifying) on string under BSD license.
 
-WWW:	http://code.google.com/p/cryptstring/
+WWW: http://code.google.com/p/cryptstring/


More information about the svn-ports-head mailing list