pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/heel



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar 17 14:46:45 UTC 2018

Modified Files:
        pkgsrc/www/heel: Makefile distinfo

Log Message:
www/heel: update to 3.2.0

## Version 3.2.0 - 2018-03-14
* fix missing rack dependency [#17](https://github.com/copiousfreetime/heel/pull/17)
* across the board gem dependency updates
* ruby 2.2 minimum dependency - because of transitive dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/heel/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/heel/distinfo

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

Modified files:

Index: pkgsrc/www/heel/Makefile
diff -u pkgsrc/www/heel/Makefile:1.11 pkgsrc/www/heel/Makefile:1.12
--- pkgsrc/www/heel/Makefile:1.11       Wed Feb  4 15:13:28 2015
+++ pkgsrc/www/heel/Makefile    Sat Mar 17 14:46:45 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/02/04 15:13:28 taca Exp $
+# $NetBSD: Makefile,v 1.12 2018/03/17 14:46:45 taca Exp $
 
-DISTNAME=      heel-3.1.3
-PKGREVISION=   1
+DISTNAME=      heel-3.2.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,10 +8,11 @@ HOMEPAGE=     https://github.com/copiousfree
 COMMENT=       Static file web server based on Rack and Thin
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-puma>=2.0<3:../../www/ruby-puma
+DEPENDS+=      ${RUBY_PKGPREFIX}-puma>=3.11.3<3.12:../../www/ruby-puma
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack
 DEPENDS+=      ${RUBY_PKGPREFIX}-coderay>=1.1<2:../../textproc/ruby-coderay
-DEPENDS+=      ${RUBY_PKGPREFIX}-launchy>=2.3<3:../../misc/ruby-launchy
-DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types1>=1.25<2:../../mail/ruby-mime-types1
+DEPENDS+=      ${RUBY_PKGPREFIX}-launchy>=2.4<3:../../misc/ruby-launchy
+DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.1<4:../../mail/ruby-mime-types1
 
 CONFLICTS+=    ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
 

Index: pkgsrc/www/heel/distinfo
diff -u pkgsrc/www/heel/distinfo:1.9 pkgsrc/www/heel/distinfo:1.10
--- pkgsrc/www/heel/distinfo:1.9        Thu Mar 23 17:07:01 2017
+++ pkgsrc/www/heel/distinfo    Sat Mar 17 14:46:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/03/23 17:07:01 joerg Exp $
+$NetBSD: distinfo,v 1.10 2018/03/17 14:46:45 taca Exp $
 
-SHA1 (heel-3.1.3.gem) = 60500c0c0545b7434e97a3dd4e81b3f68a58d363
-RMD160 (heel-3.1.3.gem) = 3fa2561a4be4fe0a1e881a73de156b6b63932825
-SHA512 (heel-3.1.3.gem) = 4ec2a3dddfeb35618932c2792b512f52ef4e38479dde5e3d01693b4f127ae2c4fd86485e4e45e67959c50ec6e013f3bdeadd171c7871eb2071a4a83f320c5f4d
-Size (heel-3.1.3.gem) = 52224 bytes
+SHA1 (heel-3.2.0.gem) = 380f121baa3afaf6759468b58a16b1e563e511fa
+RMD160 (heel-3.2.0.gem) = 36d262d59005dee0db7fbab879923349b6517a43
+SHA512 (heel-3.2.0.gem) = 521af6d5cb3fa0b1607e72c1cbfaf1c1135911a700c18a2737d651ebb8f5539160103ead901d2bec10b8f2fbc224d0f1ab3b119803e5f8a4b0956968728617bc
+Size (heel-3.2.0.gem) = 52224 bytes



Home | Main Index | Thread Index | Old Index