git: e707bfc1007a - main - devel/rubygem-p4ruby: Update version 2024.2.2682777=>2024.2.2736761
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 14:14:06 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e707bfc1007a40246354c30310d6dcbdaa6a3be2
commit e707bfc1007a40246354c30310d6dcbdaa6a3be2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-06-28 13:36:28 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-06-28 14:13:36 +0000
devel/rubygem-p4ruby: Update version 2024.2.2682777=>2024.2.2736761
Changelog: https://github.com/perforce/p4ruby/releases/tag/2024.2
---
devel/rubygem-p4ruby/Makefile | 4 ++--
devel/rubygem-p4ruby/distinfo | 6 +++---
devel/rubygem-p4ruby/files/patch-ext_P4_extconf.rb | 19 ++-----------------
3 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/devel/rubygem-p4ruby/Makefile b/devel/rubygem-p4ruby/Makefile
index 0243cbe4146e..3643506217fa 100644
--- a/devel/rubygem-p4ruby/Makefile
+++ b/devel/rubygem-p4ruby/Makefile
@@ -1,5 +1,5 @@
PORTNAME= p4ruby
-DISTVERSION= 2024.2.2682777
+DISTVERSION= 2024.2.2736761
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api \
rubygem-net-ftp>0:ftp/rubygem-net-ftp
RUN_DEPENDS= rubygem-net-ftp>0:ftp/rubygem-net-ftp
-USES= gem
+USES= gem ssl
CONFIGURE_ARGS= --with-p4api-dir=${LOCALBASE} --with-p4api-lib=${LOCALBASE}/lib/perforce
diff --git a/devel/rubygem-p4ruby/distinfo b/devel/rubygem-p4ruby/distinfo
index 65948e04f49d..2941cd4c2d50 100644
--- a/devel/rubygem-p4ruby/distinfo
+++ b/devel/rubygem-p4ruby/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1782044493
-SHA256 (rubygem/p4ruby-2024.2.2682777.gem) = 8aa378b8e45477ee97bbd3ff8db0b031ffa50a4cf732c089e7c86f2c7cc57040
-SIZE (rubygem/p4ruby-2024.2.2682777.gem) = 55296
+TIMESTAMP = 1782653629
+SHA256 (rubygem/p4ruby-2024.2.2736761.gem) = f2a1d35314c67aba7ac196cef12c51378a3a1c48fe5ba42a24d091190f0a4f04
+SIZE (rubygem/p4ruby-2024.2.2736761.gem) = 55808
diff --git a/devel/rubygem-p4ruby/files/patch-ext_P4_extconf.rb b/devel/rubygem-p4ruby/files/patch-ext_P4_extconf.rb
index 65ed4911dbd5..ed0a427205b6 100644
--- a/devel/rubygem-p4ruby/files/patch-ext_P4_extconf.rb
+++ b/devel/rubygem-p4ruby/files/patch-ext_P4_extconf.rb
@@ -1,4 +1,4 @@
---- ext/P4/extconf.rb.orig 2024-01-21 10:40:57 UTC
+--- ext/P4/extconf.rb.orig 2026-06-28 13:34:31 UTC
+++ ext/P4/extconf.rb
@@ -384,23 +384,8 @@ def resolve_p4api_dir
@@ -26,22 +26,7 @@
p4api_dir
end
-@@ -455,12 +440,12 @@ def p4_platform_label
- raise 'Automatic fetching of p4api from perforce FTP is not supported on Windows'
- when /darwin19|darwin[2-9][0-9]/
- "macosx1015#{p4_cpu(:darwin)}"
-- when /darwin/
-+ when /darwin/
- "darwin90#{p4_cpu(:darwin)}"
- when /solaris/
- "solaris10#{p4_cpu(:solaris)}"
- when /linux/
-- "linux26#{p4_cpu(:linux)}"
-+ "linux26#{p4_cpu(:linux)}"
- end
- end
-
-@@ -586,7 +571,7 @@ puts "$libs #{$libs}"
+@@ -593,7 +578,7 @@ puts "$libs #{$libs}"
puts "$libs #{$libs}"
# Parse the Version file into a ruby structure