svn commit: r364417 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Sat Aug 9 09:18:52 UTC 2014


Author: ehaupt
Date: Sat Aug  9 09:18:52 2014
New Revision: 364417
URL: http://svnweb.freebsd.org/changeset/ports/364417
QAT: https://qat.redports.org/buildarchive/r364417/

Log:
  Add USES=cpe (forgotten in previous commit)
  
  Notified by:	mat

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Sat Aug  9 09:10:32 2014	(r364416)
+++ head/net/rsync/Makefile	Sat Aug  9 09:18:52 2014	(r364417)
@@ -19,6 +19,8 @@ COMMENT=	Network file distribution/synch
 
 LICENSE=	GPLv3
 
+USES=		cpe
+
 CPE_VENDOR=	samba
 CPE_PRODUCT=	rsync
 


More information about the svn-ports-head mailing list