Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 12:08:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389694 - head/devel/rubygem-bosh_common
Message-ID:  <201506151208.t5FC8Lud085974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 15 12:08:20 2015
New Revision: 389694
URL: https://svnweb.freebsd.org/changeset/ports/389694

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS

Modified:
  head/devel/rubygem-bosh_common/Makefile

Modified: head/devel/rubygem-bosh_common/Makefile
==============================================================================
--- head/devel/rubygem-bosh_common/Makefile	Mon Jun 15 12:06:04 2015	(r389693)
+++ head/devel/rubygem-bosh_common/Makefile	Mon Jun 15 12:08:20 2015	(r389694)
@@ -1,18 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	bosh_common
-PORTVERSION=	1.2941.0
+PORTVERSION=	1.2980.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	BOSH common
 
-RUN_DEPENDS=	rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic \
-		rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging \
+		rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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