svn commit: r334672 - head/chinese/php5-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 23 14:45:45 UTC 2013


Author: sunpoet
Date: Sat Nov 23 14:45:45 2013
New Revision: 334672
URL: http://svnweb.freebsd.org/changeset/ports/334672

Log:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR

Modified:
  head/chinese/php5-cconv/Makefile

Modified: head/chinese/php5-cconv/Makefile
==============================================================================
--- head/chinese/php5-cconv/Makefile	Sat Nov 23 14:14:16 2013	(r334671)
+++ head/chinese/php5-cconv/Makefile	Sat Nov 23 14:45:45 2013	(r334672)
@@ -11,13 +11,14 @@ DISTNAME=	${PORTNAME}-php-${PORTVERSION}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	PHP wrapper for chinese/cconv
 
-LIB_DEPENDS=	cconv:${PORTSDIR}/chinese/cconv
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
 CONFIGURE_ARGS=	--with-cconv-dir=${LOCALBASE}
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c
 


More information about the svn-ports-all mailing list