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:           Mon Sep 24 02:28:58 UTC 2018

Modified Files:
        pkgsrc/www/heel: Makefile

Log Message:
www/heel: fix dependency

Fix dependency line to ruby-mime-types.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/heel/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/heel/Makefile
diff -u pkgsrc/www/heel/Makefile:1.13 pkgsrc/www/heel/Makefile:1.14
--- pkgsrc/www/heel/Makefile:1.13       Mon Sep 24 01:21:53 2018
+++ pkgsrc/www/heel/Makefile    Mon Sep 24 02:28:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/09/24 01:21:53 taca Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/24 02:28:58 taca Exp $
 
 DISTNAME=      heel-3.2.0
 PKGREVISION=   1
@@ -13,7 +13,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-puma>=3.11.3
 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.4<3:../../misc/ruby-launchy
-DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.1<4:../../mail/ruby-mime-types1
+DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.1<4:../../mail/ruby-mime-types
 
 CONFLICTS+=    ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
 



Home | Main Index | Thread Index | Old Index