svn commit: r446980 - head/devel/rubygem-plist
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 31 15:50:42 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list