diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 18:34:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 18:34:03 +0000 |
commit | 46daac69575deccd86daeb15d050522047f277c3 (patch) | |
tree | 60c7af84afe0a3d916b6adc47930cc002df1e371 /textproc/highlight | |
parent | 95cb2cca2ca24c38df58a27731a47ad5ff6deb35 (diff) | |
download | ports-46daac69575deccd86daeb15d050522047f277c3.tar.gz ports-46daac69575deccd86daeb15d050522047f277c3.zip |
Notes
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 3 | ||||
-rw-r--r-- | textproc/highlight/distinfo | 4 | ||||
-rw-r--r-- | textproc/highlight/pkg-plist | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 34dcbd53d01d..6a002af08c9a 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= highlight -PORTVERSION= 2.0.16 +PORTVERSION= 2.0.17 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ @@ -17,6 +17,7 @@ COMMENT= Customizable syntax highlighter WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} +USE_GCC= 3.2 USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo index c25267d86195..c4c7f71ea32c 100644 --- a/textproc/highlight/distinfo +++ b/textproc/highlight/distinfo @@ -1,2 +1,2 @@ -MD5 (highlight-2.0-16.tar.gz) = fcf28302f095f4deffdec877351a7d2e -SIZE (highlight-2.0-16.tar.gz) = 231695 +MD5 (highlight-2.0-17.tar.gz) = 3a5b72ffa3d344f512fb9f8c191b7e72 +SIZE (highlight-2.0-17.tar.gz) = 233055 diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index 31400509221c..cfa751483d2b 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -6,6 +6,7 @@ bin/highlight %%PORTDOCS%%%%EXAMPLESDIR%%/cgi/perl/README_CGI %%PORTDOCS%%%%EXAMPLESDIR%%/cgi/perl/highlight.cgi %%PORTDOCS%%%%EXAMPLESDIR%%/cgi/php/CodeHighLight.php +%%PORTDOCS%%%%EXAMPLESDIR%%/cgi/php/SyntaxHighlighter.php %%PORTDOCS%%%%EXAMPLESDIR%%/frontend/highlight-pyqt-GUI-0.1-4.tar.gz %%DATADIR%%/extensions.conf %%DATADIR%%/helpmsg/de.help |