ports/158246: [maintainer-update] converters/bsdconv
Kuan-Chung Chiu
buganini at gmail.com
Fri Jun 24 06:40:01 UTC 2011
>Number: 158246
>Category: ports
>Synopsis: [maintainer-update] converters/bsdconv
>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: Fri Jun 24 06:40:00 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Kuan-Chung Chiu
>Release: 9.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r223098M: Wed Jun 15 06:39:48 CST 2011 root at Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH amd64
>Description:
Update converters/bsdconv and its families.
Changelog:
https://github.com/buganini/bsdconv/blob/d1636bc797a42fc15efdc7e59aacc5f3e23af6bf/Changelog
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile
index 20f3437..cca5c36 100644
--- a/chinese/bug5/Makefile
+++ b/chinese/bug5/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bug5
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= chinese converters
MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -20,7 +21,7 @@ GITVERSION= 14af387
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
-LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
PLIST_FILES= bin/bug5
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
index 87ca97b..a6d9d9d 100644
--- a/converters/bsdconv/Makefile
+++ b/converters/bsdconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdconv
-PORTVERSION= 5.1.1
+PORTVERSION= 6.0
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= 4c89c89
+GITVERSION= d1636bc
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo
index f431c98..a1b0cf5 100644
--- a/converters/bsdconv/distinfo
+++ b/converters/bsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-bsdconv-5.1.1-0-g4c89c89.tar.gz) = f55ecfe9c335898871f28ac4a1ff79ca9a78f18ab7b9c8c9d867746cb4351a69
-SIZE (buganini-bsdconv-5.1.1-0-g4c89c89.tar.gz) = 4233429
+SHA256 (buganini-bsdconv-6.0-0-gd1636bc.tar.gz) = 42b26ca54550d250fadfff59588107709be61de4d5bd6b42e16c74a7c246f757
+SIZE (buganini-bsdconv-6.0-0-gd1636bc.tar.gz) = 4235154
diff --git a/converters/bsdconv/pkg-plist b/converters/bsdconv/pkg-plist
index 54e545b..477c847 100644
--- a/converters/bsdconv/pkg-plist
+++ b/converters/bsdconv/pkg-plist
@@ -2,7 +2,7 @@ bin/bsdconv
bin/bsdconv_mktable
include/bsdconv.h
lib/libbsdconv.so
-lib/libbsdconv.so.5
+lib/libbsdconv.so.6
%%DATADIR%%/from/3F
%%DATADIR%%/from/ANSI-CONTROL
%%DATADIR%%/from/ASCII-NAMED-HTML-ENTITY
@@ -46,6 +46,8 @@ lib/libbsdconv.so.5
%%DATADIR%%/inter/UNIX
%%DATADIR%%/inter/UPPER
%%DATADIR%%/inter/UPSIDEDOWN
+%%DATADIR%%/inter/WHITESPACE-DERAIL
+%%DATADIR%%/inter/WHITESPACE-RERAIL
%%DATADIR%%/inter/WIDTH
%%DATADIR%%/inter/WIN
%%DATADIR%%/inter/ZHCN
@@ -103,6 +105,8 @@ lib/libbsdconv.so.5
%%DATADIR%%/inter/BIG5-DEFRAG.so
%%DATADIR%%/inter/SCORE.so
%%DATADIR%%/inter/SCORE_TRAIN.so
+%%DATADIR%%/inter/WHITESPACE-DERAIL.so
+%%DATADIR%%/inter/WHITESPACE-RERAIL.so
%%DATADIR%%/inter/WIDTH.so
%%DATADIR%%/to/3F.so
%%DATADIR%%/to/ANSI-CONTROL.so
diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile
index 69db5c4..9005368 100644
--- a/converters/p5-bsdconv/Makefile
+++ b/converters/p5-bsdconv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bsdconv
PORTVERSION= 5.0
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= https://github.com/buganini/perl-${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX= p5-
@@ -15,7 +16,7 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
MAINTAINER= buganini at gmail.com
COMMENT= Perl wrapper for bsdconv
-LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
LICENSE= BSD
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile
index a65f623..437de01 100644
--- a/converters/php5-bsdconv/Makefile
+++ b/converters/php5-bsdconv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bsdconv
PORTVERSION= 5.0
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= https://github.com/buganini/php-${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX= php5-
@@ -15,7 +16,7 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
MAINTAINER= buganini at gmail.com
COMMENT= PHP wrapper for bsdconv
-LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
LICENSE= BSD
diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile
index d7eff3a..a22ec3c 100644
--- a/converters/py-bsdconv/Makefile
+++ b/converters/py-bsdconv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bsdconv
PORTVERSION= 5.0
+PORTREVISION= 1
CATEGORIES= converters python
MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
MAINTAINER= buganini at gmail.com
COMMENT= Python wrapper for bsdconv
-LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
LICENSE= BSD
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list