ports/130054: [PATCH] textproc/source-highlight: update to 2.11.1

Yi-Jheng Lin yzlin at cs.nctu.edu.tw
Tue Dec 30 14:10:04 UTC 2008


>Number:         130054
>Category:       ports
>Synopsis:       [PATCH] textproc/source-highlight: update to 2.11.1
>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:   Tue Dec 30 14:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p6 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Fri Nov 28 17:44:01 CST 2008
>Description:
- Update to 2.11.1

Port maintainer (kevlo at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- source-highlight-2.11.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/source-highlight/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	21 Aug 2008 06:18:32 -0000	1.15
+++ Makefile	30 Dec 2008 14:00:48 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	source-highlight
-PORTVERSION=	2.10
+PORTVERSION=	2.11.1
 PORTREVISION=	0
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -19,7 +19,7 @@
 LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
+CONFIGURE_ARGS=	LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
 .if defined(NOPORTDOCS)
 MAKE_ENV+=	NOPORTDOCS="${NOPORTDOCS}"
 .endif
@@ -29,6 +29,8 @@
 MAN1=	source-highlight.1 check-regexp.1
 INFO=	source-highlight
 
+OPTIONS=	BASH	"Support Bash completion"	Off
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 700042
@@ -37,4 +39,13 @@
 .endif
 .endif
 
+.if defined(WITH_BASH)
+RUN_DEPENDS+=	${LOCALBASE}/etc/bash_completion:${PORTSDIR}/shells/bash-completion
+CONFIGURE_ARGS+=	--with-bash-completion
+PLIST_SUB+=	BASH=""
+.else
+CONFIGURE_ARGS+=	--without-bash-completion
+PLIST_SUB+=	BASH="@comment "
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/source-highlight/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	19 Aug 2008 07:56:41 -0000	1.11
+++ distinfo	30 Dec 2008 14:00:48 -0000
@@ -1,3 +1,3 @@
-MD5 (source-highlight-2.10.tar.gz) = 03e9cf03580873b76ca0a89f0468b146
-SHA256 (source-highlight-2.10.tar.gz) = 68043250d6fb9761545d5f09b7899b25436fcd38f4b81c63b0ab2a3a6e3fe6a6
-SIZE (source-highlight-2.10.tar.gz) = 1202087
+MD5 (source-highlight-2.11.1.tar.gz) = f6e332317413f247ce248c52df0ddade
+SHA256 (source-highlight-2.11.1.tar.gz) = 5a18c2e8d1baf3aadd7abe51d646351f99f80ce8ed8dd132128467eb925a9a47
+SIZE (source-highlight-2.11.1.tar.gz) = 1282485
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/source-highlight/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- pkg-plist	20 Aug 2008 02:53:10 -0000	1.10
+++ pkg-plist	30 Dec 2008 14:00:48 -0000
@@ -3,6 +3,7 @@
 bin/java2html
 bin/source-highlight
 bin/src-hilite-lesspipe.sh
+%%BASH%%etc/bash_completion.d/source-highlight-bash-completion
 %%DOCSDIR%%/COPYING
 %%DOCSDIR%%/CREDITS
 %%DOCSDIR%%/ChangeLog
@@ -32,8 +33,8 @@
 %%DOCSDIR%%/UsageExample.java
 %%DOCSDIR%%/access.log.html
 %%DOCSDIR%%/auth.log.html
-%%DOCSDIR%%/cmdline.h.html
 %%DOCSDIR%%/c.lang.html
+%%DOCSDIR%%/cmdline.h.html
 %%DOCSDIR%%/colors.html
 %%DOCSDIR%%/cpp2html.css
 %%DOCSDIR%%/default.css
@@ -103,9 +104,11 @@
 %%DOCSDIR%%/test.py.html
 %%DOCSDIR%%/test.rb.html
 %%DOCSDIR%%/test.sml.html
+%%DOCSDIR%%/test_linerange_sep.html
 %%DOCSDIR%%/test_refs.cpp.html
 %%DOCSDIR%%/test_refs.h.html
 %%DOCSDIR%%/xhtml.css
+%%DATADIR%%/ada.lang
 %%DATADIR%%/bib.lang
 %%DATADIR%%/bison.lang
 %%DATADIR%%/c.lang
@@ -113,6 +116,7 @@
 %%DATADIR%%/c_string.lang
 %%DATADIR%%/caml.lang
 %%DATADIR%%/changelog.lang
+%%DATADIR%%/clike_vardeclaration.lang
 %%DATADIR%%/cpp.lang
 %%DATADIR%%/csharp.lang
 %%DATADIR%%/css.lang
@@ -170,6 +174,7 @@
 %%DATADIR%%/properties.lang
 %%DATADIR%%/python.lang
 %%DATADIR%%/ruby.lang
+%%DATADIR%%/scala.lang
 %%DATADIR%%/script_comment.lang
 %%DATADIR%%/sh.lang
 %%DATADIR%%/slang.lang
@@ -191,5 +196,7 @@
 %%DATADIR%%/xhtmlcss.outlang
 %%DATADIR%%/xhtmltable.outlang
 %%DATADIR%%/xml.lang
+%%DATADIR%%/xorg.lang
 @dirrm %%DATADIR%%
 @dirrm %%DOCSDIR%%
+%%BASH%%@dirrmtry etc/bash_completion.d
--- source-highlight-2.11.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list