Thu Feb 24 13:50:39 2022 UTC ()
net/unison2.51: Adjust comment about versions

The next version will be 2.52.0, and this will interoperate with 2.51.
That is expected to continue indefinitely.  There is no reason to have
multiple versions again, so say that the next update will move to the
unversioned name.


(gdt)
diff -r1.37 -r1.38 pkgsrc/net/unison2.51/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/net/unison2.51/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unison2.51/Attic/Makefile 2022/02/24 13:47:48 1.37
+++ pkgsrc/net/unison2.51/Attic/Makefile 2022/02/24 13:50:39 1.38
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.37 2022/02/24 13:47:48 gdt Exp $ 1# $NetBSD: Makefile,v 1.38 2022/02/24 13:50:39 gdt Exp $
2 2
3# Currently, 2.51.x is the standard approach, and thus this package 3# Currently, 2.51.x is the standard approach, and thus this package
4# produces a "unison-2.51.x" package which installs a "unison" binary. 4# produces a "unison-2.51.x" package which installs a "unison" binary.
5# When the next unison branch is released, we will likely again have 5# Now, unison no longer has the problem of interoperating within minor
6# multiple unison packages, with whichever is the standard approach 6# verisons, and the update to 2.52 will likely rename this to
7# using the unversioned name. 7# net/unison, as there is no longer any reason to have old versions.
8DISTNAME= unison-2.51.5 8DISTNAME= unison-2.51.5
9#PKGREVISION= 0 9#PKGREVISION= 0
10CATEGORIES= net 10CATEGORIES= net
11MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} 11MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}
12GITHUB_TAG= v${PKGVERSION_NOREV} 12GITHUB_TAG= v${PKGVERSION_NOREV}
13 13
14MAINTAINER= gdt@NetBSD.org 14MAINTAINER= gdt@NetBSD.org
15HOMEPAGE= https://www.cis.upenn.edu/~bcpierce/unison/ 15HOMEPAGE= https://www.cis.upenn.edu/~bcpierce/unison/
16COMMENT= File-synchronization tool 16COMMENT= File-synchronization tool
17LICENSE= gnu-gpl-v3 17LICENSE= gnu-gpl-v3
18 18
19USE_TOOLS+= gmake bash 19USE_TOOLS+= gmake bash
20MAKE_FLAGS+= CFLAGS="" 20MAKE_FLAGS+= CFLAGS=""