Date: Wed, 6 Feb 2019 16:01:35 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r492310 - branches/2019Q1/multimedia/libvpx Message-ID: <201902061601.x16G1ZM1039672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Feb 6 16:01:35 2019 New Revision: 492310 URL: https://svnweb.freebsd.org/changeset/ports/492310 Log: MFH: r492309 multimedia/libvpx: handle snapshots in version string - head(1) which is not part of native-xtools - CHANGELOG is only updated on releases - similar change was done in multimedia/aom Approved by: ports-secteam blanket (for Tier2 via qemu-user-static) Modified: branches/2019Q1/multimedia/libvpx/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/multimedia/libvpx/Makefile ============================================================================== --- branches/2019Q1/multimedia/libvpx/Makefile Wed Feb 6 15:57:26 2019 (r492309) +++ branches/2019Q1/multimedia/libvpx/Makefile Wed Feb 6 16:01:35 2019 (r492310) @@ -64,6 +64,9 @@ THREADS_CONFIGURE_OFF= --disable-multithread post-patch: @${REINPLACE_CMD} -E '/gcctarget|link_with_cc/s/gcc[[:>:]]/$${CC}/' \ ${WRKSRC}/build/make/configure.sh +# Extract (snapshot) version from the port instead of CHANGELOG + @${REINPLACE_CMD} '/^git_version_id/s/""/"${DISTVERSIONFULL}"/' \ + ${WRKSRC}/build/make/version.sh post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902061601.x16G1ZM1039672>