diff options
author | jaapb <jaapb@pkgsrc.org> | 2019-03-21 11:05:02 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2019-03-21 11:05:02 +0000 |
commit | 30bca97b1dbba133a575091522e019441b91c916 (patch) | |
tree | 3c29cc2180598d740f9baf9712e5eb8f3a43549f /net/unison/Makefile | |
parent | 444d1a7a89eb3e936b526c750e6761b634a92512 (diff) | |
download | pkgsrc-30bca97b1dbba133a575091522e019441b91c916.tar.gz |
Updated net/unison2.48 to version 2.48.15v4.
No large upstream changes, it seems, just a maintenance release to keep
compatibility with newer OCaml versions.
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index b4743837a37..d377382098a 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.129 2018/12/09 18:52:42 adam Exp $ +# $NetBSD: Makefile,v 1.130 2019/03/21 11:05:02 jaapb Exp $ -DISTNAME= unison-2.48.15 -PKGREVISION= 17 +GITHUB_TAG= v${PKGVERSION_NOREV} +DISTNAME= unison-2.48.15v4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} |