In preparation to deprecate shells/bash2 the dependency should be changed to shells/bash. Fix: - shells/bash2 -> shells/bash; - bump PORTREVISION (RUN_DEPENDS changes). WBR -- bsam--JKadk0LkfNbunLRh1kDMLv9GRAVZv8qgREhLtLyeZnuItYdP Content-Type: text/plain; name="xmlto.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xmlto.diff" 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 \
Responsible Changed From-To: freebsd-ports-bugs->sergei Over to maintainer
Hi! If you are busy ATM I may take care of the PR, thanks! WBR -- bsam
On 9 Jan 2007, at 18:40 , Boris Samorodov wrote: > If you are busy ATM I may take care of the PR, thanks! Please do - thanks! Sergei
Responsible Changed From-To: sergei->freebsd-ports-bugs Unfortunately, I do not have the time to handle this PR - return it to the pool so somebody else takes care of it. I have dropped xmlto port maintainership, too. I apologize for sitting on it for so long.
Responsible Changed From-To: freebsd-ports-bugs->bsam Take.
bsam 2007-01-31 19:48:12 UTC FreeBSD ports repository Modified files: devel/cogito Makefile textproc/xmlto Makefile Log: In preparation to deprecate shells/bash2 do at textproc/xmlto [1] and devel/cogito [2]: . change RUN_DEPENDS shells/bash2 -> shells/bash; . bump PORTREVISION. PR: 107005 [1], 107113 [2] Submitted by: bsam (me) [1], [2] Approved by: anholt (maintainer timeout) [2] Revision Changes Path 1.6 +2 -2 ports/devel/cogito/Makefile 1.14 +2 -1 ports/textproc/xmlto/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks. ;-)