Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 21:41:27 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487633 - head/misc/iso-codes
Message-ID:  <201812162141.wBGLfRNX047894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Dec 16 21:41:27 2018
New Revision: 487633
URL: https://svnweb.freebsd.org/changeset/ports/487633

Log:
  Switch to gettext-tools, we only need for building.
  While here, pet portlint and move some entries out of the USES section.
  
  PR:		234030
  Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>

Modified:
  head/misc/iso-codes/Makefile

Modified: head/misc/iso-codes/Makefile
==============================================================================
--- head/misc/iso-codes/Makefile	Sun Dec 16 21:35:56 2018	(r487632)
+++ head/misc/iso-codes/Makefile	Sun Dec 16 21:41:27 2018	(r487633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	iso-codes
 PORTVERSION=	4.1
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	kwm@FreeBSD.org
@@ -10,7 +11,8 @@ COMMENT=	Lists of the country, language, and currency 
 
 LICENSE=	LGPL21
 
-USES=		gettext gmake pathfix python:3.4+,build tar:xz
+USES=		gettext-tools gmake pathfix python:3.4+,build tar:xz
+
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes
 



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