Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 19:04:24 +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: r359904 - head/security/cryptstring
Message-ID:  <201406301904.s5UJ4OvU062649@svn.freebsd.org>

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



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