Mon Oct 28 19:59:29 2019 UTC ()
net/unison2.51: Take MAINTAINERship

(Mail to previous $MAINTAINER timed out, and wiz@ and I have been
effectively co-maintaining this.)


(gdt)
diff -r1.15 -r1.16 pkgsrc/net/unison2.51/Makefile

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

--- pkgsrc/net/unison2.51/Attic/Makefile 2019/10/18 11:47:17 1.15
+++ pkgsrc/net/unison2.51/Attic/Makefile 2019/10/28 19:59:29 1.16
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.15 2019/10/18 11:47:17 pho Exp $ 1# $NetBSD: Makefile,v 1.16 2019/10/28 19:59:29 gdt Exp $
2 2
 3# This package is "unison-2.51.x" because 2.51 is the standard
 4# approach, and hence uses the bare name.
3DISTNAME= unison-2.51.2 5DISTNAME= unison-2.51.2
4PKGREVISION= 14 6PKGREVISION= 14
5CATEGORIES= net 7CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 9GITHUB_TAG= v${PKGVERSION_NOREV}
8 10
9MAINTAINER= tonio@NetBSD.org 11MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ 12HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
11COMMENT= File-synchronization tool 13COMMENT= File-synchronization tool
12LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
13 15
14# File "/data/scratch/net/unison/work/src/fswatch.mli", line 18, characters 17-29: 16# File "/data/scratch/net/unison/work/src/fswatch.mli", line 18, characters 17-29:
15# Error: Unbound module Prefs 17# Error: Unbound module Prefs
16#MAKE_JOBS_SAFE= no 18#MAKE_JOBS_SAFE= no
17 19
18.if (${MACHINE_ARCH} == "arm") 20.if (${MACHINE_ARCH} == "arm")
19BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.12.0nb2 21BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.12.0nb2
20.else 22.else
21BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.11.2 23BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.11.2
22.endif 24.endif