Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 13:21: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: r406435 - head/security/rubygem-attr_encrypted
Message-ID:  <201601171321.u0HDLouB014353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 17 13:21:50 2016
New Revision: 406435
URL: https://svnweb.freebsd.org/changeset/ports/406435

Log:
  - Update to 1.3.5
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	https://github.com/attr-encrypted/attr_encrypted/commits/1-x-stable
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/security/rubygem-attr_encrypted/Makefile
  head/security/rubygem-attr_encrypted/distinfo

Modified: head/security/rubygem-attr_encrypted/Makefile
==============================================================================
--- head/security/rubygem-attr_encrypted/Makefile	Sun Jan 17 13:21:45 2016	(r406434)
+++ head/security/rubygem-attr_encrypted/Makefile	Sun Jan 17 13:21:50 2016	(r406435)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	attr_encrypted
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +10,11 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Generates attr_accessors that encrypt and decrypt attributes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=yes

Modified: head/security/rubygem-attr_encrypted/distinfo
==============================================================================
--- head/security/rubygem-attr_encrypted/distinfo	Sun Jan 17 13:21:45 2016	(r406434)
+++ head/security/rubygem-attr_encrypted/distinfo	Sun Jan 17 13:21:50 2016	(r406435)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/attr_encrypted-1.3.4.gem) = 175d9e2a9193f251419818900be9627069c573141dec823175f38c8a0941a2c2
-SIZE (rubygem/attr_encrypted-1.3.4.gem) = 20992
+SHA256 (rubygem/attr_encrypted-1.3.5.gem) = 024f5fb803595841dcabd2f2083b4e480fc90e06e574e7df473b3d8b509457d4
+SIZE (rubygem/attr_encrypted-1.3.5.gem) = 20992



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