From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 20:35:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 985F6AE0; Sat, 29 Mar 2014 20:35:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 842E29FD; Sat, 29 Mar 2014 20:35:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TKZXwM070585; Sat, 29 Mar 2014 20:35:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TKZXPZ070583; Sat, 29 Mar 2014 20:35:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403292035.s2TKZXPZ070583@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Mar 2014 20:35:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349588 - in head/chinese: . php-cconv php5-cconv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 20:35:33 -0000 Author: sunpoet Date: Sat Mar 29 20:35:32 2014 New Revision: 349588 URL: http://svnweb.freebsd.org/changeset/ports/349588 QAT: https://qat.redports.org/buildarchive/r349588/ Log: - Move chinese/php5-cconv to chinese/php-cconv Added: head/chinese/php-cconv/ - copied from r347423, head/chinese/php5-cconv/ Deleted: head/chinese/php5-cconv/ Modified: head/chinese/Makefile head/chinese/php-cconv/Makefile Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Sat Mar 29 20:02:35 2014 (r349587) +++ head/chinese/Makefile Sat Mar 29 20:35:32 2014 (r349588) @@ -107,7 +107,7 @@ SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += p5-cconv SUBDIR += pcmanx - SUBDIR += php5-cconv + SUBDIR += php-cconv SUBDIR += phpbb-tw SUBDIR += phpbb3-tw SUBDIR += pine4 Modified: head/chinese/php-cconv/Makefile ============================================================================== --- head/chinese/php5-cconv/Makefile Fri Mar 7 20:55:45 2014 (r347423) +++ head/chinese/php-cconv/Makefile Sat Mar 29 20:35:32 2014 (r349588) @@ -5,7 +5,7 @@ PORTNAME= cconv PORTVERSION= 0.6.4 CATEGORIES= chinese converters MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-php-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org