Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 10:38:54 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382580 - head/devel/gettext-runtime
Message-ID:  <201503291038.t2TAcsQI037118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Sun Mar 29 10:38:53 2015
New Revision: 382580
URL: https://svnweb.freebsd.org/changeset/ports/382580
QAT: https://qat.redports.org/buildarchive/r382580/

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

Modified:
  head/devel/gettext-runtime/Makefile

Modified: head/devel/gettext-runtime/Makefile
==============================================================================
--- head/devel/gettext-runtime/Makefile	Sun Mar 29 10:28:58 2015	(r382579)
+++ head/devel/gettext-runtime/Makefile	Sun Mar 29 10:38:53 2015	(r382580)
@@ -20,11 +20,13 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-gettext \
 		ac_cv_lib_rt_sched_yield=no
 INSTALL_TARGET=	install-strip
-USES=		charsetfix iconv libtool tar:xz
+USES=		charsetfix cpe iconv libtool tar:xz
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	gettext-runtime
 
 INFO=		autosprintf
+CPE_PRODUCT=	gettext
+CPE_VENDOR=	gnu
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503291038.t2TAcsQI037118>