Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2015 16:04:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393799 - head/devel/rubygem-coffee-rails4
Message-ID:  <201508091604.t79G4gel006345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug  9 16:04:41 2015
New Revision: 393799
URL: https://svnweb.freebsd.org/changeset/ports/393799

Log:
  devel/rubygem-coffee-rails4: make master
  
  Allow overriding PKGNAMESUFFIX and RUN_DEPENDS to support slave port
  
  PR:		201819

Modified:
  head/devel/rubygem-coffee-rails4/Makefile

Modified: head/devel/rubygem-coffee-rails4/Makefile
==============================================================================
--- head/devel/rubygem-coffee-rails4/Makefile	Sun Aug  9 16:02:42 2015	(r393798)
+++ head/devel/rubygem-coffee-rails4/Makefile	Sun Aug  9 16:04:41 2015	(r393799)
@@ -5,14 +5,14 @@ PORTNAME=	coffee-rails
 PORTVERSION=	4.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	4
+PKGNAMESUFFIX?=	4
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Coffee Script adapter for the Rails asset pipeline
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \
+RUN_DEPENDS?=	rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \
 		rubygem-railties4>=4.0.0:${PORTSDIR}/www/rubygem-railties4
 
 NO_ARCH=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091604.t79G4gel006345>