svn commit: r386772 - head/www/roundup

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 19 14:14:10 UTC 2015


Author: amdmi3
Date: Tue May 19 14:14:09 2015
New Revision: 386772
URL: https://svnweb.freebsd.org/changeset/ports/386772

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/www/roundup/Makefile

Modified: head/www/roundup/Makefile
==============================================================================
--- head/www/roundup/Makefile	Tue May 19 13:39:40 2015	(r386771)
+++ head/www/roundup/Makefile	Tue May 19 14:14:09 2015	(r386772)
@@ -11,7 +11,8 @@ COMMENT=	Issue-Tracking System for Knowl
 
 LICENSE=	PSFL
 
-USES=		gettext python
+USES=		cpe gettext python
+CPE_VENDOR=	roundup-tracker
 USE_PYTHON=	distutils
 
 OPTIONS_DEFINE=	SQLITE PGSQL MYSQL NLS


More information about the svn-ports-all mailing list