svn commit: r489288 - head/print/texinfo

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Jan 5 01:27:53 UTC 2019


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


More information about the svn-ports-all mailing list