Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2012 14:56:02 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170670: [maintainer-update] update converters/bsdconv to 7.5
Message-ID:  <201208161456.q7GEu20G064931@red.freebsd.org>
Resent-Message-ID: <201208161500.q7GF0Kdr055723@freefall.freebsd.org>

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

>Number:         170670
>Category:       ports
>Synopsis:       [maintainer-update] update converters/bsdconv to 7.5
>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:   Thu Aug 16 15:00:20 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
Sixnology Inc.
>Environment:
>Description:
Update converters/bsdconv to 7.5
Switch to optionsNG

Changelog:
        add {from,to}/CP1253
        fix several linux issues
        bugfixes

http://redports.org/buildarchive/20120816144243-64733/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
index 01e1501..793a9ca 100644
--- a/converters/bsdconv/Makefile
+++ b/converters/bsdconv/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bsdconv
-PORTVERSION=	7.3
+PORTVERSION=	7.5
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
 DISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -16,11 +16,12 @@ COMMENT=	BSD licensed charset/encoding converter library
 
 LICENSE=	BSD
 
-GITVERSION=	500f86a
+GITVERSION=	cf1989b
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
 
-OPTIONS=	EXTRA "Extra codecs (Chinese specifics)" off
+OPTIONS_DEFINE=	EXTRA
+EXTRA_DESC=	Extra codecs (Chinese specifics)
 
 USE_LDCONFIG=	yes
 
@@ -31,7 +32,7 @@ INSTALL_TARGET=	installdir install_main install_basic
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_EXTRA)
+.if ${PORT_OPTIONS:MEXTRA}
 ALL_TARGET+=	codecs_extra
 INSTALL_TARGET+=install_extra
 PLIST_SUB+=	EXTRA=""
diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo
index 30e9e78..02be08f 100644
--- a/converters/bsdconv/distinfo
+++ b/converters/bsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-bsdconv-7.3-0-g500f86a.tar.gz) = 5336501a41946472249afe8492d51c3148ba0cd73fa6f883e93da409409238d6
-SIZE (buganini-bsdconv-7.3-0-g500f86a.tar.gz) = 4828689
+SHA256 (buganini-bsdconv-7.5-0-gcf1989b.tar.gz) = b056fbd1cdddb3d021b3331a1f89bae1bfc5783d8971721cc2267724bbf5db06
+SIZE (buganini-bsdconv-7.5-0-gcf1989b.tar.gz) = 4630675
diff --git a/converters/bsdconv/pkg-plist b/converters/bsdconv/pkg-plist
index 930eaee..b3d1108 100644
--- a/converters/bsdconv/pkg-plist
+++ b/converters/bsdconv/pkg-plist
@@ -35,6 +35,7 @@ lib/libbsdconv.so.7
 %%DATADIR%%/from/UTF-32LE.so
 %%DATADIR%%/from/_CP1251
 %%DATADIR%%/from/_CP1252
+%%DATADIR%%/from/_CP1253
 %%DATADIR%%/from/_CP874
 %%DATADIR%%/from/_CP949
 %%DATADIR%%/from/_GB18030
@@ -139,6 +140,7 @@ lib/libbsdconv.so.7
 %%DATADIR%%/to/UTF-32LE.so
 %%DATADIR%%/to/_CP1251
 %%DATADIR%%/to/_CP1252
+%%DATADIR%%/to/_CP1253
 %%DATADIR%%/to/_CP874
 %%DATADIR%%/to/_CP936
 %%DATADIR%%/to/_CP949


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



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