svn commit: r378761 - head/sysutils/squashfs-tools

Ashish SHUKLA ashish at FreeBSD.org
Tue Feb 10 08:49:58 UTC 2015


Author: ashish
Date: Tue Feb 10 08:49:57 2015
New Revision: 378761
URL: https://svnweb.freebsd.org/changeset/ports/378761
QAT: https://qat.redports.org/buildarchive/r378761/

Log:
  - Add CPE information
  
  PR:		152806
  Submitted by:	shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/sysutils/squashfs-tools/Makefile

Modified: head/sysutils/squashfs-tools/Makefile
==============================================================================
--- head/sysutils/squashfs-tools/Makefile	Tue Feb 10 07:57:36 2015	(r378760)
+++ head/sysutils/squashfs-tools/Makefile	Tue Feb 10 08:49:57 2015	(r378761)
@@ -25,7 +25,9 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/squashfs-
 
 USE_CSTD=	gnu89
 
-USES=		alias gmake
+USES=		alias cpe gmake
+CPE_PRODUCT=	squashfs
+CPE_VENDOR=	phillip_lougher
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list