svn commit: r382582 - head/devel/gettext-tools

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


Author: robak
Date: Sun Mar 29 10:55:55 2015
New Revision: 382582
URL: https://svnweb.freebsd.org/changeset/ports/382582
QAT: https://qat.redports.org/buildarchive/r382582/

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

Modified:
  head/devel/gettext-tools/Makefile

Modified: head/devel/gettext-tools/Makefile
==============================================================================
--- head/devel/gettext-tools/Makefile	Sun Mar 29 10:53:45 2015	(r382581)
+++ head/devel/gettext-tools/Makefile	Sun Mar 29 10:55:55 2015	(r382582)
@@ -24,10 +24,13 @@ CONFIGURE_ARGS=	--disable-csharp --disab
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		charsetfix gettext-runtime iconv libtool tar:xz
+USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	gettext-tools
 
+CPE_PRODUCT=	gettext
+CPE_VENDOR=	gun
+
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>


More information about the svn-ports-head mailing list