Bug 178130 - [MAINTAINER] update chinese/bsdconv-opencc to 10.0
Summary: [MAINTAINER] update chinese/bsdconv-opencc to 10.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 08:30 UTC by buganini
Modified: 2013-05-02 00:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.46 KB, patch)
2013-04-25 08:30 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2013-04-25 08:30:02 UTC
Update chinese/bsdconv-opencc to 10.0

Chanagelog:
chase API change in bsdconv-10.0


This pr depends on
http://www.freebsd.org/cgi/query-pr.cgi?pr=178129

Redports build
https://redports.org/buildarchive/20130425055500-57268/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-25 08:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-05-02 00:13:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-02 00:13:08 UTC
Author: bdrewery
Date: Wed May  1 23:13:00 2013
New Revision: 317058
URL: http://svnweb.freebsd.org/changeset/ports/317058

Log:
  - Update to 10.0
  
  PR:		ports/178130
  Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)

Modified:
  head/chinese/bsdconv-opencc/Makefile
  head/chinese/bsdconv-opencc/distinfo
  head/chinese/bsdconv-opencc/pkg-descr

Modified: head/chinese/bsdconv-opencc/Makefile
==============================================================================
--- head/chinese/bsdconv-opencc/Makefile	Wed May  1 23:11:37 2013	(r317057)
+++ head/chinese/bsdconv-opencc/Makefile	Wed May  1 23:13:00 2013	(r317058)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opencc
-PORTVERSION=	1.0
+PORTVERSION=	10.0
 CATEGORIES=	chinese converters
 PKGNAMEPREFIX=	bsdconv-
 DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
@@ -12,14 +12,14 @@ COMMENT=	OpenCC conversion module for bs
 
 LICENSE=	BSD
 
-BUILD_DEPENDS=	bsdconv_mktable:${PORTSDIR}/converters/bsdconv
+BUILD_DEPENDS=	bsdconv-mktable:${PORTSDIR}/converters/bsdconv
 LIB_DEPENDS=	bsdconv:${PORTSDIR}/converters/bsdconv \
 		opencc:${PORTSDIR}/chinese/opencc
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	buganini
-GH_PROJECT=	bsdconv-${PORTNAME}
-GH_COMMIT=	be3e559
+GH_PROJECT=	${PKGNAMEPREFIX}${PORTNAME}
+GH_COMMIT=	38b4a80
 
 MAKE_ARGS=	PREFIX=${PREFIX}
 

Modified: head/chinese/bsdconv-opencc/distinfo
==============================================================================
--- head/chinese/bsdconv-opencc/distinfo	Wed May  1 23:11:37 2013	(r317057)
+++ head/chinese/bsdconv-opencc/distinfo	Wed May  1 23:13:00 2013	(r317058)
@@ -1,2 +1,2 @@
-SHA256 (buganini-bsdconv-opencc-1.0-0-gbe3e559.tar.gz) = 4f21bcc78a5165d7919cc65bcb42c740224acb6de9d14f16915af0f56ba85a63
-SIZE (buganini-bsdconv-opencc-1.0-0-gbe3e559.tar.gz) = 2777
+SHA256 (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 81de156b84a1d19e3276ed3bf3fdfc96156b2609704b249cc138cbab5e402ec7
+SIZE (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 2834

Modified: head/chinese/bsdconv-opencc/pkg-descr
==============================================================================
--- head/chinese/bsdconv-opencc/pkg-descr	Wed May  1 23:11:37 2013	(r317057)
+++ head/chinese/bsdconv-opencc/pkg-descr	Wed May  1 23:13:00 2013	(r317058)
@@ -2,8 +2,8 @@ Open Chinese Convert (OpenCC) is an open
 Chinese conversion project, providing high quality thesaurus and libopencc,
 as well as a conversion utility and a dictionary generator.
 
-bsdconv is a BSD licensed charset/encoding converter library with more function
-than libiconv. (Currently, only a few codecs are supported)
+bsdconv is a BSD licensed charset/encoding converter library with more
+ function than libiconv. (Currently, only a few codecs are supported)
 
 This port is a opencc conversion module for bsdconv.
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"