Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:19:19 +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: r410253 - in head/chinese/cconv: . files
Message-ID:  <201603060619.u266JJ62036565@repo.freebsd.org>

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



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