svn commit: r487633 - head/misc/iso-codes

Koop Mast kwm at FreeBSD.org
Sun Dec 16 21:41:28 UTC 2018


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 at 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 at 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
 


More information about the svn-ports-all mailing list