Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 A3C9C7A0EB for ; Sun, 10 Jul 2016 10:20:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5057485EF8; Sun, 10 Jul 2016 10:20:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6C9185EF4 for ; Sun, 10 Jul 2016 10:20:32 +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 dd6Xxz1-3mg5 for ; Sun, 10 Jul 2016 10:20:32 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CB1A984CEE for ; Sun, 10 Jul 2016 10:20:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C614BFBB5; Sun, 10 Jul 2016 10:20:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468146031251820" MIME-Version: 1.0 Date: Sun, 10 Jul 2016 10:20:31 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/ruby-arel30 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160710102031.C614BFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468146031251820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jul 10 10:20:31 UTC 2016 Modified Files: pkgsrc/databases/ruby-arel30: Makefile Log Message: Fixed typo in CONFLICTS. Bumped revision. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/ruby-arel30/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468146031251820 Content-Disposition: inline Content-Length: 847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-arel30/Makefile diff -u pkgsrc/databases/ruby-arel30/Makefile:1.1 pkgsrc/databases/ruby-arel30/Makefile:1.2 --- pkgsrc/databases/ruby-arel30/Makefile:1.1 Sun Feb 1 12:22:21 2015 +++ pkgsrc/databases/ruby-arel30/Makefile Sun Jul 10 10:20:31 2016 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/02/01 12:22:21 taca Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/10 10:20:31 rillig Exp $ DISTNAME= arel-3.0.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/arel/arel30/} +PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +10,7 @@ HOMEPAGE= http://github.com/rails/arel COMMENT= Arel is a SQL AST manager for Ruby LICENSE= mit -CONFLICS= ${RUBY_PKGPREFIX}-arel<3.1 +CONFLICTS= ${RUBY_PKGPREFIX}-arel<3.1 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1468146031251820--