svn commit: r492310 - branches/2019Q1/multimedia/libvpx

Jan Beich jbeich at FreeBSD.org
Wed Feb 6 16:01:37 UTC 2019


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*


More information about the svn-ports-branches mailing list