Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 23:31:43 GMT
From:      Dereckson <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173089: [www/pecl-yaf] Fixing ponctuation issues, adding license
Message-ID:  <201210252331.q9PNVhpx053158@red.freebsd.org>
Resent-Message-ID: <201210252340.q9PNe1DU019337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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