diff options
author | sborrill <sborrill@pkgsrc.org> | 2017-03-20 10:49:03 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2017-03-20 10:49:03 +0000 |
commit | 226e539921bb0d98faf96e9cad672397cfd389bc (patch) | |
tree | f689fc4b55b1d52304911d9f3f1c4a89b2995f45 /net/Radicale/Makefile | |
parent | 5e6777638f53f0489d866cd65b8ca5d05483a935 (diff) | |
download | pkgsrc-226e539921bb0d98faf96e9cad672397cfd389bc.tar.gz |
Fix strip_domain patch to work in anonymous case.
Bump PKGREVISION
Diffstat (limited to 'net/Radicale/Makefile')
-rw-r--r-- | net/Radicale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Radicale/Makefile b/net/Radicale/Makefile index 96c31807d16..b9d7707924c 100644 --- a/net/Radicale/Makefile +++ b/net/Radicale/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2017/03/17 16:56:47 sborrill Exp $ +# $NetBSD: Makefile,v 1.19 2017/03/20 10:49:03 sborrill Exp $ DISTNAME= Radicale-1.1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net time www MASTER_SITES= ${MASTER_SITE_PYPI:=R/Radicale/} |