svn commit: r363081 - head/astro/py-metar

Steve Wills steve at stevenwills.com
Mon Jul 28 03:24:35 UTC 2014


Hi,

FYI:

https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/363081/logs/errors/py27-metar-0.19_2.log
https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/363081/logs/errors/py27-metar-0.19_2.log

===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%DOCSDIR%%/COPYING
Error: Missing: %%DOCSDIR%%/README
Error: Missing: %%DOCSDIR%%/THANKS
Error: Missing: %%DOCSDIR%%/librarydoc.txt

Just need to remove the PORTDOCS line or install the docs I guess. Could you
take a look?

Thanks,
Steve

On Sun, Jul 27, 2014 at 04:27:31PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Sun Jul 27 16:27:31 2014
> New Revision: 363081
> URL: http://svnweb.freebsd.org/changeset/ports/363081
> QAT: https://qat.redports.org/buildarchive/r363081/
> 
> Log:
>   - Cleanup Makefile
> 
> Modified:
>   head/astro/py-metar/Makefile
> 
> Modified: head/astro/py-metar/Makefile
> ==============================================================================
> --- head/astro/py-metar/Makefile	Sun Jul 27 16:21:34 2014	(r363080)
> +++ head/astro/py-metar/Makefile	Sun Jul 27 16:27:31 2014	(r363081)
> @@ -8,7 +8,7 @@ CATEGORIES=	astro python geography
>  MASTER_SITES=	http://www.schwarzvogel.de/pkgs/ \
>  		LOCAL/sunpoet
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> -DISTNAME=	${REALPORTNAME}-${PORTVERSION}
> +DISTNAME=	py${PORTNAME}-${PORTVERSION}
>  
>  MAINTAINER=	sunpoet at FreeBSD.org
>  COMMENT=	Python module that provides access to NOAA METAR weather reports
> @@ -25,13 +25,11 @@ USES=		shebangfix
>  
>  PORTDOCS=	COPYING README THANKS librarydoc.txt
>  
> -REALPORTNAME=	pymetar
> -
> -SHEBANG_FILES=	bin/${REALPORTNAME}
> +SHEBANG_FILES=	bin/py${PORTNAME}
>  python_CMD=	${PYTHON_CMD}
>  
>  post-patch:
>  	@${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' \
> -		-e 's|"share/doc/pymetar-%s"%pymetar.__version__|"${DOCSDIR}"|' ${WRKSRC}/${PYSETUP}
> +		-e 's|"share/doc/pymetar-%s"%pymetar.__version__|"${DOCSDIR}"|' ${WRKSRC}/setup.py
>  
>  .include <bsd.port.mk>
-------------- 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/20140728/bbea8749/attachment.sig>


More information about the svn-ports-all mailing list