svn commit: r308354 - in head/editors/xmlcopyeditor: . files

Jason E. Hale jhale at freebsd.org
Wed Dec 5 23:50:04 UTC 2012


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
> 
> 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
> 
>   PR:     ports/174062
>   Submitted by:   bar
>   Approved by:    Jose Garcia Juanino <jjuanino at gmail.com> (maint.), rene
> (mentor) Feature safe:	yes
> 
> 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
> 
> Modified: head/editors/xmlcopyeditor/Makefile
> ============================================================================
> == --- head/editors/xmlcopyeditor/Makefile	Wed Dec  5 22:33:43
> 2012	(r308353) +++ head/editors/xmlcopyeditor/Makefile	Wed Dec  5 
23:27:09
> 2012	(r308354) @@ -1,41 +1,35 @@
> -# New ports collection makefile for:   	xmlcopyeditor
> -# Date created:        			6 December 2007
> -# Whom:                			Jos� Garc�a Juanino 
<jjuanino at gmail.com>
> -#
> +# Created by:	Jos� Garc�a Juanino <jjuanino at gmail.com>
>  # $FreeBSD$
> -#
> 
>  PORTNAME=	xmlcopyeditor
> -PORTVERSION=	1.2.0.4
> -PORTREVISION=	7
> +PORTVERSION=	1.2.0.9
>  CATEGORIES=	editors
>  MASTER_SITES=	SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
> 
>  MAINTAINER=	jjuanino at gmail.com
>  COMMENT=	Fast validating XML editor
> 
> +LICENSE=	GPLv2
> +
>  USE_WX=		2.8+
>  WX_COMPS=	wx contrib
>  WX_CONF_ARGS=	absolute
>  WX_UNICODE=	yes
>  USE_GETTEXT=	yes
>  USE_DOS2UNIX=	src/templates/DTD.dtd \
> -		src/help/html/generic.css \
> -		src/help/xmlcopyeditor.hhp \
> -		src/rulesets/ruleset.css \
> -		src/rng/tei_all.rnc \
> -		src/rng/docbook.rnc \
> -		src/rng/tei_minimal.rnc \
> +		src/templates/OpenLearn_document.xml \
>  		src/rng/docbookxi.rnc \
> -		src/po/en_us/messages.po
> +		src/rng/tei_all.rnc \
> +		src/rng/xhtml-strict.rng \
> +		src/rng/xhtml.rng
> 
>  BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:
${PORTSDIR}/devel
> /boost-libs -LIB_DEPENDS+=	xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
> -		xslt.2:${PORTSDIR}/textproc/libxslt \
> -		aspell.16:${PORTSDIR}/textproc/aspell \
> -		pcre.1:${PORTSDIR}/devel/pcre \
> -		xml2.5:${PORTSDIR}/textproc/libxml2 \
> -		expat.6:${PORTSDIR}/textproc/expat2
> +LIB_DEPENDS+=	xerces-c:${PORTSDIR}/textproc/xerces-c3 \

The ABI version number for xerces-c should be kept to disambiguate between 
textproc/xerces-c2 and textproc/xerces-c3.  It really isn't necessary to have 
a += assignment here either... = is fine.
Should be:
LIB_DEPENDS=	xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \

> +		xslt:${PORTSDIR}/textproc/libxslt \
> +		aspell:${PORTSDIR}/textproc/aspell \
> +		pcre:${PORTSDIR}/devel/pcre \
> +		xml2:${PORTSDIR}/textproc/libxml2 \
> +		expat:${PORTSDIR}/textproc/expat2
> 
>  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
> 
> 
-- 
Jason E. Hale - jhale@
FreeBSD Ports Committer
KDE/FreeBSD Team


More information about the svn-ports-all mailing list