pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/thoth-delicious



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 17 05:08:29 UTC 2017

Modified Files:
        pkgsrc/www/thoth-delicious: Makefile

Log Message:
Oops, more clean up for ruby-json dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/thoth-delicious/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/thoth-delicious/Makefile
diff -u pkgsrc/www/thoth-delicious/Makefile:1.7 pkgsrc/www/thoth-delicious/Makefile:1.8
--- pkgsrc/www/thoth-delicious/Makefile:1.7     Sun Mar  1 15:39:43 2015
+++ pkgsrc/www/thoth-delicious/Makefile Sat Jun 17 05:08:29 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2015/03/01 15:39:43 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/06/17 05:08:29 taca Exp $
 
 DISTNAME=      thoth_delicious-0.1.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,9 +12,8 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth
 
-OVERRIDE_GEMSPEC+=     json-pure>=1.1.2 thoth>=0.1.0
-RUBY_JSON_REQD=        1.1.2
-RUBY_JSON_TYPE=        pure
+OVERRIDE_GEMSPEC+=     thoth>=0.1.0
+OVERRIDE_GEMSPEC+=     json_pure:json>=1.1.2
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index