diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-07 17:47:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-07 17:47:48 +0000 |
commit | 10084409d4b3d0bffdcdb9729580dfad942614db (patch) | |
tree | 6720e6eb63ad3e04f3c4accb4df7b5d75e235e51 /lang/ruby22/files/patch-tool_rbinstall.rb | |
parent | - Move *_DEPENDS together (diff) |
- Move *_DEPENDS together
- Add GMP option: libgmp.so is linked if present
- 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
- Add regression-test:
- Fix typo
- Cosmetic change
- Pet portlint: fix diff header of patch files
- Bump PORTREVISION for dependency and package change
Notes
Notes:
svn path=/head/; revision=396294
Diffstat (limited to 'lang/ruby22/files/patch-tool_rbinstall.rb')
-rw-r--r-- | lang/ruby22/files/patch-tool_rbinstall.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby22/files/patch-tool_rbinstall.rb b/lang/ruby22/files/patch-tool_rbinstall.rb index e3ef7b87ba00..cc1f0848e841 100644 --- a/lang/ruby22/files/patch-tool_rbinstall.rb +++ b/lang/ruby22/files/patch-tool_rbinstall.rb @@ -1,5 +1,5 @@ ---- tool/rbinstall.rb.orig 2015-03-25 03:33:14.000000000 +0000 -+++ tool/rbinstall.rb 2015-04-13 18:16:00.160952000 +0000 +--- tool/rbinstall.rb.orig 2015-03-25 03:33:14 UTC ++++ tool/rbinstall.rb @@ -311,6 +311,7 @@ libdir = CONFIG[CONFIG.fetch("libdirname", "libdir"), true] rubyhdrdir = CONFIG["rubyhdrdir", true] |