Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 20:40:52 +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: r388754 - head/devel/rubygem-validatable
Message-ID:  <201506072040.t57KeqUD089530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun  7 20:40:51 2015
New Revision: 388754
URL: https://svnweb.freebsd.org/changeset/ports/388754

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Remove USE_RAKE
  - Pass maintainership to ruby@

Modified:
  head/devel/rubygem-validatable/Makefile

Modified: head/devel/rubygem-validatable/Makefile
==============================================================================
--- head/devel/rubygem-validatable/Makefile	Sun Jun  7 20:40:46 2015	(r388753)
+++ head/devel/rubygem-validatable/Makefile	Sun Jun  7 20:40:51 2015	(r388754)
@@ -6,12 +6,15 @@ PORTVERSION=	1.6.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Library for adding database/object validations
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	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?201506072040.t57KeqUD089530>