svn commit: r386504 - head/archivers/dpkg

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 16 09:25:19 UTC 2015


Author: amdmi3
Date: Sat May 16 09:25:18 2015
New Revision: 386504
URL: https://svnweb.freebsd.org/changeset/ports/386504

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/archivers/dpkg/Makefile

Modified: head/archivers/dpkg/Makefile
==============================================================================
--- head/archivers/dpkg/Makefile	Sat May 16 09:21:41 2015	(r386503)
+++ head/archivers/dpkg/Makefile	Sat May 16 09:25:18 2015	(r386504)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	gtar:${PORTSDIR}/archivers/
 		gmd5sum:${PORTSDIR}/sysutils/coreutils
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv libtool perl5 pkgconfig shebangfix tar:xz
+USES=		cpe gmake iconv libtool perl5 pkgconfig shebangfix tar:xz
+CPE_VENDOR=	debian
 WRKSRC=		${WRKDIR}/dpkg-${PORTVERSION}
 SHEBANG_FILES=	dselect/methods/ftp/update dselect/methods/ftp/install \
 		dselect/methods/ftp/setup


More information about the svn-ports-head mailing list