Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2017 15:50:40 +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: r446980 - head/devel/rubygem-plist
Message-ID:  <201707311550.v6VFoe0h007845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 31 15:50:40 2017
New Revision: 446980
URL: https://svnweb.freebsd.org/changeset/ports/446980

Log:
  Update to 3.3.0
  
  - Add LICENSE_FILE
  - Update WWW
  
  Changes:	https://github.com/patsplat/plist/blob/master/CHANGELOG.rdoc
  PR:		220776
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/devel/rubygem-plist/Makefile
  head/devel/rubygem-plist/distinfo
  head/devel/rubygem-plist/pkg-descr

Modified: head/devel/rubygem-plist/Makefile
==============================================================================
--- head/devel/rubygem-plist/Makefile	Mon Jul 31 15:50:35 2017	(r446979)
+++ head/devel/rubygem-plist/Makefile	Mon Jul 31 15:50:40 2017	(r446980)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	plist
-PORTVERSION=	3.1.0
+PORTVERSION=	3.3.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,9 +9,9 @@ MAINTAINER=	renchap@cocoa-x.com
 COMMENT=	All-purpose Property List manipulation library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-plist/distinfo
==============================================================================
--- head/devel/rubygem-plist/distinfo	Mon Jul 31 15:50:35 2017	(r446979)
+++ head/devel/rubygem-plist/distinfo	Mon Jul 31 15:50:40 2017	(r446980)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/plist-3.1.0.gem) = 9ae1a010cab13bb533af87d5a1aca23958e5dae8911317244248f9c65bb30866
-SIZE (rubygem/plist-3.1.0.gem) = 37888
+TIMESTAMP = 1500156978
+SHA256 (rubygem/plist-3.3.0.gem) = 0c7fc1e550ac02fb81f25b6df0bf3ffa548f55d24e433556b0337d2633f6174c
+SIZE (rubygem/plist-3.3.0.gem) = 13824

Modified: head/devel/rubygem-plist/pkg-descr
==============================================================================
--- head/devel/rubygem-plist/pkg-descr	Mon Jul 31 15:50:35 2017	(r446979)
+++ head/devel/rubygem-plist/pkg-descr	Mon Jul 31 15:50:40 2017	(r446980)
@@ -1,3 +1,3 @@
 All-purpose Property List manipulation library
 
-WWW: https://github.com/bleything/plist
+WWW: https://github.com/patsplat/plist



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