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: Sun Jan 21 09:16:44 UTC 2024
Modified Files:
pkgsrc/www/heel: Makefile
Log Message:
www/heel: remove RUBY_VERSIONS_ACCEPTED
It was already noop since RUBY_VERSIONS_ACCEPTED contained 31 and 32.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/www/heel/Makefile:1.19
--- pkgsrc/www/heel/Makefile:1.18 Sat Sep 9 13:52:57 2023
+++ pkgsrc/www/heel/Makefile Sun Jan 21 09:16:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/09/09 13:52:57 taca Exp $
+# $NetBSD: Makefile,v 1.19 2024/01/21 09:16:44 taca Exp $
DISTNAME= heel-4.0.0
CATEGORIES= www
@@ -17,8 +17,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=4.0<5
CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
-RUBY_VERSIONS_ACCEPTED= 31 32
-
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
Home |
Main Index |
Thread Index |
Old Index