svn commit: r455658 - head/science/mcstas

Alexey Dokuchaev danfe at FreeBSD.org
Wed Dec 6 16:58:58 UTC 2017


On Wed, Dec 06, 2017 at 04:18:35PM +0000, Steve Wills wrote:
> New Revision: 455658
> URL: https://svnweb.freebsd.org/changeset/ports/455658
> 
> Log:
>   science/mcstas: switch back to PORTVERSION
>   
>   Avoids an issue with verion going backwards.

Thanks.

> [...]
>  post-install:
>  .for e in ${MCEXECS}
> -	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${DISTVERSION}/bin/${e}
> -	${LN} -s ${PREFIX}/${PORTNAME}/${DISTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e}
> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e}
> +	${LN} -s ${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e}

Symlink bug is still unfixed.

> @@ -1,62 +1,62 @@
> -mcstas/%%DISTVERSION%%/LGPL
> -mcstas/%%DISTVERSION%%/LICENSE.LIB
> -mcstas/%%DISTVERSION%%/NOMENCLATURE
> ...
> +mcstas/%%PORTVERSION%%/LGPL
> +mcstas/%%PORTVERSION%%/LICENSE.LIB
> +mcstas/%%PORTVERSION%%/NOMENCLATURE

That version embedding causes hell of a repo churn. :-(

./danfe


More information about the svn-ports-all mailing list