Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 14:45:45 +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: r334672 - head/chinese/php5-cconv
Message-ID:  <201311231445.rANEjjHg035689@svn.freebsd.org>

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



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