Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:16:07 +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: r387821 - head/devel/rubygem-shoulda-context
Message-ID:  <201505291116.t4TBG79Z088312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 11:16:06 2015
New Revision: 387821
URL: https://svnweb.freebsd.org/changeset/ports/387821

Log:
  - Add LICENSE
  - Use = instead of +=
  - Update WWW

Modified:
  head/devel/rubygem-shoulda-context/Makefile
  head/devel/rubygem-shoulda-context/pkg-descr

Modified: head/devel/rubygem-shoulda-context/Makefile
==============================================================================
--- head/devel/rubygem-shoulda-context/Makefile	Fri May 29 11:16:01 2015	(r387820)
+++ head/devel/rubygem-shoulda-context/Makefile	Fri May 29 11:16:06 2015	(r387821)
@@ -9,9 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Context framework extracted from Shoulda
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
-PLIST_FILES+=	bin/convert_to_should_syntax
+
+PLIST_FILES=	bin/convert_to_should_syntax
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-shoulda-context/pkg-descr
==============================================================================
--- head/devel/rubygem-shoulda-context/pkg-descr	Fri May 29 11:16:01 2015	(r387820)
+++ head/devel/rubygem-shoulda-context/pkg-descr	Fri May 29 11:16:06 2015	(r387821)
@@ -1,3 +1,3 @@
 Context framework extracted from Shoulda
 
-WWW: http://thoughtbot.com/community/
+WWW: https://thoughtbot.com/community/



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