svn commit: r406435 - head/security/rubygem-attr_encrypted

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 17 13:21:51 UTC 2016


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 at 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


More information about the svn-ports-all mailing list