diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-07 17:46:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-07 17:46:06 +0000 |
commit | e9264c81e249d87a18d2133ab3daadd4342d1a0b (patch) | |
tree | c132f4a1130a1c5f502c2265589deba22d65d5da /lang/ruby20/files/patch-tool_rbinstall.rb | |
parent | Update to 0.03 (diff) |
- Move *_DEPENDS together
- Sort CONFIGURE_ARGS
- Remove duplicate WRKSRC
- Sort USES
- Use pre-install: instead of pre-su-install:
- Convert to new options helper
- Convert to new options target helper
- Change options helper: (copied from ruby22)
- Use CAPIDOCS_CONFIGURE_ENABLE instead of CAPIDOCS_CONFIGURE_OFF
- Use RDOC_CONFIGURE_ENABLE instead of RDOC_CONFIGURE_OFF
- Add regression-test:
- Fix typo
- Cosmetic change
- Pet portlint: fix diff header of patch files
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=396292
Diffstat (limited to 'lang/ruby20/files/patch-tool_rbinstall.rb')
-rw-r--r-- | lang/ruby20/files/patch-tool_rbinstall.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby20/files/patch-tool_rbinstall.rb b/lang/ruby20/files/patch-tool_rbinstall.rb index 11e0a832b20d..75f473d2c1f5 100644 --- a/lang/ruby20/files/patch-tool_rbinstall.rb +++ b/lang/ruby20/files/patch-tool_rbinstall.rb @@ -1,5 +1,5 @@ ---- tool/rbinstall.rb.orig 2013-02-07 08:02:31.000000000 +0000 -+++ tool/rbinstall.rb 2013-02-17 21:44:37.906833639 +0000 +--- tool/rbinstall.rb.orig 2013-02-07 08:02:31 UTC ++++ tool/rbinstall.rb @@ -307,6 +307,7 @@ libdir = CONFIG["libdir", true] rubyhdrdir = CONFIG["rubyhdrdir", true] |