diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-31 23:50:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-31 23:50:40 +0800 |
commit | fabc1d70027f4da11a42e82da46c76f0a54211e4 (patch) | |
tree | 4c280522f2a44618cbca4c8453b4f874905e8647 /devel | |
parent | 219ef8bcc8fad0049b10661624d8ffffe252849f (diff) | |
download | freebsd-ports-gnome-fabc1d70027f4da11a42e82da46c76f0a54211e4.tar.gz freebsd-ports-gnome-fabc1d70027f4da11a42e82da46c76f0a54211e4.tar.zst freebsd-ports-gnome-fabc1d70027f4da11a42e82da46c76f0a54211e4.zip |
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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-plist/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-plist/distinfo | 5 | ||||
-rw-r--r-- | devel/rubygem-plist/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/rubygem-plist/Makefile b/devel/rubygem-plist/Makefile index bf9a46b32619..aad0661a7788 100644 --- a/devel/rubygem-plist/Makefile +++ b/devel/rubygem-plist/Makefile @@ -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 diff --git a/devel/rubygem-plist/distinfo b/devel/rubygem-plist/distinfo index fda233ad37b3..5b29aa6dc998 100644 --- a/devel/rubygem-plist/distinfo +++ b/devel/rubygem-plist/distinfo @@ -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 diff --git a/devel/rubygem-plist/pkg-descr b/devel/rubygem-plist/pkg-descr index 5a57bc4ec4b7..78b868bf1d24 100644 --- a/devel/rubygem-plist/pkg-descr +++ b/devel/rubygem-plist/pkg-descr @@ -1,3 +1,3 @@ All-purpose Property List manipulation library -WWW: https://github.com/bleything/plist +WWW: https://github.com/patsplat/plist |