diff options
author | zuntum <zuntum> | 2001-03-29 13:47:29 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-29 13:47:29 +0000 |
commit | 8fd20aface76df52719eac1511a2c3b54d2839d6 (patch) | |
tree | 2d8933d57d65e65147a3499d7b139c5a9f4b2963 /misc/colorize/Makefile | |
parent | 611f822694d1990798b4b1fef1f48e5d0fa9be44 (diff) | |
download | pkgsrc-8fd20aface76df52719eac1511a2c3b54d2839d6.tar.gz |
Update to 0.2.7:
colorize (0.2.7) unstable; urgency=medium
* file exists test was in wrong place *fixed* (thanks HoFi for report)
- ohh, i hate, that i can't release a stable version :(
Diffstat (limited to 'misc/colorize/Makefile')
-rw-r--r-- | misc/colorize/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/colorize/Makefile b/misc/colorize/Makefile index 4a61eb02b8c..eb27001311b 100644 --- a/misc/colorize/Makefile +++ b/misc/colorize/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 04:11:11 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/29 13:47:29 zuntum Exp $ # -DISTNAME= colorize_0.2.6 -PKGNAME= colorize-0.2.6 +DISTNAME= colorize_0.2.7 +PKGNAME= colorize-0.2.7 CATEGORIES= misc MASTER_SITES= http://nrg.martos.bme.hu/release/colorize/download/bz2/ EXTRACT_SUFX= .tar.bz2 |