diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:01 +0800 |
commit | 64482950cd02efb28b5859b00e95fe4bc3ea73e4 (patch) | |
tree | 5dad6ef89259c1bf83e02ac9ed72a222da395de9 /textproc | |
parent | e7fb24f4604d7355847d663b80a3947ab32d44e5 (diff) | |
download | freebsd-ports-gnome-64482950cd02efb28b5859b00e95fe4bc3ea73e4.tar.gz freebsd-ports-gnome-64482950cd02efb28b5859b00e95fe4bc3ea73e4.tar.zst freebsd-ports-gnome-64482950cd02efb28b5859b00e95fe4bc3ea73e4.zip |
Update to 0.9.10
- Add LICENSE_FILE
- Add USES=gnome
Changes: https://github.com/glejeune/ruby-xslt/blob/master/ChangeLog.rdoc
https://github.com/glejeune/ruby-xslt/commits/master
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-ruby-xslt/Makefile | 5 | ||||
-rw-r--r-- | textproc/rubygem-ruby-xslt/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/rubygem-ruby-xslt/Makefile b/textproc/rubygem-ruby-xslt/Makefile index 943e42111df3..93aece9ae1b5 100644 --- a/textproc/rubygem-ruby-xslt/Makefile +++ b/textproc/rubygem-ruby-xslt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby-xslt -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,9 +10,10 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= XSLT processor in pure Ruby LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= libxslt USE_RUBY= yes -USES= gem +USES= gem gnome .include <bsd.port.mk> diff --git a/textproc/rubygem-ruby-xslt/distinfo b/textproc/rubygem-ruby-xslt/distinfo index ec895b4c2cc0..e1f101ecb487 100644 --- a/textproc/rubygem-ruby-xslt/distinfo +++ b/textproc/rubygem-ruby-xslt/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/ruby-xslt-0.9.9.gem) = 7dc7565e90719b5971ef9620f64180848a5d9e983e9abc74d76f7cf1b01a2f72 -SIZE (rubygem/ruby-xslt-0.9.9.gem) = 34816 +TIMESTAMP = 1507110692 +SHA256 (rubygem/ruby-xslt-0.9.10.gem) = a6fa14574f8f9cec4ee7a34085545b4f79151d10c0c119f2d2bb62d1fa8ff369 +SIZE (rubygem/ruby-xslt-0.9.10.gem) = 35328 |