svn commit: r393799 - head/devel/rubygem-coffee-rails4

Steve Wills swills at FreeBSD.org
Sun Aug 9 16:04:42 UTC 2015


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 at 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


More information about the svn-ports-all mailing list