pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov 19 15:57:26 UTC 2016

Modified Files:
        pkgsrc/devel/ruby-redmine: Makefile distinfo
Removed Files:
        pkgsrc/devel/ruby-redmine/patches: patch-tilt-1.4.1.gemspec

Log Message:
Stop patching gemspec file and use OVERRIDE_GEMSPEC with updated
update-gemspec.rb script.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-redmine/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/ruby-redmine/patches/patch-tilt-1.4.1.gemspec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-redmine/Makefile
diff -u pkgsrc/devel/ruby-redmine/Makefile:1.15 pkgsrc/devel/ruby-redmine/Makefile:1.16
--- pkgsrc/devel/ruby-redmine/Makefile:1.15     Sun Oct  9 21:41:58 2016
+++ pkgsrc/devel/ruby-redmine/Makefile  Sat Nov 19 15:57:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/10/09 21:41:58 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/11/19 15:57:26 taca Exp $
 
 DISTNAME=      redmine-3.1.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -155,6 +155,10 @@ FILES_SUBST+=      WWWGRP=${APACHE_GROUP} WWW
 GEM_EXTSDIR_NEEDS_SUBDIR=      no
 .include "../../lang/ruby/gem-extract.mk"
 
+# remove rdoc dependency
+pre-configure:
+       ${RUBY} ${.CURDIR}/${UPDATE_GEMSPEC} ${WRKDIR}/tilt-1.4.1.gemspec rdoc:
+
 do-build:
 .for _gem_ in ${DISTFILES:M*.gem:S/.gem$//g}
        ${RUN} cd ${WRKDIR}/${_gem_} && ${SETENV} ${MAKE_ENV} ${RUBYGEM_ENV} \
@@ -198,7 +202,7 @@ do-install:
                ${DESTDIR}${PREFIX}/${RM_DIR}/app
        ${INSTALL_DATA} ${FILESDIR}/secrets.yml \
                ${DESTDIR}${PREFIX}/${RM_DIR}/app/config
-       # XXX: Rewrite this to use ${INSTALL_DATA} and remove pax from USE_TOOLS
+#      XXX: Rewrite this to use ${INSTALL_DATA} and remove pax from USE_TOOLS
        cd ${WRKDIR}/${DISTNAME} && pax -rw -pmp . \
                ${DESTDIR}${PREFIX}/${RM_DIR}/app
        ${CHMOD} +x ${DESTDIR}${PREFIX}/bin/redmine_*${RUBY_SUFFIX}.sh

Index: pkgsrc/devel/ruby-redmine/distinfo
diff -u pkgsrc/devel/ruby-redmine/distinfo:1.5 pkgsrc/devel/ruby-redmine/distinfo:1.6
--- pkgsrc/devel/ruby-redmine/distinfo:1.5      Sat Nov 21 09:32:07 2015
+++ pkgsrc/devel/ruby-redmine/distinfo  Sat Nov 19 15:57:26 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2015/11/21 09:32:07 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2016/11/19 15:57:26 taca Exp $
 
 SHA1 (actionmailer-4.2.4.gem) = a866394bb4682afaa6d54458b1f3be0dca5e862e
 RMD160 (actionmailer-4.2.4.gem) = d703ffa8caa8fb150f5fb2aaa5ec915f4498224c
@@ -224,4 +224,3 @@ SHA1 (unicorn-5.0.1.gem) = 0402ec9b670b2
 RMD160 (unicorn-5.0.1.gem) = f83d63c0906a3dd091d6e72ee183d6ae41371745
 SHA512 (unicorn-5.0.1.gem) = 57298a925215a6652dfaf2c8887374984ee5eb0a2b70b0b7d8f8558a31eef84c430484ebf6052f0f95ad3b21395cae01d9c408210f2173a25da7b53e10806c5d
 Size (unicorn-5.0.1.gem) = 208896 bytes
-SHA1 (patch-tilt-1.4.1.gemspec) = e334acb71636f1ecf896da8e121665d100356381



Home | Main Index | Thread Index | Old Index