svn commit: r384326 - head/devel/dulwich

Bartek Rutkowski robak at FreeBSD.org
Sun Apr 19 20:45:08 UTC 2015


Author: robak
Date: Sun Apr 19 20:45:07 2015
New Revision: 384326
URL: https://svnweb.freebsd.org/changeset/ports/384326

Log:
  devel/dulwich: add CPE info
  
  PR:		199505
  Submitted by:	jbeich
  Approved by:	portmgr blanket

Modified:
  head/devel/dulwich/Makefile

Modified: head/devel/dulwich/Makefile
==============================================================================
--- head/devel/dulwich/Makefile	Sun Apr 19 20:09:02 2015	(r384325)
+++ head/devel/dulwich/Makefile	Sun Apr 19 20:45:07 2015	(r384326)
@@ -18,7 +18,8 @@ PORTDOCS=	AUTHORS HACKING NEWS README.md
 		repo.txt tag.txt
 PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
 
-USES=		python:2
+USES=		cpe python:2
+CPE_VENDOR=	dulwich_project
 USE_PYTHON=	distutils autoplist
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-all mailing list