ports/163530: [PATCH] textproc/source-highlight: update to 3.1.5
Jase Thew
freebsd at beardz.net
Thu Dec 22 12:20:10 UTC 2011
>Number: 163530
>Category: ports
>Synopsis: [PATCH] textproc/source-highlight: update to 3.1.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 22 12:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Jase Thew
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0 r225827: Wed Sep 28 13:55:02 BST
>Description:
- Update to 3.1.5
- Changes: http://www.gnu.org/software/src-highlite/NEWS
Removed file(s):
- files/patch-lib_srchilite_fileutil.h
- files/patch-m4_Makefile.in
Port maintainer (kevlo at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- source-highlight-3.1.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/Makefile /usr/ports/textproc/source-highlight/Makefile
--- /usr/ports/textproc/source-highlight.orig/Makefile 2011-09-23 23:25:49.000000000 +0100
+++ /usr/ports/textproc/source-highlight/Makefile 2011-12-22 12:09:46.202964300 +0000
@@ -6,7 +6,7 @@
#
PORTNAME= source-highlight
-PORTVERSION= 3.1.3
+PORTVERSION= 3.1.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= src-highlite
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/distinfo /usr/ports/textproc/source-highlight/distinfo
--- /usr/ports/textproc/source-highlight.orig/distinfo 2011-07-03 15:40:09.000000000 +0100
+++ /usr/ports/textproc/source-highlight/distinfo 2011-12-22 12:09:46.230143668 +0000
@@ -1,2 +1,2 @@
-SHA256 (source-highlight-3.1.3.tar.gz) = 2d819f2ffdc8bb23a87635bdfbc51545db22605a8e544f66f86054b8075af0b5
-SIZE (source-highlight-3.1.3.tar.gz) = 1508758
+SHA256 (source-highlight-3.1.5.tar.gz) = 9d3f153e49f9cbecaf2d863b20d6a2933bd6eb30ecdc1b8d48f39d08daf24299
+SIZE (source-highlight-3.1.5.tar.gz) = 1530048
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/files/patch-configure /usr/ports/textproc/source-highlight/files/patch-configure
--- /usr/ports/textproc/source-highlight.orig/files/patch-configure 2010-04-19 08:06:28.000000000 +0100
+++ /usr/ports/textproc/source-highlight/files/patch-configure 2011-12-22 12:09:46.228105984 +0000
@@ -1,6 +1,6 @@
---- configure.orig 2010-01-20 02:17:27.000000000 -0500
-+++ configure 2010-01-20 02:26:25.000000000 -0500
-@@ -3853,7 +3853,7 @@
+--- configure.orig 2011-12-22 11:47:56.414650616 +0000
++++ configure 2011-12-22 11:49:17.978146980 +0000
+@@ -3872,7 +3872,7 @@
source_highlightdatadir=$datadir/source-highlight
source_highlightdocdir=$docdir
source_highlightlibdocdir=$docdir/api
@@ -9,7 +9,7 @@
bash_completiondir=$sysconfdir/bash_completion.d
LIBRARY_NAMESPACE=srchilite
-@@ -20347,7 +20347,7 @@
+@@ -20395,7 +20395,7 @@
fi
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/files/patch-lib_srchilite_fileutil.h /usr/ports/textproc/source-highlight/files/patch-lib_srchilite_fileutil.h
--- /usr/ports/textproc/source-highlight.orig/files/patch-lib_srchilite_fileutil.h 2010-04-19 08:06:28.000000000 +0100
+++ /usr/ports/textproc/source-highlight/files/patch-lib_srchilite_fileutil.h 1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- lib/srchilite/fileutil.h.orig 2010-01-19 00:12:06.000000000 -0500
-+++ lib/srchilite/fileutil.h 2010-01-19 00:12:30.000000000 -0500
-@@ -9,6 +9,7 @@
-
- #include <iostream>
- #include <string>
-+#include <cstdio>
- #include "ioexception.h"
-
- using std::istream;
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/files/patch-m4_Makefile.in /usr/ports/textproc/source-highlight/files/patch-m4_Makefile.in
--- /usr/ports/textproc/source-highlight.orig/files/patch-m4_Makefile.in 2010-04-19 08:06:28.000000000 +0100
+++ /usr/ports/textproc/source-highlight/files/patch-m4_Makefile.in 1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
---- m4/Makefile.in.orig 2010-01-19 18:51:38.000000000 -0500
-+++ m4/Makefile.in 2010-01-19 18:56:21.000000000 -0500
-@@ -841,7 +841,9 @@
-
- info-am:
-
--install-data-am: install-aclocalDATA
-+#if the aclocalDATA files are needed, install the devel/autoconf-archive port
-+#install-data-am: install-aclocalDATA
-+install-data-am:
-
- install-dvi: install-dvi-recursive
-
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/files/patch-src-cmdline.c /usr/ports/textproc/source-highlight/files/patch-src-cmdline.c
--- /usr/ports/textproc/source-highlight.orig/files/patch-src-cmdline.c 2008-08-19 08:56:41.000000000 +0100
+++ /usr/ports/textproc/source-highlight/files/patch-src-cmdline.c 2011-12-22 12:09:46.226077519 +0000
@@ -1,6 +1,6 @@
---- src/cmdline.c.orig 2008-08-19 15:33:35.000000000 +0800
-+++ src/cmdline.c 2008-08-19 15:35:06.000000000 +0800
-@@ -194,7 +194,7 @@
+--- src/cmdline.c.orig 2011-12-22 11:42:54.472228224 +0000
++++ src/cmdline.c 2011-12-22 11:43:36.254687848 +0000
+@@ -290,7 +290,7 @@
args_info->gen_references_orig = NULL;
args_info->ctags_file_arg = gengetopt_strdup ("tags");
args_info->ctags_file_orig = NULL;
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/files/patch-stdbool.in.h /usr/ports/textproc/source-highlight/files/patch-stdbool.in.h
--- /usr/ports/textproc/source-highlight.orig/files/patch-stdbool.in.h 2010-04-19 08:06:28.000000000 +0100
+++ /usr/ports/textproc/source-highlight/files/patch-stdbool.in.h 2011-12-22 12:09:46.227090774 +0000
@@ -1,5 +1,5 @@
---- gl/stdbool.in.h.orig 2010-04-19 14:33:17.000000000 +0800
-+++ gl/stdbool.in.h 2010-04-19 14:36:05.000000000 +0800
+--- gl/stdbool.in.h.orig 2011-12-22 11:45:49.375422091 +0000
++++ gl/stdbool.in.h 2011-12-22 11:46:32.334118676 +0000
@@ -102,11 +102,6 @@
The only benefit of the enum, debuggability, is not important
with these compilers. So use 'signed char' and no enum. */
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/files/patch-tests_Makefile.in /usr/ports/textproc/source-highlight/files/patch-tests_Makefile.in
--- /usr/ports/textproc/source-highlight.orig/files/patch-tests_Makefile.in 2010-04-19 08:06:28.000000000 +0100
+++ /usr/ports/textproc/source-highlight/files/patch-tests_Makefile.in 2011-12-22 12:09:46.228105984 +0000
@@ -1,6 +1,6 @@
---- tests/Makefile.in.orig 2010-01-20 01:24:37.000000000 -0500
-+++ tests/Makefile.in 2010-01-20 01:26:27.000000000 -0500
-@@ -1884,7 +1884,7 @@
+--- tests/Makefile.in.orig 2011-12-22 11:53:13.477282445 +0000
++++ tests/Makefile.in 2011-12-22 11:54:31.649978939 +0000
+@@ -1966,7 +1966,7 @@
@NO_CTAGS_FALSE@ sed -itesttmp -e 's/\_tmp\.h/\.h/g' test_refs_tmp.h.html test_refs_tmp.cpp.html
@NO_CTAGS_FALSE@ sed -itesttmp -e 's/\_tmp\.cpp/\.cpp/g' test_refs_tmp.h.html test_refs_tmp.cpp.html
@NO_CTAGS_FALSE@ $(CPP2LATEX_WREFS) -i $(srcdir)/test.h -o test_ref.out.tex $(CTAGS_COMMAND_TMP)
diff -ruN --exclude=CVS /usr/ports/textproc/source-highlight.orig/pkg-plist /usr/ports/textproc/source-highlight/pkg-plist
--- /usr/ports/textproc/source-highlight.orig/pkg-plist 2010-04-19 08:06:28.000000000 +0100
+++ /usr/ports/textproc/source-highlight/pkg-plist 2011-12-22 12:09:46.232162915 +0000
@@ -95,7 +95,7 @@
lib/libsource-highlight.a
lib/libsource-highlight.la
lib/libsource-highlight.so
-lib/libsource-highlight.so.3
+lib/libsource-highlight.so.4
libdata/pkgconfig/source-highlight.pc
%%PORTDATA%%%%DATADIR%%/Hello.css
%%PORTDATA%%%%DATADIR%%/Hello2.css
@@ -140,8 +140,10 @@
%%PORTDATA%%%%DATADIR%%/function.lang
%%PORTDATA%%%%DATADIR%%/glsl.lang
%%PORTDATA%%%%DATADIR%%/haskell.lang
+%%PORTDATA%%%%DATADIR%%/haskell_literate.lang
%%PORTDATA%%%%DATADIR%%/haxe.lang
%%PORTDATA%%%%DATADIR%%/html.lang
+%%PORTDATA%%%%DATADIR%%/html_simple.lang
%%PORTDATA%%%%DATADIR%%/html.outlang
%%PORTDATA%%%%DATADIR%%/html_common.outlang
%%PORTDATA%%%%DATADIR%%/html_notfixed.outlang
@@ -151,6 +153,8 @@
%%PORTDATA%%%%DATADIR%%/htmltablelinenum.outlang
%%PORTDATA%%%%DATADIR%%/java.lang
%%PORTDATA%%%%DATADIR%%/javadoc.outlang
+%%PORTDATA%%%%DATADIR%%/javalog.lang
+%%PORTDATA%%%%DATADIR%%/javalog.style
%%PORTDATA%%%%DATADIR%%/javascript.lang
%%PORTDATA%%%%DATADIR%%/key_string.lang
%%PORTDATA%%%%DATADIR%%/lang.map
@@ -159,6 +163,7 @@
%%PORTDATA%%%%DATADIR%%/latex.outlang
%%PORTDATA%%%%DATADIR%%/latexcolor.outlang
%%PORTDATA%%%%DATADIR%%/ldap.lang
+%%PORTDATA%%%%DATADIR%%/lisp.lang
%%PORTDATA%%%%DATADIR%%/log.lang
%%PORTDATA%%%%DATADIR%%/logtalk.lang
%%PORTDATA%%%%DATADIR%%/lsm.lang
@@ -170,6 +175,7 @@
%%PORTDATA%%%%DATADIR%%/mono.css
%%PORTDATA%%%%DATADIR%%/nohilite.lang
%%PORTDATA%%%%DATADIR%%/number.lang
+%%PORTDATA%%%%DATADIR%%/opa.lang
%%PORTDATA%%%%DATADIR%%/outlang.lang
%%PORTDATA%%%%DATADIR%%/outlang.map
%%PORTDATA%%%%DATADIR%%/oz.lang
@@ -177,12 +183,15 @@
%%PORTDATA%%%%DATADIR%%/pc.lang
%%PORTDATA%%%%DATADIR%%/perl.lang
%%PORTDATA%%%%DATADIR%%/php.lang
+%%PORTDATA%%%%DATADIR%%/po.lang
%%PORTDATA%%%%DATADIR%%/postscript.lang
%%PORTDATA%%%%DATADIR%%/prolog.lang
+%%PORTDATA%%%%DATADIR%%/proto.lang
%%PORTDATA%%%%DATADIR%%/properties.lang
%%PORTDATA%%%%DATADIR%%/python.lang
%%PORTDATA%%%%DATADIR%%/ruby.lang
%%PORTDATA%%%%DATADIR%%/scala.lang
+%%PORTDATA%%%%DATADIR%%/scheme.lang
%%PORTDATA%%%%DATADIR%%/script_comment.lang
%%PORTDATA%%%%DATADIR%%/sh.lang
%%PORTDATA%%%%DATADIR%%/sh_acid.css
@@ -238,7 +247,9 @@
%%PORTDATA%%%%DATADIR%%/texinfo.outlang
%%PORTDATA%%%%DATADIR%%/texinfo.style
%%PORTDATA%%%%DATADIR%%/todo.lang
+%%PORTDATA%%%%DATADIR%%/upc.lang
%%PORTDATA%%%%DATADIR%%/url.lang
+%%PORTDATA%%%%DATADIR%%/vala.lang
%%PORTDATA%%%%DATADIR%%/vbscript.lang
%%PORTDATA%%%%DATADIR%%/xhtml.css
%%PORTDATA%%%%DATADIR%%/xhtml.outlang
--- source-highlight-3.1.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list