From owner-svn-ports-all@freebsd.org Sun Mar 6 06:19:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 063F9A13A9F; Sun, 6 Mar 2016 06:19:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B7DD7FB2; Sun, 6 Mar 2016 06:19:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u266JJWO036569; Sun, 6 Mar 2016 06:19:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u266JJ62036565; Sun, 6 Mar 2016 06:19:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603060619.u266JJ62036565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Mar 2016 06:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410253 - in head/chinese/cconv: . files 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.21 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: Sun, 06 Mar 2016 06:19:21 -0000 Author: sunpoet Date: Sun Mar 6 06:19:19 2016 New Revision: 410253 URL: https://svnweb.freebsd.org/changeset/ports/410253 Log: - Update to 0.6.3 - Update LICENSE - Update WWW Changes: https://github.com/xiaoyjy/cconv/releases Added: head/chinese/cconv/files/patch-configure.ac - copied, changed from r410252, head/chinese/cconv/files/patch-configure Deleted: head/chinese/cconv/files/patch-configure Modified: head/chinese/cconv/Makefile head/chinese/cconv/distinfo head/chinese/cconv/pkg-plist Modified: head/chinese/cconv/Makefile ============================================================================== --- head/chinese/cconv/Makefile Sun Mar 6 06:19:14 2016 (r410252) +++ head/chinese/cconv/Makefile Sun Mar 6 06:19:19 2016 (r410253) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= cconv -PORTVERSION= 0.6.2 -PORTREVISION= 4 +PORTVERSION= 0.6.3 +DISTVERSIONPREFIX= v CATEGORIES= chinese converters -MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified-Traditional Chinese conversion tool -LICENSE= GPLv2 +LICENSE= MIT +LICNESE_FILE= ${WRKSRC}/License GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= iconv libtool +USES= autoreconf iconv libtool + +GH_ACCOUNT= xiaoyjy +USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in Modified: head/chinese/cconv/distinfo ============================================================================== --- head/chinese/cconv/distinfo Sun Mar 6 06:19:14 2016 (r410252) +++ head/chinese/cconv/distinfo Sun Mar 6 06:19:19 2016 (r410253) @@ -1,2 +1,2 @@ -SHA256 (cconv-0.6.2.tar.gz) = f463da66c2ae18407441e12716f5f1c6cdea4e417ebfd475ec4c6dc6ad250c9d -SIZE (cconv-0.6.2.tar.gz) = 538414 +SHA256 (xiaoyjy-cconv-v0.6.3_GH0.tar.gz) = 82f46a94829f5a8157d6f686e302ff5710108931973e133d6e19593061b81d84 +SIZE (xiaoyjy-cconv-v0.6.3_GH0.tar.gz) = 446465 Copied and modified: head/chinese/cconv/files/patch-configure.ac (from r410252, head/chinese/cconv/files/patch-configure) ============================================================================== --- head/chinese/cconv/files/patch-configure Sun Mar 6 06:19:14 2016 (r410252, copy source) +++ head/chinese/cconv/files/patch-configure.ac Sun Mar 6 06:19:19 2016 (r410253) @@ -1,13 +1,14 @@ ---- configure.orig 2010-02-08 03:55:22 UTC -+++ configure -@@ -19129,10 +19129,6 @@ fi +--- configure.ac.orig 2015-12-11 11:19:25 UTC ++++ configure.ac +@@ -27,11 +27,6 @@ AC_TYPE_SIZE_T OS_TYPE="-D"`uname -s` - + AC_SUBST(OS_TYPE) -for i in /usr/local/iconv /usr/local /usr; do - (test -f $i/lib/libiconv.so ||\ - test -f $i/lib/libiconv.a) && ICONV_DIR=$i && break -done - +- if test -z "$ICONV_DIR"; then ICONV_LIBS="" + ICONV_INCLUDES="" Modified: head/chinese/cconv/pkg-plist ============================================================================== --- head/chinese/cconv/pkg-plist Sun Mar 6 06:19:14 2016 (r410252) +++ head/chinese/cconv/pkg-plist Sun Mar 6 06:19:19 2016 (r410253) @@ -1,5 +1,6 @@ bin/cconv include/cconv.h +include/unicode.h lib/libcconv.a lib/libcconv.so lib/libcconv.so.0