diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-11-13 21:56:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-11-13 21:56:07 +0000 |
commit | fb6ead9f712ca2c2f467fae9be60e05dde12419b (patch) | |
tree | 7eaa86ebca20d161fda674fc7cbc474d311005eb /textproc/highlight | |
parent | 39a8c28790d97b61667412fecaa4c6e99ccf7dc8 (diff) | |
download | ports-fb6ead9f712ca2c2f467fae9be60e05dde12419b.tar.gz ports-fb6ead9f712ca2c2f467fae9be60e05dde12419b.zip |
Notes
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 2 | ||||
-rw-r--r-- | textproc/highlight/distinfo | 2 | ||||
-rw-r--r-- | textproc/highlight/pkg-plist | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index f5e960a2f46e..6557a1b30a35 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= highlight -PORTVERSION= 2.0d11 #someday, people will stick to numbers and decimal points +PORTVERSION= 2.0d12 #someday, people will stick to numbers and decimal points CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/d/-/} diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo index f8b6d221fb82..f137af93f700 100644 --- a/textproc/highlight/distinfo +++ b/textproc/highlight/distinfo @@ -1 +1 @@ -MD5 (highlight-2.0-11.tar.gz) = 85a39cf81c4826a7f08674bed5aec7b8 +MD5 (highlight-2.0-12.tar.gz) = d1538a74d826527cf6652cf6cc1b63f3 diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index 477cc60ca41d..3c381811bb3e 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -60,6 +60,7 @@ bin/highlight %%DATADIR%%/langDefs/py.lang %%DATADIR%%/langDefs/rb.lang %%DATADIR%%/langDefs/rexx.lang +%%DATADIR%%/langDefs/rnc.lang %%DATADIR%%/langDefs/sc.lang %%DATADIR%%/langDefs/sh.lang %%DATADIR%%/langDefs/sma.lang @@ -72,6 +73,7 @@ bin/highlight %%DATADIR%%/langDefs/vb.lang %%DATADIR%%/langDefs/vhd.lang %%DATADIR%%/langDefs/xml.lang +%%DATADIR%%/langDefs/xpp.lang %%DATADIR%%/themes/aqua.style %%DATADIR%%/themes/berries-dark.style %%DATADIR%%/themes/berries-light.style @@ -105,8 +107,7 @@ bin/highlight %%DATADIR%%/themes/matlab.style %%DATADIR%%/themes/navy.style %%DATADIR%%/themes/neon.style -%%DATADIR%%/themes/neon2.style -%%DATADIR%%/themes/night.style +%%DATADIR%%/themes/neon2.style %%DATADIR%%/themes/night.style %%DATADIR%%/themes/nightvision.style %%DATADIR%%/themes/peachy.style %%DATADIR%%/themes/print.style |