diff options
author | seb <seb@pkgsrc.org> | 2003-02-16 20:53:47 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-02-16 20:53:47 +0000 |
commit | 2ff554b89eec8cb690db0afe05ec1d8512348cc4 (patch) | |
tree | b51f30c88bfa2cb7ab4b3ddfd6f94135c2be6e0f /textproc/source-highlight/Makefile | |
parent | ffbda753655f150c703ad35aac1379c8b85ede6f (diff) | |
download | pkgsrc-2ff554b89eec8cb690db0afe05ec1d8512348cc4.tar.gz |
Update to 1.6.3
News from version 1.6.1 the latest packaged version:
Version 1.6.3
* Fixed problems in compilation in systems that do not provide
getopt_long and yywrap (reported by Jackie Goodwin
<goodwja@northropgrumman.com>).
* Added .spec file for generating .rpm and .rpm.src (thanks to
Christian W. Zuckschwerdt <zany@triq.net>).
Version 1.6.2
* compliant to C++ standard headers (iostream etc.), no more
backward compatibility warnings with gcc 3.2 (Thanks to
Maurizio Loreti <loreti@pd.infn.it> for the report).
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 4b15c08fca4..539f6c1fb53 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/12/23 22:27:48 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/16 20:53:47 seb Exp $ # -DISTNAME= source-highlight-1.6.1 +DISTNAME= source-highlight-1.6.3 SVR4_PKGNAME= srchl CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=source-highlight/} |