diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-29 19:14:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-29 19:14:42 +0800 |
commit | 86027c77f43b33a1a511bb634d1702487d670a96 (patch) | |
tree | 4f9d03e7f81a685cbec1d27224a5cd3f39f4ead9 | |
parent | 9d53a30c6ef7577659efcca448f6c4afe69a3815 (diff) | |
download | freebsd-ports-gnome-86027c77f43b33a1a511bb634d1702487d670a96.tar.gz freebsd-ports-gnome-86027c77f43b33a1a511bb634d1702487d670a96.tar.zst freebsd-ports-gnome-86027c77f43b33a1a511bb634d1702487d670a96.zip |
- Add LICENSE
- Remove USES=libtool
- Regenerate patch file with makepatch:
- Update WWW
-rw-r--r-- | devel/rubygem-rapt/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-rapt/files/patch-gemspec | 6 | ||||
-rw-r--r-- | devel/rubygem-rapt/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/rubygem-rapt/Makefile b/devel/rubygem-rapt/Makefile index e01f19b85867..74cd42121c12 100644 --- a/devel/rubygem-rapt/Makefile +++ b/devel/rubygem-rapt/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@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> diff --git a/devel/rubygem-rapt/files/patch-gemspec b/devel/rubygem-rapt/files/patch-gemspec index 9a72cb1f0cb0..513bcc07ef63 100644 --- a/devel/rubygem-rapt/files/patch-gemspec +++ b/devel/rubygem-rapt/files/patch-gemspec @@ -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@topfunky.com" s.executables = ["rapt"] diff --git a/devel/rubygem-rapt/pkg-descr b/devel/rubygem-rapt/pkg-descr index 2be646e5411c..ee31657862af 100644 --- a/devel/rubygem-rapt/pkg-descr +++ b/devel/rubygem-rapt/pkg-descr @@ -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/ |