git: dd9458acc2b5 - main - devel/rubygem-mini_portile2-25: Make version 2.5.3 available
Matthias Fechner
mfechner at FreeBSD.org
Wed Aug 11 13:13:36 UTC 2021
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd9458acc2b59af13a3db7081b550b367bfbd8c9
commit dd9458acc2b59af13a3db7081b550b367bfbd8c9
Author: Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-08-11 10:52:08 +0000
Commit: Matthias Fechner <mfechner at FreeBSD.org>
CommitDate: 2021-08-11 13:13:28 +0000
devel/rubygem-mini_portile2-25: Make version 2.5.3 available
With commit 3ffe3a31fb5f1fc40448454a7b8ce8d873c562cb gitlab-ce got broken
by upgrading rubygem-mini_portile2 which broke rubygem-ruby-magic.
Added rubygem-mini_portile2 2.5.x back to port and fix dependency.
Reported by: admin at asu-vei.ru
---
devel/Makefile | 1 +
devel/rubygem-mini_portile2-25/Makefile | 19 +++++++++++++++++++
devel/rubygem-mini_portile2-25/distinfo | 3 +++
devel/rubygem-mini_portile2-25/pkg-descr | 5 +++++
devel/rubygem-ruby-magic/Makefile | 3 ++-
5 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/devel/Makefile b/devel/Makefile
index df746d93be4b..af7b2db6aa41 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6402,6 +6402,7 @@
SUBDIR += rubygem-middleware
SUBDIR += rubygem-mini_histogram
SUBDIR += rubygem-mini_portile2
+ SUBDIR += rubygem-mini_portile2-25
SUBDIR += rubygem-minitest
SUBDIR += rubygem-mixlib-archive
SUBDIR += rubygem-mixlib-authentication
diff --git a/devel/rubygem-mini_portile2-25/Makefile b/devel/rubygem-mini_portile2-25/Makefile
new file mode 100644
index 000000000000..8fe9d28ad409
--- /dev/null
+++ b/devel/rubygem-mini_portile2-25/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= mini_portile2
+PORTVERSION= 2.5.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -25
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Simple autoconf builder for developers
+
+LICENSE= MIT
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^2\.5\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-mini_portile2-25/distinfo b/devel/rubygem-mini_portile2-25/distinfo
new file mode 100644
index 000000000000..e66e7a417d0a
--- /dev/null
+++ b/devel/rubygem-mini_portile2-25/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1628675917
+SHA256 (rubygem/mini_portile2-2.5.3.gem) = d348a0cbbbfc11fa6d955ac6e9e74fc307b91a117745c2ff090eb09c22ada0a9
+SIZE (rubygem/mini_portile2-2.5.3.gem) = 26624
diff --git a/devel/rubygem-mini_portile2-25/pkg-descr b/devel/rubygem-mini_portile2-25/pkg-descr
new file mode 100644
index 000000000000..0cbd1b4d91f0
--- /dev/null
+++ b/devel/rubygem-mini_portile2-25/pkg-descr
@@ -0,0 +1,5 @@
+This project is a minimalistic implementation of a port/recipe system
+for developers. Because "Works on my machine" is unacceptable for a
+library maintainer.
+
+WWW: https://github.com/luislavena/mini_portile
diff --git a/devel/rubygem-ruby-magic/Makefile b/devel/rubygem-ruby-magic/Makefile
index 99bcc5052af3..2573d88bedeb 100644
--- a/devel/rubygem-ruby-magic/Makefile
+++ b/devel/rubygem-ruby-magic/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ruby-magic
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= File Magic in ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-mini_portile2>=2.5.0<2.6:devel/rubygem-mini_portile2
+RUN_DEPENDS= rubygem-mini_portile2-25>=2.5.0<2.6:devel/rubygem-mini_portile2-25
USES= gem
USE_RUBY= yes
More information about the dev-commits-ports-all
mailing list