svn commit: r387237 - in head/textproc: rubygem-ruby-xslt rubygem-xslt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 00:15:55 UTC 2015


Author: sunpoet
Date: Sun May 24 00:15:54 2015
New Revision: 387237
URL: https://svnweb.freebsd.org/changeset/ports/387237

Log:
  - Move textproc/rubygem-xslt to textproc/rubygem-ruby-xslt
  - Add LICENSE
  - Update WWW

Added:
  head/textproc/rubygem-ruby-xslt/
     - copied from r387025, head/textproc/rubygem-xslt/
Deleted:
  head/textproc/rubygem-xslt/
Modified:
  head/textproc/rubygem-ruby-xslt/Makefile
  head/textproc/rubygem-ruby-xslt/pkg-descr

Modified: head/textproc/rubygem-ruby-xslt/Makefile
==============================================================================
--- head/textproc/rubygem-xslt/Makefile	Fri May 22 13:56:47 2015	(r387025)
+++ head/textproc/rubygem-ruby-xslt/Makefile	Sun May 24 00:15:54 2015	(r387237)
@@ -1,19 +1,19 @@
 # Created by: Steve Wills <swills at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	xslt
+PORTNAME=	ruby-xslt
 PORTVERSION=	0.9.9
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
-DISTNAME=	ruby-xslt-${PORTVERSION}
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	XSLT processor in pure Ruby
 
+LICENSE=	GPLv2
+
 USE_GNOME=	libxslt
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-GEM_NAME=	ruby-${PORTNAME}-${PORTVERSION}
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-ruby-xslt/pkg-descr
==============================================================================
--- head/textproc/rubygem-xslt/pkg-descr	Fri May 22 13:56:47 2015	(r387025)
+++ head/textproc/rubygem-ruby-xslt/pkg-descr	Sun May 24 00:15:54 2015	(r387237)
@@ -1,3 +1,3 @@
 This is a Ruby class for processing XSLT.
 
-WWW: http://rubygems.org/gems/ruby-xslt
+WWW: https://github.com/glejeune/ruby-xslt


More information about the svn-ports-all mailing list