pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-erubis



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 14:03:28 UTC 2022

Modified Files:
        pkgsrc/www/ruby-erubis: Makefile PLIST
Added Files:
        pkgsrc/www/ruby-erubis: ALTERNATIVES

Log Message:
www/ruby-erubis: add support for pkg_alternatives support

Also, tweak CONFLICTS.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-erubis/ALTERNATIVES
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-erubis/Makefile \
    pkgsrc/www/ruby-erubis/PLIST

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-erubis/Makefile
diff -u pkgsrc/www/ruby-erubis/Makefile:1.2 pkgsrc/www/ruby-erubis/Makefile:1.3
--- pkgsrc/www/ruby-erubis/Makefile:1.2 Thu Dec 15 14:57:37 2011
+++ pkgsrc/www/ruby-erubis/Makefile     Thu May  5 14:03:28 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/12/15 14:57:37 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/05 14:03:28 taca Exp $
 
 DISTNAME=      erubis-2.7.0
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,11 @@ HOMEPAGE=      http://www.kuwata-lab.com/erub
 COMMENT=       Fast and extensible eRuby implementation which supports multi-language
 LICENSE=       mit
 
-CONFLICTS+=    ruby[1-9][0-9]-erubis-[0-9]* erubis-[0-9]*
+CONFLICTS+=    ruby[1-9][0-9]-erubis<2.7.0nb1 erubis-[0-9]*
+
+USE_LANGUAGES= # empty
+
+RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-erubis/PLIST
diff -u pkgsrc/www/ruby-erubis/PLIST:1.2 pkgsrc/www/ruby-erubis/PLIST:1.3
--- pkgsrc/www/ruby-erubis/PLIST:1.2    Thu Dec 15 14:57:37 2011
+++ pkgsrc/www/ruby-erubis/PLIST        Thu May  5 14:03:28 2022
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2011/12/15 14:57:37 taca Exp $
-bin/erubis
+@comment $NetBSD: PLIST,v 1.3 2022/05/05 14:03:28 taca Exp $
+bin/erubis${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGES.txt
 ${GEM_LIBDIR}/MIT-LICENSE

Added files:

Index: pkgsrc/www/ruby-erubis/ALTERNATIVES
diff -u /dev/null pkgsrc/www/ruby-erubis/ALTERNATIVES:1.1
--- /dev/null   Thu May  5 14:03:28 2022
+++ pkgsrc/www/ruby-erubis/ALTERNATIVES Thu May  5 14:03:28 2022
@@ -0,0 +1 @@
+bin/erubis @PREFIX@/bin/erubis@RUBY_SUFFIX@



Home | Main Index | Thread Index | Old Index