diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-11-05 09:07:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-11-05 09:07:25 +0000 |
commit | 88cfb5f7ea7a9464928830a538f8c730cf2b5673 (patch) | |
tree | 706a07f0a18dae986eb0e6c58374e5d3506cd488 /net/unison2.51 | |
parent | b246ca03ad68d0c5c52c5b1b5d9b57be4d0be34a (diff) | |
download | pkgsrc-88cfb5f7ea7a9464928830a538f8c730cf2b5673.tar.gz |
*: Recursive revbump from textproc/icu-68.1
Diffstat (limited to 'net/unison2.51')
-rw-r--r-- | net/unison2.51/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unison2.51/Makefile b/net/unison2.51/Makefile index 297b4aa5879..c07b7c12d1d 100644 --- a/net/unison2.51/Makefile +++ b/net/unison2.51/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/10/29 23:14:15 gdt Exp $ +# $NetBSD: Makefile,v 1.30 2020/11/05 09:08:57 ryoon Exp $ # Currently, 2.51.x is the standard approach, and thus this package # produces a "unison-2.51.x" package which installs a "unison" binary. @@ -6,6 +6,7 @@ # multiple unison packages, with whichever is the standard approach # using the unversioned name. DISTNAME= unison-2.51.3 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} |