diff options
author | adam <adam@pkgsrc.org> | 2014-01-11 14:42:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-01-11 14:42:00 +0000 |
commit | 7c4d7f8e0058d0d776287cba5e52719425f11478 (patch) | |
tree | 58b6f1e9a2b75837dbd01d6d52a48b640123fc60 /time/ical | |
parent | 26dcd02e8047abdd304ad7ffa5df2c8213f8ab18 (diff) | |
download | pkgsrc-7c4d7f8e0058d0d776287cba5e52719425f11478.tar.gz |
Revbump after updating tcl/tk.
Diffstat (limited to 'time/ical')
-rw-r--r-- | time/ical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile index 350dc60e171..1a30af18e9b 100644 --- a/time/ical/Makefile +++ b/time/ical/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2013/06/06 12:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/01/11 14:42:06 adam Exp $ VER= 3.0.2 DISTNAME= ical-${VER} EXTRACT_SUFFIX= .tar.gz #PKGREVISION= 1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= time MASTER_SITES= https://launchpad.net/ical-tcl/3.x/${VER}/+download/ FETCH_USING= curl |