svn commit: r361356 - head/textproc/xml-format

Steve Wills swills at freebsd.org
Wed Jul 9 18:46:55 UTC 2014


Hi,

FYI:

https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/626/logs/errors/xml-format-0.2.log
https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/626/logs/errors/xml-format-0.2.log

====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/share/xml-format

Steve

On Wed, Jul 09, 2014 at 11:58:37AM +0000, Johan van Selst wrote:
> Author: johans
> Date: Wed Jul  9 11:58:37 2014
> New Revision: 361356
> URL: http://svnweb.freebsd.org/changeset/ports/361356
> QAT: https://qat.redports.org/buildarchive/r361356/
> 
> Log:
>   - Update xml-format to 0.2
>   - Stagify
>   - Adopt port
> 
> Modified:
>   head/textproc/xml-format/Makefile
>   head/textproc/xml-format/distinfo
>   head/textproc/xml-format/pkg-plist
> 
> Modified: head/textproc/xml-format/Makefile
> ==============================================================================
> --- head/textproc/xml-format/Makefile	Wed Jul  9 11:52:40 2014	(r361355)
> +++ head/textproc/xml-format/Makefile	Wed Jul  9 11:58:37 2014	(r361356)
> @@ -2,19 +2,20 @@
>  # $FreeBSD$
>  
>  PORTNAME=	xml-format
> -PORTVERSION=	0.1.1
> +PORTVERSION=	0.2
>  CATEGORIES=	textproc
>  MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
>  		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
>  
> -MAINTAINER=	ports at FreeBSD.org
> +MAINTAINER=	johans at FreeBSD.org
>  COMMENT=	XML beautifier
>  
> -LICENSE=	BSD
> -
> -MAN1=		xml-format.1
> -
>  MAKE_ENV+=	DATADIR=${DATADIR}
>  
> -NO_STAGE=	yes
> +do-install:
> +	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
> +	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
> +	${MKDIR} ${DATADIR}
> +	cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}
> +
>  .include <bsd.port.mk>
> 
> Modified: head/textproc/xml-format/distinfo
> ==============================================================================
> --- head/textproc/xml-format/distinfo	Wed Jul  9 11:52:40 2014	(r361355)
> +++ head/textproc/xml-format/distinfo	Wed Jul  9 11:58:37 2014	(r361356)
> @@ -1,2 +1,2 @@
> -SHA256 (xml-format-0.1.1.tar.gz) = 8525ba1077606fe0ba3eaff2f88da7ef5d59e78e7e0631b8a53b2513d67d5868
> -SIZE (xml-format-0.1.1.tar.gz) = 54764
> +SHA256 (xml-format-0.2.tar.gz) = 742f61c8dc7bfcd9deccbba7eb5c7d26f51e6a50e5177dbb0d3648f6df95ff5e
> +SIZE (xml-format-0.2.tar.gz) = 55387
> 
> Modified: head/textproc/xml-format/pkg-plist
> ==============================================================================
> --- head/textproc/xml-format/pkg-plist	Wed Jul  9 11:52:40 2014	(r361355)
> +++ head/textproc/xml-format/pkg-plist	Wed Jul  9 11:58:37 2014	(r361356)
> @@ -1,4 +1,5 @@
>  bin/xml-format
> +man/man1/xml-format.1.gz
>  %%DATADIR%%/Config/dbk/block-tags.txt
>  %%DATADIR%%/Config/dbk/line-tags.txt
>  %%DATADIR%%/Config/dbk/sectioning-tags.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140709/a0185d2e/attachment.sig>


More information about the svn-ports-all mailing list