git: e517fac32817 - main - devel/rubygem-pdk: Re-add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Oct 2024 07:49:44 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e517fac32817895cd82d44d96a57a6279e2a5ab6
commit e517fac32817895cd82d44d96a57a6279e2a5ab6
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2024-10-01 07:46:07 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2024-10-01 07:49:35 +0000
devel/rubygem-pdk: Re-add missing dependency
The dependency was removed in 42ee955d88e10641d80dc4db964b448ae19de54b
to workaround an issue fixed in
29d5e9f2c22c5c27f165929f8b8236401f09aeb8.
Now that the dependency is available, fix the port.
---
devel/rubygem-pdk/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-pdk/Makefile b/devel/rubygem-pdk/Makefile
index 00cfeea1383a..06ffa296d201 100644
--- a/devel/rubygem-pdk/Makefile
+++ b/devel/rubygem-pdk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pdk
PORTVERSION= 3.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -23,6 +23,7 @@ RUN_DEPENDS= rubygem-bundler>=2.1.0,1<3.0.0,1:sysutils/rubygem-bundler \
rubygem-json-schema>=4.0:devel/rubygem-json-schema \
rubygem-minitar0>=0.8<1:archivers/rubygem-minitar0 \
rubygem-pathspec>=1.1:devel/rubygem-pathspec \
+ rubygem-puppet-modulebuilder>=1.0,<2.0:devel/rubygem-puppet-modulebuilder \
rubygem-tty-prompt>=0.23<1:devel/rubygem-tty-prompt \
rubygem-tty-spinner>=0.9<1:devel/rubygem-tty-spinner \
rubygem-tty-which>=0.5<1:devel/rubygem-tty-which