diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-23 17:40:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-23 17:40:40 +0000 |
commit | 1f073ff7284c000e5ca1a964911c114cedde9f80 (patch) | |
tree | 08986926daca3e2c29dbf55ba653c266b10d3b46 /net/clive/Makefile | |
parent | ba5ba6ce7f388cb4364b4b4b2936a676ba71507a (diff) | |
download | pkgsrc-1f073ff7284c000e5ca1a964911c114cedde9f80.tar.gz |
Update to 2.2.17:
2.2.17 Sat Nov 06 2010 legatvs
Changes:
- toUnits: fix hi-speed issue, thanks to Thomas Klausner for the report
- Makefile.PL: Use VERSION_FROM
- Use 'version' module
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r-- | net/clive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 74611b59308..59867df7886 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2010/10/16 15:38:54 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/11/23 17:40:40 wiz Exp $ # -DISTNAME= clive-2.2.16 +DISTNAME= clive-2.2.17 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 |