diff options
author | agc <agc@pkgsrc.org> | 2002-01-22 10:40:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-22 10:40:01 +0000 |
commit | 03cad03e6a8e6295e522c822d59a42fb16d42096 (patch) | |
tree | f338def08769e1953fd5294e48a52c35f64c256e /textproc/source-highlight/Makefile | |
parent | 4956e3ed9a1fd9b01cee9d54117c81e2202e2ccd (diff) | |
download | pkgsrc-03cad03e6a8e6295e522c822d59a42fb16d42096.tar.gz |
Update source-highlight package from version 1.1 to version 1.2.1.
Provided in PR 15330 by Kevin Lo (kevlo@midassol.com).
Changes since previous version:
+ More modern versions of getopt.c, getopt1.c, getopt.h taken from
the GNU C library
+ miscellaneous bug fixes and additional checks
+ tags2.j2h added
+ Added NormalGenerator for normal text
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 4239e662866..8e9e965ae7f 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/18 23:55:11 seb Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/22 10:40:01 agc Exp $ # -DISTNAME= source-highlight-1.1 +DISTNAME= source-highlight-1.2.1 SVR4_PKGNAME= srchl CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=source-highlight/} |