Thursday, June 29, 2017

UPDATE: print/texinfo

Update print/texinfo 6.3 -> 6.4

- No failing tests ('make test') on amd64.
- perl WANTLIB seems to be no longer needed (as reported by 'make
port-lib-depends-check').

OK?

Best regards,
Ingo

Index: Makefile
===================================================================
RCS file: /cvs/ports/print/texinfo/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 30 May 2017 19:56:35 -0000 1.7
+++ Makefile 29 Jun 2017 11:42:38 -0000
@@ -2,8 +2,7 @@

COMMENT = official documentation format of the GNU project

-DISTNAME = texinfo-6.3
-REVISION = 2
+DISTNAME = texinfo-6.4

CATEGORIES = print

@@ -14,7 +13,7 @@ MAINTAINER = Ingo Feinerer <feinerer@lo
# GPLv3
PERMIT_PACKAGE_CDROM = Yes

-WANTLIB += c iconv intl ncurses perl
+WANTLIB += c iconv intl ncurses

MASTER_SITES = ${MASTER_SITE_GNU:=texinfo/}

Index: distinfo
===================================================================
RCS file: /cvs/ports/print/texinfo/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 12 Sep 2016 13:43:40 -0000 1.3
+++ distinfo 29 Jun 2017 11:42:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (texinfo-6.3.tar.gz) = MAprpJWMLdSm1c5g8KM12vfjefU3Tydva6MaIh8C9gY=
-SIZE (texinfo-6.3.tar.gz) = 8915490
+SHA256 (texinfo-6.4.tar.gz) = NxTBKeN/5LWPo9wvMLa4yGfeaDpc/nTnTmqffA6ajnc=
+SIZE (texinfo-6.4.tar.gz) = 9300533
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/texinfo/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST 30 May 2017 19:56:35 -0000 1.5
+++ pkg/PLIST 29 Jun 2017 11:42:38 -0000
@@ -14,6 +14,8 @@ info/gtexinfo.info-1
info/gtexinfo.info-2
info/gtexinfo.info-3
lib/texinfo/
+@comment lib/texinfo/MiscXS.la
+lib/texinfo/MiscXS.so
@comment lib/texinfo/XSParagraph.la
lib/texinfo/XSParagraph.so
@man man/man1/ginfo.1
@@ -33,7 +35,9 @@ share/locale/ca.us-ascii/LC_MESSAGES/tex
share/locale/ca/LC_MESSAGES/texinfo.mo
share/locale/ca/LC_MESSAGES/texinfo_document.mo
share/locale/cs/LC_MESSAGES/texinfo.mo
+share/locale/cs/LC_MESSAGES/texinfo_document.mo
share/locale/da/LC_MESSAGES/texinfo.mo
+share/locale/da/LC_MESSAGES/texinfo_document.mo
share/locale/de.us-ascii/
share/locale/de.us-ascii/LC_MESSAGES/
share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
@@ -89,7 +93,6 @@ share/locale/zh_CN/LC_MESSAGES/texinfo.m
share/locale/zh_TW/LC_MESSAGES/texinfo.mo
share/texinfo/
share/texinfo/DebugTexinfo/
-share/texinfo/DebugTexinfo/DebugCount.pm
share/texinfo/DebugTexinfo/DebugTree.pm
share/texinfo/Pod-Simple-Texinfo/
share/texinfo/Pod-Simple-Texinfo/Pod/
@@ -121,10 +124,13 @@ share/texinfo/Texinfo/Convert/XSParagrap
share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm
share/texinfo/Texinfo/Documentlanguages.pm
share/texinfo/Texinfo/Encoding.pm
+share/texinfo/Texinfo/MiscXS.pm
share/texinfo/Texinfo/ModulePath.pm
share/texinfo/Texinfo/Parser.pm
share/texinfo/Texinfo/Report.pm
share/texinfo/Texinfo/Structuring.pm
+share/texinfo/Texinfo/Transformations.pm
+share/texinfo/Texinfo/XSLoader.pm
share/texinfo/htmlxref.cnf
share/texinfo/init/
share/texinfo/init/book.pm

No comments:

Post a Comment