svn commit: r361437 - head/security/openssl

Dag-Erling Smørgrav des at FreeBSD.org
Thu Jul 10 10:27:40 UTC 2014


Author: des
Date: Thu Jul 10 10:27:39 2014
New Revision: 361437
URL: http://svnweb.freebsd.org/changeset/ports/361437
QAT: https://qat.redports.org/buildarchive/r361437/

Log:
  Include the final letter in the CPE version field.

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Thu Jul 10 10:08:10 2014	(r361436)
+++ head/security/openssl/Makefile	Thu Jul 10 10:27:39 2014	(r361437)
@@ -57,6 +57,8 @@ MAKE_ARGS+=	WHOLE_ARCHIVE_FLAG=--whole-a
 MAKE_ENV+=	LIBRPATH="${PREFIX}/lib" GREP_OPTIONS=
 SUB_FILES=	pkg-message
 
+CPE_VERSION=	${PORTVERSION}${DISTVERSIONSUFFIX}
+
 FIX_POD=apps/cms.pod \
 	apps/smime.pod \
 	ssl/SSL_COMP_add_compression_method.pod \


More information about the svn-ports-head mailing list