pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-arel30 Fixed typo in CONFLICTS. Bumped ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/964fbd568041
branches:  trunk
changeset: 349558:964fbd568041
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 10 10:20:31 2016 +0000

description:
Fixed typo in CONFLICTS. Bumped revision.

diffstat:

 databases/ruby-arel30/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3e3c93f73215 -r 964fbd568041 databases/ruby-arel30/Makefile
--- a/databases/ruby-arel30/Makefile    Sun Jul 10 10:18:35 2016 +0000
+++ b/databases/ruby-arel30/Makefile    Sun Jul 10 10:20:31 2016 +0000
@@ -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@localhost
@@ -9,7 +10,7 @@
 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"



Home | Main Index | Thread Index | Old Index