Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2017 13:29:43 +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: r448981 - head/security/rubygem-gpgr
Message-ID:  <201708301329.v7UDThpX038644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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