From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 21 22:20:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C22A16A41F for ; Wed, 21 Sep 2005 22:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5262543D46 for ; Wed, 21 Sep 2005 22:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8LMK9lg084040 for ; Wed, 21 Sep 2005 22:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8LMK9IP084039; Wed, 21 Sep 2005 22:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 21 Sep 2005 22:20:09 GMT Resent-Message-Id: <200509212220.j8LMK9IP084039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2BC016A41F for ; Wed, 21 Sep 2005 22:18:01 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8A443D46 for ; Wed, 21 Sep 2005 22:17:59 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost.critical.ch [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.3) with ESMTP id j8LMHwca071840 for ; Thu, 22 Sep 2005 00:17:58 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.3/Submit) id j8LMHwSp071839; Thu, 22 Sep 2005 00:17:58 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200509212217.j8LMHwSp071839@beaver.critical.ch> Date: Thu, 22 Sep 2005 00:17:58 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86433: maintainer-update: textproc/uni2ascii 2.1 -> 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 22:20:10 -0000 >Number: 86433 >Category: ports >Synopsis: maintainer-update: textproc/uni2ascii 2.1 -> 2.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 21 22:20:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386 >Description: maintainer-update: textproc/uni2ascii 2.1 -> 2.4 - update textproc/uni2ascii from version 2.1 to 2.4 - remove signature from pkg-descr CVS: changed: Makefile changed: pkg-descr remove: files/patch-ascii2uni.c remove: files >How-To-Repeat: >Fix: --- uni2ascii.patch begins here --- diff -Nur uni2ascii.orig/Makefile uni2ascii/Makefile --- uni2ascii.orig/Makefile Mon Sep 12 22:58:20 2005 +++ uni2ascii/Makefile Thu Sep 22 00:11:25 2005 @@ -6,13 +6,14 @@ # PORTNAME= uni2ascii -PORTVERSION= 2.1 +PORTVERSION= 2.4 CATEGORIES= textproc MASTER_SITES= http://critical.ch/distfiles/ MAINTAINER= ehaupt@critical.ch COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents +USE_LIBTOOL_VER=15 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/uni2ascii bin/ascii2uni diff -Nur uni2ascii.orig/distinfo uni2ascii/distinfo --- uni2ascii.orig/distinfo Mon Sep 12 22:58:20 2005 +++ uni2ascii/distinfo Thu Sep 22 00:09:40 2005 @@ -1,2 +1,2 @@ -MD5 (uni2ascii-2.1.tar.gz) = 82d9340942b0fcaff527005428060e02 -SIZE (uni2ascii-2.1.tar.gz) = 17487 +MD5 (uni2ascii-2.4.tar.gz) = 47fe8ce7521a6e6462e386a852be9047 +SIZE (uni2ascii-2.4.tar.gz) = 62551 diff -Nur uni2ascii.orig/files/patch-ascii2uni.c uni2ascii/files/patch-ascii2uni.c --- uni2ascii.orig/files/patch-ascii2uni.c Mon Sep 12 22:58:20 2005 +++ uni2ascii/files/patch-ascii2uni.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- ascii2uni.c.orig Mon Sep 12 22:53:37 2005 -+++ ascii2uni.c Mon Sep 12 22:53:49 2005 -@@ -23,6 +23,7 @@ - #include - #include - #include -+#define _(String) gettext(String) - #ifdef INTLIZE - #include - #include diff -Nur uni2ascii.orig/pkg-descr uni2ascii/pkg-descr --- uni2ascii.orig/pkg-descr Mon Sep 12 22:58:20 2005 +++ uni2ascii/pkg-descr Thu Sep 22 00:15:35 2005 @@ -3,6 +3,3 @@ character references, \u-escapes, standard hexadecimal, and raw hexadecimal. WWW: http://freshmeat.net/projects/uni2ascii/ - -- ehaupt -ehaupt@critical.ch --- uni2ascii.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: