svn commit: r373134 - head/devel/pecl-intl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 23 09:20:05 UTC 2014


Author: sunpoet
Date: Sun Nov 23 09:20:03 2014
New Revision: 373134
URL: https://svnweb.freebsd.org/changeset/ports/373134
QAT: https://qat.redports.org/buildarchive/r373134/

Log:
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/pecl-intl/Makefile
  head/devel/pecl-intl/pkg-descr

Modified: head/devel/pecl-intl/Makefile
==============================================================================
--- head/devel/pecl-intl/Makefile	Sun Nov 23 09:18:15 2014	(r373133)
+++ head/devel/pecl-intl/Makefile	Sun Nov 23 09:20:03 2014	(r373134)
@@ -9,15 +9,15 @@ MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
 DIST_SUBDIR=	PECL
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	PECL extension to support Internationalization(ICU)
 
 LICENSE=	PHP301
 
 LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu
 
-USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
+USES=		tar:tgz
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-intl/pkg-descr
==============================================================================
--- head/devel/pecl-intl/pkg-descr	Sun Nov 23 09:18:15 2014	(r373133)
+++ head/devel/pecl-intl/pkg-descr	Sun Nov 23 09:20:03 2014	(r373134)
@@ -1,5 +1,6 @@
-pecl-intl is a Internationalization extension that
-implements ICU library functionality in PHP.About
-ICU please visit http://www.icu-project.org/
+pecl-intl is an Internationalization extension that implements ICU [1] library
+functionality in PHP.
+
+[1] http://www.icu-project.org/
 
 WWW: http://pecl.php.net/package/intl


More information about the svn-ports-all mailing list