Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2004 01:00:34 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73475: Update port: textproc/highlight to 2.2.5
Message-ID:  <20041104010034.5561f7bd.tkato432@yahoo.com>
Resent-Message-ID: <200411031610.iA3GATFG019265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73475
>Category:       ports
>Synopsis:       Update port: textproc/highlight to 2.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 16:10:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 2.2.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/highlight/Makefile textproc/highlight/Makefile
--- /usr/ports/textproc/highlight/Makefile	Fri Oct  1 02:26:25 2004
+++ textproc/highlight/Makefile	Wed Nov  3 00:26:05 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	highlight
-PORTVERSION=	2.2.2
+PORTVERSION=	2.2.5
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.andre-simon.de/zip/
@@ -22,7 +22,7 @@
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 MAKEFILE=	makefile
-MAKE_ARGS=	CC="${CXX}" \
+MAKE_ARGS=	CXX="${CXX}" \
 		CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \
 		LDFLAGS="${LDFLAGS}"
 ALL_TARGET=	${PORTNAME}
@@ -59,7 +59,7 @@
 	${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR}
 .endfor
 	@${MKDIR} ${EXAMPLESDIR}
-	${TAR} -C ${WRKSRC}/../utils -cf - . | \
+	${TAR} -C ${WRKSRC}/../examples -cf - . | \
 		${TAR} -C  ${EXAMPLESDIR} --unlink -xf -
 	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
 .endif
diff -urN /usr/ports/textproc/highlight/distinfo textproc/highlight/distinfo
--- /usr/ports/textproc/highlight/distinfo	Tue Aug 10 15:00:59 2004
+++ textproc/highlight/distinfo	Wed Nov  3 00:21:19 2004
@@ -1,2 +1,2 @@
-MD5 (highlight-2.2-2.tar.gz) = 59294b589034116ec006b1d23d150494
-SIZE (highlight-2.2-2.tar.gz) = 269315
+MD5 (highlight-2.2-5.tar.gz) = 7cc4d516dd495d1db5b04ce02cb4510d
+SIZE (highlight-2.2-5.tar.gz) = 279843
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041104010034.5561f7bd.tkato432>