svn commit: r387804 - in head/devel/rubygem-rapt: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:14:44 UTC 2015


Author: sunpoet
Date: Fri May 29 11:14:42 2015
New Revision: 387804
URL: https://svnweb.freebsd.org/changeset/ports/387804

Log:
  - Add LICENSE
  - Remove USES=libtool
  - Regenerate patch file with makepatch:
  - Update WWW

Modified:
  head/devel/rubygem-rapt/Makefile
  head/devel/rubygem-rapt/files/patch-gemspec
  head/devel/rubygem-rapt/pkg-descr

Modified: head/devel/rubygem-rapt/Makefile
==============================================================================
--- head/devel/rubygem-rapt/Makefile	Fri May 29 11:14:37 2015	(r387803)
+++ head/devel/rubygem-rapt/Makefile	Fri May 29 11:14:42 2015	(r387804)
@@ -9,10 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Rails Plugin Tool
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/rapt
-USES=		libtool
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-rapt/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-rapt/files/patch-gemspec	Fri May 29 11:14:37 2015	(r387803)
+++ head/devel/rubygem-rapt/files/patch-gemspec	Fri May 29 11:14:42 2015	(r387804)
@@ -1,6 +1,6 @@
---- rapt.gemspec.orig	2014-11-30 03:53:13.000000000 +0000
-+++ rapt.gemspec	2014-11-30 03:53:38.000000000 +0000
-@@ -12,7 +12,7 @@
+--- rapt.gemspec.orig	2014-11-30 03:53:13 UTC
++++ rapt.gemspec
+@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
    s.description = "Install, remove, and discover new plugins for your Ruby on Rails app."
    s.email = "boss at topfunky.com"
    s.executables = ["rapt"]

Modified: head/devel/rubygem-rapt/pkg-descr
==============================================================================
--- head/devel/rubygem-rapt/pkg-descr	Fri May 29 11:14:37 2015	(r387803)
+++ head/devel/rubygem-rapt/pkg-descr	Fri May 29 11:14:42 2015	(r387804)
@@ -1,4 +1,4 @@
 RaPT (Rails Plugin Tool) is a faster, updated replacement for the
 ./script/plugin tool that ships with Ruby on Rails.
 
-WWW: http://rubygems.org/gems/rapt/
+WWW: http://rapt.rubyforge.org/


More information about the svn-ports-all mailing list