pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/redmine Needs pkg-config. Doesn't support Ruby 1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5240f689818f
branches:  trunk
changeset: 645213:5240f689818f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 25 13:09:10 2015 +0000

description:
Needs pkg-config. Doesn't support Ruby 1.8.

diffstat:

 devel/redmine/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 26bbc432f913 -r 5240f689818f devel/redmine/Makefile
--- a/devel/redmine/Makefile    Sun Jan 25 13:08:50 2015 +0000
+++ b/devel/redmine/Makefile    Sun Jan 25 13:09:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/01/03 18:55:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/25 13:09:10 joerg Exp $
 
 DISTNAME=      redmine-2.6.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@
 COMMENT=       Flexible project management web application
 LICENSE=       gnu-gpl-v2 # and so on.
 
+RUBY_VERSION_SUPPORTED= 200 193 21
+
 DISTFILES+=    ${DEFAULT_DISTFILES} \
                actionmailer-3.2.19.gem \
                actionpack-3.2.19.gem \
@@ -73,7 +75,7 @@
 WRKSRC=                ${WRKDIR}
 RM_DIR=                share/redmine
 
-USE_TOOLS+=    pax
+USE_TOOLS+=    pax pkg-config
 
 REPLACE_RUBY+= builder-3.0.4/lib/*
 REPLACE_RUBY+= builder-3.0.4/lib/builder/*



Home | Main Index | Thread Index | Old Index