Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3AFE7ADC10 for ; Sun, 17 Aug 2014 13:54:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D99C714A513; Sun, 17 Aug 2014 13:54:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C863E14A50F for ; Sun, 17 Aug 2014 13:54:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZGmJRgB8yEtd for ; Sun, 17 Aug 2014 13:54:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4129314A50C for ; Sun, 17 Aug 2014 13:54:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D53D096; Sun, 17 Aug 2014 13:54:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 17 Aug 2014 13:54:54 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-deriving-ocsigen To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20140817135454.D53D096@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jaapb Date: Sun Aug 17 13:54:54 UTC 2014 Modified Files: pkgsrc/devel/ocaml-deriving-ocsigen: Makefile PLIST distinfo Removed Files: pkgsrc/devel/ocaml-deriving-ocsigen/patches: patch-Makefile Log Message: Updated devel/ocaml-deriving-ocsigen to its latest version, 0.6.2. Changes include: * Added a 'Default' class (Hugo Heuzard) * Allow private variant in the 'Functor' class (Pierre Chambart) * Switch build system to oasis and improved META The package has also been updated to use the mk/ocaml.mk infrastructure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-deriving-ocsigen/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-deriving-ocsigen/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-deriving-ocsigen/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/ocaml-deriving-ocsigen/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.