Skip to content

Commit

Permalink
devel/rubygem-mini_portile2-25: Make version 2.5.3 available
Browse files Browse the repository at this point in the history
With commit 3ffe3a3 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@asu-vei.ru
  • Loading branch information
mfechner committed Aug 11, 2021
1 parent 13df681 commit dd9458a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1 deletion.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions 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@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>
3 changes: 3 additions & 0 deletions 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
5 changes: 5 additions & 0 deletions 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
3 changes: 2 additions & 1 deletion devel/rubygem-ruby-magic/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= ruby-magic
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand All @@ -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
Expand Down

0 comments on commit dd9458a

Please sign in to comment.