Date: Thu, 21 Dec 2006 00:35:15 +0300 (MSK) From: Boris Samorodov <bsam@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107005: [patch] textproc/xmlto: change dependency shells/bash2 -> shells/bash Message-ID: <200612202135.kBKLZFR2037012@tinderbox.i386.ipt.ru> Resent-Message-ID: <200612211200.kBLC0ev0065226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107005 >Category: ports >Synopsis: [patch] textproc/xmlto: change dependency shells/bash2 -> shells/bash >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: Thu Dec 21 12:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 7.0-CURRENT i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 11 13:27:01 MSK 2006 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: In preparation to deprecate shells/bash2 the dependency should be changed to shells/bash. >How-To-Repeat: >Fix: - shells/bash2 -> shells/bash; - bump PORTREVISION (RUN_DEPENDS changes). --- xmlto.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/xmlto/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 13 May 2006 04:24:52 -0000 1.12 +++ Makefile 20 Dec 2006 19:53:13 -0000 @@ -10,13 +10,14 @@ PORTNAME= xmlto PORTVERSION= 0.0.18 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ MAINTAINER= sergei@FreeBSD.org COMMENT= Front-end to an XSL toolchain -BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash2 \ +BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \ ${GETOPT_CMD}:${PORTSDIR}/misc/getopt \ xmllint:${PORTSDIR}/textproc/libxml2 \ xsltproc:${PORTSDIR}/textproc/libxslt \ --- xmlto.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612202135.kBKLZFR2037012>