pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-staticmatic



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun  5 03:27:10 UTC 2017

Modified Files:
        pkgsrc/www/ruby-staticmatic: Makefile

Log Message:
Make depends on www/ruby-rack16 instead of www/ruby-rack.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-staticmatic/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/ruby-staticmatic/Makefile
diff -u pkgsrc/www/ruby-staticmatic/Makefile:1.4 pkgsrc/www/ruby-staticmatic/Makefile:1.5
--- pkgsrc/www/ruby-staticmatic/Makefile:1.4    Sat Apr  6 12:08:40 2013
+++ pkgsrc/www/ruby-staticmatic/Makefile        Mon Jun  5 03:27:10 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2013/04/06 12:08:40 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/05 03:27:10 taca Exp $
 
 DISTNAME=      staticmatic-0.11.1
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +10,7 @@ COMMENT=       Lightweight static site framewo
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-haml>=2.0.0:../../textproc/ruby-haml
-DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=1.0:../../www/ruby-rack
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack16>=1.0:../../www/ruby-rack16
 DEPENDS+=      ${RUBY_PKGPREFIX}-compass>=0.10.0:../../www/ruby-compass
 
 CONFLICTS+=    ruby[1-9][0-9]-staticmatic-[0-9]*



Home | Main Index | Thread Index | Old Index