Date: Wed, 05 Dec 2012 18:49:58 -0500 From: "Jason E. Hale" <jhale@freebsd.org> To: Barbara Guida <bar@freebsd.org> Cc: svn-ports-head@freebsd.org, rene@freebsd.org, svn-ports-all@freebsd.org, jjuanino@gmail.com, ports-committers@freebsd.org Subject: Re: svn commit: r308354 - in head/editors/xmlcopyeditor: . files Message-ID: <1639435.iye2dy8Sd8@mocha.verizon.net> In-Reply-To: <201212052327.qB5NRAuN006811@svn.freebsd.org> References: <201212052327.qB5NRAuN006811@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, December 05, 2012 23:27:10 Barbara Guida wrote: > Author: bar > Date: Wed Dec 5 23:27:09 2012 > New Revision: 308354 > URL: http://svnweb.freebsd.org/changeset/ports/308354 >=20 > Log: > - Update to 1.2.0.9 > - Change LIB_DEPENDS from textproc/xerces-c2 to textproc/xerces-c3 > - Remove obsolete patches > - Trim Makefile headers > - Remove ABI version from LIB_DEPENDS > - Add LICENSE >=20 > PR: ports/174062 > Submitted by: bar > Approved by: Jose Garcia Juanino <jjuanino@gmail.com> (maint.), = rene > (mentor) Feature safe:=09yes >=20 > Deleted: > head/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff > head/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.h.diff > Modified: > head/editors/xmlcopyeditor/Makefile > head/editors/xmlcopyeditor/distinfo > head/editors/xmlcopyeditor/files/patch-src_Makefile.in.diff > head/editors/xmlcopyeditor/pkg-plist >=20 > Modified: head/editors/xmlcopyeditor/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > =3D=3D --- head/editors/xmlcopyeditor/Makefile=09Wed Dec 5 22:33:43 > 2012=09(r308353) +++ head/editors/xmlcopyeditor/Makefile=09Wed Dec 5= =20 23:27:09 > 2012=09(r308354) @@ -1,41 +1,35 @@ > -# New ports collection makefile for: =09xmlcopyeditor > -# Date created: =09=09=096 December 2007 > -# Whom: =09=09=09Jos=EF=BF=BD Garc=EF=BF=BDa Juanino=20= <jjuanino@gmail.com> > -# > +# Created by:=09Jos=EF=BF=BD Garc=EF=BF=BDa Juanino <jjuanino@gmail.= com> > # $FreeBSD$ > -# >=20 > PORTNAME=3D=09xmlcopyeditor > -PORTVERSION=3D=091.2.0.4 > -PORTREVISION=3D=097 > +PORTVERSION=3D=091.2.0.9 > CATEGORIES=3D=09editors > MASTER_SITES=3D=09SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION= } >=20 > MAINTAINER=3D=09jjuanino@gmail.com > COMMENT=3D=09Fast validating XML editor >=20 > +LICENSE=3D=09GPLv2 > + > USE_WX=3D=09=092.8+ > WX_COMPS=3D=09wx contrib > WX_CONF_ARGS=3D=09absolute > WX_UNICODE=3D=09yes > USE_GETTEXT=3D=09yes > USE_DOS2UNIX=3D=09src/templates/DTD.dtd \ > -=09=09src/help/html/generic.css \ > -=09=09src/help/xmlcopyeditor.hhp \ > -=09=09src/rulesets/ruleset.css \ > -=09=09src/rng/tei_all.rnc \ > -=09=09src/rng/docbook.rnc \ > -=09=09src/rng/tei_minimal.rnc \ > +=09=09src/templates/OpenLearn_document.xml \ > =09=09src/rng/docbookxi.rnc \ > -=09=09src/po/en_us/messages.po > +=09=09src/rng/tei_all.rnc \ > +=09=09src/rng/xhtml-strict.rng \ > +=09=09src/rng/xhtml.rng >=20 > BUILD_DEPENDS+=3D=09${LOCALBASE}/include/boost/shared_ptr.hpp: ${PORTSDIR}/devel > /boost-libs -LIB_DEPENDS+=3D=09xerces-c.27:${PORTSDIR}/textproc/xerce= s-c2 \ > -=09=09xslt.2:${PORTSDIR}/textproc/libxslt \ > -=09=09aspell.16:${PORTSDIR}/textproc/aspell \ > -=09=09pcre.1:${PORTSDIR}/devel/pcre \ > -=09=09xml2.5:${PORTSDIR}/textproc/libxml2 \ > -=09=09expat.6:${PORTSDIR}/textproc/expat2 > +LIB_DEPENDS+=3D=09xerces-c:${PORTSDIR}/textproc/xerces-c3 \ The ABI version number for xerces-c should be kept to disambiguate betw= een=20 textproc/xerces-c2 and textproc/xerces-c3. It really isn't necessary t= o have=20 a +=3D assignment here either... =3D is fine. Should be: LIB_DEPENDS=3D=09xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ > +=09=09xslt:${PORTSDIR}/textproc/libxslt \ > +=09=09aspell:${PORTSDIR}/textproc/aspell \ > +=09=09pcre:${PORTSDIR}/devel/pcre \ > +=09=09xml2:${PORTSDIR}/textproc/libxml2 \ > +=09=09expat:${PORTSDIR}/textproc/expat2 >=20 > WRKSRC=3D=09=09${WRKDIR}/${PORTNAME}-${PORTVERSION} >=20 >=20 --=20 Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1639435.iye2dy8Sd8>