Date: Sat, 19 Oct 2019 11:03:31 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514785 - head/math/libtommath Message-ID: <201910191103.x9JB3VFU095674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Oct 19 11:03:31 2019 New Revision: 514785 URL: https://svnweb.freebsd.org/changeset/ports/514785 Log: math/libtommath: Strip library Move unhooked post-install-SHARED-on target into post-install Modified: head/math/libtommath/Makefile Modified: head/math/libtommath/Makefile ============================================================================== --- head/math/libtommath/Makefile Sat Oct 19 10:55:23 2019 (r514784) +++ head/math/libtommath/Makefile Sat Oct 19 11:03:31 2019 (r514785) @@ -2,7 +2,7 @@ PORTNAME= libtommath DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/ DISTNAME= ltm-${DISTVERSION} @@ -39,8 +39,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/bn.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/poster.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/tommath.pdf ${STAGEDIR}${DOCSDIR} - -post-install-SHARED-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.${DISTVERSION} do-test:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910191103.x9JB3VFU095674>