Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 07:14:50 +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: r387108 - head/devel/rubygem-bacon
Message-ID:  <201505230714.t4N7EoFw072895@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 23 07:14:49 2015
New Revision: 387108
URL: https://svnweb.freebsd.org/changeset/ports/387108

Log:
  - Add LICENSE
  - Remove USE_RAKE
  - Update WWW

Modified:
  head/devel/rubygem-bacon/Makefile
  head/devel/rubygem-bacon/pkg-descr

Modified: head/devel/rubygem-bacon/Makefile
==============================================================================
--- head/devel/rubygem-bacon/Makefile	Sat May 23 07:14:44 2015	(r387107)
+++ head/devel/rubygem-bacon/Makefile	Sat May 23 07:14:49 2015	(r387108)
@@ -9,10 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Bacon is a small RSpec clone
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/bacon
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-bacon/pkg-descr
==============================================================================
--- head/devel/rubygem-bacon/pkg-descr	Sat May 23 07:14:44 2015	(r387107)
+++ head/devel/rubygem-bacon/pkg-descr	Sat May 23 07:14:49 2015	(r387108)
@@ -1,4 +1,4 @@
 Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless
 providing all essential features. 
 
-WWW: http://rubygems.org/gems/bacon
+WWW: https://github.com/chneukirchen/bacon



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