pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hoe Update hoe to 3.13.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/341eb61fc217
branches:  trunk
changeset: 646291:341eb61fc217
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 07 14:32:08 2015 +0000

description:
Update hoe to 3.13.1.

pkgsrc change: reduce conflicts between different Ruby version and introduce
               pkg_alternatives support.

=== 3.13.1 / 2015-02-03

* 1 bug fix:

  * Remove deprecated test_files from spec. (igas)

diffstat:

 devel/hoe/ALTERNATIVES |  1 +
 devel/hoe/Makefile     |  7 +++----
 devel/hoe/PLIST        |  4 ++--
 devel/hoe/distinfo     |  8 ++++----
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r 481042181818 -r 341eb61fc217 devel/hoe/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hoe/ALTERNATIVES    Sat Feb 07 14:32:08 2015 +0000
@@ -0,0 +1,1 @@
+bin/sow @PREFIX@/bin/bin/sow@RUBY_SUFFIX@
diff -r 481042181818 -r 341eb61fc217 devel/hoe/Makefile
--- a/devel/hoe/Makefile        Sat Feb 07 13:28:26 2015 +0000
+++ b/devel/hoe/Makefile        Sat Feb 07 14:32:08 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2015/02/01 13:43:51 taca Exp $
+# $NetBSD: Makefile,v 1.34 2015/02/07 14:32:08 taca Exp $
 
-DISTNAME=      hoe-3.13.0
+DISTNAME=      hoe-3.13.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,9 +8,8 @@
 COMMENT=       Rake extension to provide full project automation
 LICENSE=       mit
 
-CONFLICTS+=    ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]*
-
 USE_RAKE=      RUN
+RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 481042181818 -r 341eb61fc217 devel/hoe/PLIST
--- a/devel/hoe/PLIST   Sat Feb 07 13:28:26 2015 +0000
+++ b/devel/hoe/PLIST   Sat Feb 07 14:32:08 2015 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.13 2015/02/01 13:43:51 taca Exp $
-bin/sow
+@comment $NetBSD: PLIST,v 1.14 2015/02/07 14:32:08 taca Exp $
+bin/sow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/.gemtest
diff -r 481042181818 -r 341eb61fc217 devel/hoe/distinfo
--- a/devel/hoe/distinfo        Sat Feb 07 13:28:26 2015 +0000
+++ b/devel/hoe/distinfo        Sat Feb 07 14:32:08 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2015/02/01 13:43:51 taca Exp $
+$NetBSD: distinfo,v 1.31 2015/02/07 14:32:08 taca Exp $
 
-SHA1 (hoe-3.13.0.gem) = 3e54346ef84fb315e788c8f38c60538a81fe47f8
-RMD160 (hoe-3.13.0.gem) = 786f801890f667d41cefd7bf2bec719ac030779f
-Size (hoe-3.13.0.gem) = 130048 bytes
+SHA1 (hoe-3.13.1.gem) = d858ebf485f98d260a54ba27755d7892b3947641
+RMD160 (hoe-3.13.1.gem) = 4610dbe1ffa0f4018248875f4524f9ee0bd5a668
+Size (hoe-3.13.1.gem) = 130048 bytes



Home | Main Index | Thread Index | Old Index