svn commit: r382596 - head/devel/gettext

Bartek Rutkowski robak at FreeBSD.org
Sun Mar 29 12:35:58 UTC 2015


Author: robak
Date: Sun Mar 29 12:35:57 2015
New Revision: 382596
URL: https://svnweb.freebsd.org/changeset/ports/382596
QAT: https://qat.redports.org/buildarchive/r382596/

Log:
  devel/gettext: remove CPE information
  
  - Since CPE should not be applied to meta ports, I am reverting the commit with CPe info
  
  PR:		198631
  Approved by:	antoine

Modified:
  head/devel/gettext/Makefile

Modified: head/devel/gettext/Makefile
==============================================================================
--- head/devel/gettext/Makefile	Sun Mar 29 12:15:40 2015	(r382595)
+++ head/devel/gettext/Makefile	Sun Mar 29 12:35:57 2015	(r382596)
@@ -12,8 +12,7 @@ COMMENT=	GNU gettext meta package
 
 .include "${.CURDIR}/../gettext/Makefile.common"
 
-USES=		cpe gettext-runtime:run gettext-tools:run
-CPE_VENDOR=	gnu
+USES=		gettext-runtime:run gettext-tools:run
 
 NO_BUILD=	yes
 NO_INSTALL=	yes


More information about the svn-ports-head mailing list