Update to 1.2.0
- Update LICENSE Changes: https://github.com/ruby/etc/commits/master
This commit is contained in:
parent
8f0042e15f
commit
0eab1a291a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560175
2 changed files with 7 additions and 6 deletions
|
@ -2,15 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= etc
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Provide access to information typically stored in UNIX /etc directory
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1595865765
|
||||
SHA256 (rubygem/etc-1.1.0.gem) = 0651bcdecea5b005af640d8d3cd9155d8342035292cc8a341c78d88f4eb9f8c1
|
||||
SIZE (rubygem/etc-1.1.0.gem) = 23552
|
||||
TIMESTAMP = 1609598981
|
||||
SHA256 (rubygem/etc-1.2.0.gem) = 0cfcae69202b9c4c6b89eff0eb4668ee6391f6718e0357fb5d6ecda033b72001
|
||||
SIZE (rubygem/etc-1.2.0.gem) = 24064
|
||||
|
|
Loading…
Reference in a new issue