svn commit: r384041 - head/security/sudo

Bartek Rutkowski robak at FreeBSD.org
Wed Apr 15 10:00:32 UTC 2015


Author: robak
Date: Wed Apr 15 10:00:31 2015
New Revision: 384041
URL: https://svnweb.freebsd.org/changeset/ports/384041

Log:
  security/sudo: add CPE info
  
  PR:		199367
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>
  Approved by:	portmgr blanket

Modified:
  head/security/sudo/Makefile

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Wed Apr 15 09:44:04 2015	(r384040)
+++ head/security/sudo/Makefile	Wed Apr 15 10:00:31 2015	(r384041)
@@ -14,7 +14,8 @@ LICENSE_NAME=	Sudo license
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		libtool
+USES=		cpe libtool
+CPE_VENDOR=	todd_miller
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-lgcc


More information about the svn-ports-head mailing list