diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-08 01:46:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-08 01:46:52 +0800 |
commit | b0bb119620dba9c38c4eff1e09069133a68248d0 (patch) | |
tree | 1c952e6eefebf1e957e64f6d3c4809564a6a29a5 /Mk | |
parent | bbe726c45c5dc6adcc9cad1fe5ee75fe4ca45e69 (diff) | |
download | freebsd-ports-gnome-b0bb119620dba9c38c4eff1e09069133a68248d0.tar.gz freebsd-ports-gnome-b0bb119620dba9c38c4eff1e09069133a68248d0.tar.zst freebsd-ports-gnome-b0bb119620dba9c38c4eff1e09069133a68248d0.zip |
- 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
- 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 dependency and package change
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index ad9c381a03cf..835864261770 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -182,7 +182,7 @@ RUBY20= "" # PLIST_SUB helpers # Ruby 2.1 # RUBY_RELVERSION= 2.1.6 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY21= "" # PLIST_SUB helpers |