svn commit: r361655 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Sun Jul 13 05:44:41 UTC 2014


Author: matthew
Date: Sun Jul 13 05:44:40 2014
New Revision: 361655
URL: http://svnweb.freebsd.org/changeset/ports/361655
QAT: https://qat.redports.org/buildarchive/r361655/

Log:
  Add CPE settings.  phpMyAdmin certainly does have CVE numbers issued
  against it -- in fact, it might well hold the record for "most CVE
  numbers" out of the whole ports tree,,,

Modified:
  head/databases/phpmyadmin/Makefile

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Sun Jul 13 05:28:16 2014	(r361654)
+++ head/databases/phpmyadmin/Makefile	Sun Jul 13 05:44:40 2014	(r361655)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phpMyAdmin
 DISTVERSION=	4.2.5
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -13,7 +14,9 @@ COMMENT=	Set of PHP-scripts to manage My
 NO_ARCH=	yes
 LICENSE=	GPLv2
 
-USES=		shebangfix tar:xz
+USES=		cpe shebangfix tar:xz
+CPE_PRODUCT=	${PORTNAME:tl}
+
 NO_BUILD=	yes
 .if !defined(WITHOUT_PHP_DEPENDS)
 IGNORE_WITH_PHP=52


More information about the svn-ports-all mailing list