svn commit: r382580 - head/devel/gettext-runtime

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


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 at FreeBSD.org)
  
  PR:		198632
  Submitted by:	Shun <shun.fbsd.pr at 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>
 


More information about the svn-ports-head mailing list