Date: Tue, 23 Jan 2018 09:25:46 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459733 - head/security/stoken Message-ID: <201801230925.w0N9Pk0W060886@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Jan 23 09:25:45 2018 New Revision: 459733 URL: https://svnweb.freebsd.org/changeset/ports/459733 Log: security/stoken: fix constant that was renamed in libtommath 1.18.1 See https://github.com/libtom/libtomcrypt/commit/3522c7 Reported by: antoine Modified: head/security/stoken/Makefile Modified: head/security/stoken/Makefile ============================================================================== --- head/security/stoken/Makefile Tue Jan 23 09:04:28 2018 (r459732) +++ head/security/stoken/Makefile Tue Jan 23 09:25:45 2018 (r459733) @@ -34,5 +34,7 @@ INSTALL_TARGET= install-strip post-patch: ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's|LTC_LTC_PKCS_1_V1_5|LTC_PKCS_1_V1_5|g' \ + ${WRKSRC}/src/stc-tomcrypt.c .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801230925.w0N9Pk0W060886>