svn commit: r384699 - head/misc/mime-support

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 25 00:53:22 UTC 2015


Author: amdmi3
Date: Sat Apr 25 00:53:21 2015
New Revision: 384699
URL: https://svnweb.freebsd.org/changeset/ports/384699

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/misc/mime-support/Makefile

Modified: head/misc/mime-support/Makefile
==============================================================================
--- head/misc/mime-support/Makefile	Sat Apr 25 00:53:17 2015	(r384698)
+++ head/misc/mime-support/Makefile	Sat Apr 25 00:53:21 2015	(r384699)
@@ -10,7 +10,9 @@ DISTNAME=	${PORTNAME}_${PORTVERSION:C/([
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	MIME Media Types list
 
-USES=		shebangfix
+USES=		cpe shebangfix
+
+CPE_VENDOR=	debian
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.2$//}
 


More information about the svn-ports-all mailing list