From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 1 13:30:21 2006 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 9D38516A418 for ; Mon, 1 May 2006 13:30:21 +0000 (UTC) (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 365BB43D46 for ; Mon, 1 May 2006 13:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k41DUG1V022612 for ; Mon, 1 May 2006 13:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k41DUGvq022611; Mon, 1 May 2006 13:30:16 GMT (envelope-from gnats) Resent-Date: Mon, 1 May 2006 13:30:16 GMT Resent-Message-Id: <200605011330.k41DUGvq022611@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, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 745E916A404 for ; Mon, 1 May 2006 13:28:45 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965F343D58 for ; Mon, 1 May 2006 13:28:44 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 50AF81765E for ; Mon, 1 May 2006 16:28:43 +0300 (EEST) Message-Id: <1146490123.21197@it.buh.tecnik93.com> Date: Mon, 1 May 2006 16:28:43 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/96585: [PATCH] textproc/bib2html: update to 4.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 13:30:22 -0000 >Number: 96585 >Category: ports >Synopsis: [PATCH] textproc/bib2html: update to 4.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 01 13:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #3: Tue Apr 4 15:35:15 EEST 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P >Description: Update to 4.1.1: - fix fetch with this update [1] - also install bib2xml and Italina Lang file - update WWW Reported by: fenner's distfiles survey [1] Tinderbox logs: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=305 >How-To-Repeat: >Fix: --- bib2html.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/bib2html/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 5 Apr 2005 10:55:44 -0000 1.7 +++ Makefile 1 May 2006 13:25:49 -0000 @@ -7,15 +7,16 @@ # PORTNAME= bib2html -PORTVERSION= 3.3 +DISTVERSION= 4.1-1 CATEGORIES= textproc print -MASTER_SITES= http://galland.stephane.free.fr/arakhne.org/bib2html/ \ - http://fresh.t-systems-sfr.com/unix/src/privat2/ +MASTER_SITES= http://www.arakhne.org/IMG/gz/ \ + http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/ +DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= The BibTeX to HTML Translator -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +WRKSRC= ${WRKDIR}/${PORTNAME}-4.1/src USE_PERL5_RUN= yes NO_BUILD= yes @@ -23,9 +24,12 @@ post-patch: @${SED} -e 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \ < ${WRKSRC}/bib2html.pl > ${WRKSRC}/bib2html + @${SED} -e 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \ + < ${WRKSRC}/bib2xml.pl > ${WRKSRC}/bib2xml do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bib2html ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bib2xml ${PREFIX}/bin @${MKDIR} ${SITE_PERL}/Bib2HTML @cd ${WRKSRC}/Bib2HTML && ${FIND} . | \ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${SITE_PERL}/Bib2HTML Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/bib2html/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 25 Nov 2005 18:40:27 -0000 1.6 +++ distinfo 1 May 2006 13:25:49 -0000 @@ -1,3 +1,3 @@ -MD5 (bib2html-3.3.tar.gz) = ec9ea5d6f2bfb8e0d7b8d51c2f64b5c2 -SHA256 (bib2html-3.3.tar.gz) = 3de09a1c29f59a8d9a0a0cc6d9a84408dff2226358d9d678ea271b390927153e -SIZE (bib2html-3.3.tar.gz) = 547210 +MD5 (bib2html_4.1-1.tar.gz) = 728ee5de1dacef3f70d01ad0da4cc371 +SHA256 (bib2html_4.1-1.tar.gz) = 76486dd2b610d990b863871920f90adf2376d3dd58ebe21ca127e5d962b39a49 +SIZE (bib2html_4.1-1.tar.gz) = 555090 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/bib2html/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 27 Feb 2004 02:12:20 -0000 1.2 +++ pkg-descr 1 May 2006 13:25:49 -0000 @@ -1,4 +1,4 @@ bib2html is a script which permits to generate a set of HTML pages from a BibTeX database. -WWW: http://galland.stephane.free.fr/arakhne.org/bib2html/ +WWW: http://www.arakhne.org/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/bib2html/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 5 Apr 2005 10:55:44 -0000 1.1 +++ pkg-plist 1 May 2006 13:25:49 -0000 @@ -1,4 +1,5 @@ bin/bib2html +bin/bib2xml %%SITE_PERL%%/Bib2HTML/Checker/Names.pm %%SITE_PERL%%/Bib2HTML/General/Error.pm %%SITE_PERL%%/Bib2HTML/General/HTML.pm @@ -11,6 +12,7 @@ %%SITE_PERL%%/Bib2HTML/Generator/HTMLGen.pm %%SITE_PERL%%/Bib2HTML/Generator/Lang/English.pm %%SITE_PERL%%/Bib2HTML/Generator/Lang/French.pm +%%SITE_PERL%%/Bib2HTML/Generator/Lang/Italian.pm %%SITE_PERL%%/Bib2HTML/Generator/Lang/Portuguese.pm %%SITE_PERL%%/Bib2HTML/Generator/Lang/Spanish.pm %%SITE_PERL%%/Bib2HTML/Generator/Lang.pm --- bib2html.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: