Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2011 16:42:46 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162007: [maintainer update] converters/bsdconv 6.2
Message-ID:  <201110251642.p9PGgkTm049869@red.freebsd.org>
Resent-Message-ID: <201110251650.p9PGo1Wx026118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162007
>Category:       ports
>Synopsis:       [maintainer update] converters/bsdconv 6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 25 16:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
N/A
>Environment:
>Description:
Update converters/bsdconv to 6.2

Changelog: (https://github.com/buganini/bsdconv/blob/master/Changelog)

6.2:
improve inter/{zh_decomp,zh_comp}

6.1:
mac os compatible
improve inter/ZHTW_WORDS
improve inter/ZH_DECOMP and inter/ZH_COMP
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
index f1ab18a..ebd7e44 100644
--- a/converters/bsdconv/Makefile
+++ b/converters/bsdconv/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bsdconv
-PORTVERSION=	6.0
+PORTVERSION=	6.2
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
 DISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -16,7 +16,7 @@ COMMENT=	BSD licensed charset/encoding converter library
 
 LICENSE=	BSD
 
-GITVERSION=	d1636bc
+GITVERSION=	50e0819
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
 
diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo
index a1b0cf5..4e030f1 100644
--- a/converters/bsdconv/distinfo
+++ b/converters/bsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-bsdconv-6.0-0-gd1636bc.tar.gz) = 42b26ca54550d250fadfff59588107709be61de4d5bd6b42e16c74a7c246f757
-SIZE (buganini-bsdconv-6.0-0-gd1636bc.tar.gz) = 4235154
+SHA256 (buganini-bsdconv-6.2-0-g50e0819.tar.gz) = 66d786528e2892694c4794dafdc603c2e358890d7cf52a04948f8d2fd6e80489
+SIZE (buganini-bsdconv-6.2-0-g50e0819.tar.gz) = 4235292


>Release-Note:
>Audit-Trail:
>Unformatted:



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