svn commit: r448981 - head/security/rubygem-gpgr
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 30 13:29:44 UTC 2017
Author: sunpoet
Date: Wed Aug 30 13:29:43 2017
New Revision: 448981
URL: https://svnweb.freebsd.org/changeset/ports/448981
Log:
Update to 0.1.0
- Fix LICENSE
- Add LICENSE_FILE
Changes: https://github.com/HHRy/gpgr/commits/master
Modified:
head/security/rubygem-gpgr/Makefile
head/security/rubygem-gpgr/distinfo
Modified: head/security/rubygem-gpgr/Makefile
==============================================================================
--- head/security/rubygem-gpgr/Makefile Wed Aug 30 13:29:36 2017 (r448980)
+++ head/security/rubygem-gpgr/Makefile Wed Aug 30 13:29:43 2017 (r448981)
@@ -2,20 +2,19 @@
# $FreeBSD$
PORTNAME= gpgr
-PORTVERSION= 0.0.4
-PORTREVISION= 1
+PORTVERSION= 0.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Very light interface to the command-line GPG tool
-LICENSE= RUBY
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= gpg:security/gnupg
NO_ARCH= yes
-
USE_RUBY= yes
USES= gem
Modified: head/security/rubygem-gpgr/distinfo
==============================================================================
--- head/security/rubygem-gpgr/distinfo Wed Aug 30 13:29:36 2017 (r448980)
+++ head/security/rubygem-gpgr/distinfo Wed Aug 30 13:29:43 2017 (r448981)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/gpgr-0.0.4.gem) = 11f5e9c94c8e5eaedefdd3325c8c426d05994f2768d72aa5de329b74ed477195
-SIZE (rubygem/gpgr-0.0.4.gem) = 22528
+TIMESTAMP = 1504098823
+SHA256 (rubygem/gpgr-0.1.0.gem) = 6243113641828bab968961df85f7047b47e203aa41820b4243b9b42e4cf2c658
+SIZE (rubygem/gpgr-0.1.0.gem) = 11776
More information about the svn-ports-head
mailing list