svn commit: r382579 - head/devel/gettext

Bartek Rutkowski robak at FreeBSD.org
Sun Mar 29 10:29:00 UTC 2015


Author: robak
Date: Sun Mar 29 10:28:58 2015
New Revision: 382579
URL: https://svnweb.freebsd.org/changeset/ports/382579
QAT: https://qat.redports.org/buildarchive/r382579/

Log:
  devel/gettext: add CPE information
  
  - Maintainer's timeout (autotools at FreeBSD.org)
  
  PR:		198631
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/devel/gettext/Makefile

Modified: head/devel/gettext/Makefile
==============================================================================
--- head/devel/gettext/Makefile	Sun Mar 29 10:20:05 2015	(r382578)
+++ head/devel/gettext/Makefile	Sun Mar 29 10:28:58 2015	(r382579)
@@ -12,7 +12,8 @@ COMMENT=	GNU gettext meta package
 
 .include "${.CURDIR}/../gettext/Makefile.common"
 
-USES=		gettext-runtime:run gettext-tools:run
+USES=		cpe gettext-runtime:run gettext-tools:run
+CPE_VENDOR=	gnu
 
 NO_BUILD=	yes
 NO_INSTALL=	yes


More information about the svn-ports-head mailing list