multimedia/openh264: respect SOURCE_DATE_EPOCH in GMP timestamp

This commit is contained in:
Jan Beich 2019-12-03 03:05:15 +00:00
parent 88245af53c
commit 35504f496c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518904

View File

@ -43,7 +43,8 @@ PLUGINS_USES= webplugin:gecko
WEBPLUGIN_NAME= gmp-gmp${PORTNAME}
WEBPLUGIN_FILES=gmp${PORTNAME}.info libgmp${PORTNAME}.so
SUB_FILES+= gmp${PORTNAME}.js
SUB_LIST+= PORTVERSION=${PORTVERSION} TIMESTAMP="`date +%s`"
SUB_LIST+= PORTVERSION=${PORTVERSION} \
TIMESTAMP="`${AWK} '/TIMESTAMP/ { print $$$$$$$$$3 }' ${DISTINFO_FILE}`"
TEST_BUILD_DEPENDS=googletest>=1.6.0:devel/googletest
TEST_CFLAGS= -I${LOCALBASE}/include