diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-08 01:47:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-08 01:47:48 +0800 |
commit | f48a5f0e6b23143f0aab7a934bdca27d34bceb54 (patch) | |
tree | 6720e6eb63ad3e04f3c4accb4df7b5d75e235e51 /Mk | |
parent | b0bb119620dba9c38c4eff1e09069133a68248d0 (diff) | |
download | freebsd-ports-gnome-f48a5f0e6b23143f0aab7a934bdca27d34bceb54.tar.gz freebsd-ports-gnome-f48a5f0e6b23143f0aab7a934bdca27d34bceb54.tar.zst freebsd-ports-gnome-f48a5f0e6b23143f0aab7a934bdca27d34bceb54.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
- 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 835864261770..559ed7710cc4 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -192,7 +192,7 @@ RUBY21= "" # PLIST_SUB helpers # Ruby 2.2 # RUBY_RELVERSION= 2.2.2 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY22= "" # PLIST_SUB helpers |