svn commit: r387832 - head/devel/rubygem-sugar-high

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:16:59 UTC 2015


Author: sunpoet
Date: Fri May 29 11:16:58 2015
New Revision: 387832
URL: https://svnweb.freebsd.org/changeset/ports/387832

Log:
  - Add LICENSE
  - Remove RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-sugar-high/Makefile

Modified: head/devel/rubygem-sugar-high/Makefile
==============================================================================
--- head/devel/rubygem-sugar-high/Makefile	Fri May 29 11:16:54 2015	(r387831)
+++ head/devel/rubygem-sugar-high/Makefile	Fri May 29 11:16:58 2015	(r387832)
@@ -3,14 +3,14 @@
 
 PORTNAME=	sugar-high
 PORTVERSION=	0.7.3
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	More Ruby sugar
 
-RUN_DEPENDS=	rubygem-mocha>=0.9.8:${PORTSDIR}/devel/rubygem-mocha \
-		rubygem-require_all>=1.2.0:${PORTSDIR}/devel/rubygem-require_all
+LICENSE=	MIT
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list