mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
security/rubygem-attr_encrypted30: Resurrect port in version 3.0.3
This prepares the update of www/gitlab to 10.4 update which requires this specific version Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
This commit is contained in:
parent
27d34c12ac
commit
ef096f2adb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462398
@ -1049,6 +1049,7 @@
|
||||
SUBDIR += ruby-camellia
|
||||
SUBDIR += rubygem-airbrussh
|
||||
SUBDIR += rubygem-attr_encrypted
|
||||
SUBDIR += rubygem-attr_encrypted30
|
||||
SUBDIR += rubygem-bcrypt
|
||||
SUBDIR += rubygem-bcrypt-ruby
|
||||
SUBDIR += rubygem-bcrypt_pbkdf
|
||||
|
23
security/rubygem-attr_encrypted30/Makefile
Normal file
23
security/rubygem-attr_encrypted30/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= attr_encrypted
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 30
|
||||
|
||||
MAINTAINER= idefix@fechner.net
|
||||
COMMENT= Generates attr_accessors that encrypt and decrypt attributes
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-encryptor>=3.0.0:security/rubygem-encryptor
|
||||
|
||||
PORTSCOUT= limit:^3\.0\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-attr_encrypted30/distinfo
Normal file
3
security/rubygem-attr_encrypted30/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1518866890
|
||||
SHA256 (rubygem/attr_encrypted-3.0.3.gem) = 6d84c64852c4bbc0926b92fe7a93295671a9e69cb2939b96fb1e4b5e8a5b33b6
|
||||
SIZE (rubygem/attr_encrypted-3.0.3.gem) = 34816
|
4
security/rubygem-attr_encrypted30/pkg-descr
Normal file
4
security/rubygem-attr_encrypted30/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ruby library which generates attr_accessors that encrypt
|
||||
and decrypt attributes transparently
|
||||
|
||||
WWW: https://github.com/attr-encrypted/attr_encrypted
|
Loading…
Reference in New Issue
Block a user