ports/173089: [www/pecl-yaf] Fixing ponctuation issues, adding license

Dereckson dereckson at gmail.com
Thu Oct 25 23:40:01 UTC 2012


>Number:         173089
>Category:       ports
>Synopsis:       [www/pecl-yaf] Fixing ponctuation issues, adding license
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 23:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dereckson
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD grip.espace-win.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
I prepared a patch to improve a little this port description.

* pkg-descr and Makefile use "php"
* pkg-descr use "A , B" instead "A, B"
* COMMENT isn't really concise
* Adding LICENSE (PHP301 - https://github.com/laruence/php-yaf/blob/master/LICENSE)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index 2b0bcea..b5c54ba 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	johnpupu at gmail.com
-COMMENT=	Yaf is a php framework, the difference is yaf is a PHP Extension
+COMMENT=	MVC framework written as a C PHP extension
 
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
@@ -21,4 +21,6 @@ USE_PHP=	yes
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 
+LICENSE=	PHP301
+
 .include <bsd.port.mk>
diff --git a/pkg-descr b/pkg-descr
index bda1cc7..00e756b 100644
--- a/pkg-descr
+++ b/pkg-descr
@@ -1,3 +1,3 @@
-Yaf is a php framework , the difference is yaf is a PHP Extension.
+Yaf is a PHP MVC framework, the difference being Yaf is a PHP Extension.
 
 WWW: http://pecl.php.net/package/yaf


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list