Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 01:27:53 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489288 - head/print/texinfo
Message-ID:  <201901050127.x051RrmZ090273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Jan  5 01:27:52 2019
New Revision: 489288
URL: https://svnweb.freebsd.org/changeset/ports/489288

Log:
  - Bump portrevision because of r489116.
  - Fix a portlint issue.
  
  PR:		ports/234621
  Submitted by:	stephen@FreeBSD.org
  Approved by:	portmgr (blanket: just fix it)

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Sat Jan  5 01:14:07 2019	(r489287)
+++ head/print/texinfo/Makefile	Sat Jan  5 01:27:52 2019	(r489288)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texinfo
 PORTVERSION=	6.5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
@@ -24,10 +24,10 @@ RUN_DEPENDS=	p5-Locale-libintl>=0:devel/p5-Locale-libi
 		p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
 		p5-Unicode-EastAsianWidth>=0:textproc/p5-Unicode-EastAsianWidth
 
+USES=		charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
-
-USES=		charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz
 
 CONFIGURE_ARGS=	--with-external-libintl-perl \
 		--with-external-Text-Unidecode \



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