Bug 186620 - [UPDATE] print/texinfo: update to 5.2.20140209
Summary: [UPDATE] print/texinfo: update to 5.2.20140209
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 07:50 UTC by takefu
Modified: 2014-02-10 18:20 UTC (History)
1 user (show)

See Also:


Attachments
texinfo-5.2.20140209.patch (1.67 KB, patch)
2014-02-10 07:50 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-02-10 07:50:00 UTC
- Update to 5.2.20140209

Port maintainer (johans@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-10 07:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Johan van Selst freebsd_committer freebsd_triage 2014-02-10 18:10:23 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-10 18:10:27 UTC
Author: johans
Date: Mon Feb 10 18:10:18 2014
New Revision: 343667
URL: http://svnweb.freebsd.org/changeset/ports/343667
QAT: https://qat.redports.org/buildarchive/r343667/

Log:
  - Update to latest version of texinfo.tex
  - Minor clean-ups
  
  PR:		ports/186620
  Submitted by:	Takefu <takefu@airport.fm>

Modified:
  head/print/texinfo/Makefile
  head/print/texinfo/distinfo

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Mon Feb 10 17:57:29 2014	(r343666)
+++ head/print/texinfo/Makefile	Mon Feb 10 18:10:18 2014	(r343667)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	texinfo
-PORTVERSION=	5.2.20131109
+PORTVERSION=	5.2.20140209
 CATEGORIES=	print
 MASTER_SITES=	GNU \
 		ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/
@@ -15,41 +15,29 @@ COMMENT=	A typeset documentation system 
 
 BUILD_DEPENDS+=	help2man:${PORTSDIR}/misc/help2man
 
-FETCH_ARGS=	-Ap
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
+NLS_USES=	gettext
+NLS_CONFIGURE_ENABLE=	nls
+
 GNU_CONFIGURE=	yes
 USE_XZ=		yes
 INSTALL_TARGET=	install install-tex
 PKGDEINSTALL=	${PKGINSTALL}
 USES+=		charsetfix gmake perl5
 
-MAKE_ARGS=	TEXMF=${PREFIX}/${TEXMF} PERL=${LOCALBASE}/bin/perl
-INFO=		${PORTNAME} info-stnd info
+MAKE_ARGS=	TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl
+INFO=		texinfo info-stnd info
 
 TEXMF=		share/texmf
 PLIST_SUB=	TEXMF=${TEXMF}
 
-OPTIONS_DEFINE=	NLS 
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-CPPFLAGS+=	-I${LOCALBASE}/lib
-LDFLAGS+=	-L${LOCALBASE}/lib -lintl
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
-
 post-patch:
 	${CHMOD} 755 ${WRKSRC}/build-aux/install-sh
 	${CP} ${DISTDIR}/texinfo.tex ${WRKSRC}/doc/
 	${CP} ${DISTDIR}/texi2dvi ${WRKSRC}/util/
 
 post-install:
-	@${SETENV} PKG_PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} ${SH} \
-		${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${STAGEDIR}/${DATADIR}/
+	${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>

Modified: head/print/texinfo/distinfo
==============================================================================
--- head/print/texinfo/distinfo	Mon Feb 10 17:57:29 2014	(r343666)
+++ head/print/texinfo/distinfo	Mon Feb 10 18:10:18 2014	(r343667)
@@ -1,8 +1,8 @@
 SHA256 (texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda
 SIZE (texinfo-5.2.tar.xz) = 3812944
-SHA256 (htmlxref.cnf) = 9877939a6724d54d5992894c1b32bb930fdf63e4d32eb84a288cf7d6539694b1
-SIZE (htmlxref.cnf) = 19291
-SHA256 (texinfo.tex) = f62cf03a7e7922d55df7fb8ec6a9c491aede54e407585fe9fd932532c6218c96
-SIZE (texinfo.tex) = 325892
-SHA256 (texi2dvi) = 1544ebfe146908dc9a221723b6981eeed63675fc05f76b7820e903a2b40f30a1
-SIZE (texi2dvi) = 58518
+SHA256 (htmlxref.cnf) = 75367e37a22419ec2b04e22709e7a9741d5ba3f67959d778a902bfabb4233b8b
+SIZE (htmlxref.cnf) = 19593
+SHA256 (texinfo.tex) = b195bf0e17940219348f11310c99778af1dc33a1b72a9e2bd0d79742ae435c2c
+SIZE (texinfo.tex) = 326788
+SHA256 (texi2dvi) = 037446c5792130d7a68cb84ad929b1136e27400b1ae750cf65694938a5d95bdb
+SIZE (texi2dvi) = 58524
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"