git: 318dc33ca088 - main - devel/rubygem-sprockets-rails-rails71: Add rubygem-sprockets-rails-rails71 3.4.2 (copied from rubygem-sprockets-rails-rails70)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=318dc33ca088238229263c07d98c8dd7504e9c00
commit 318dc33ca088238229263c07d98c8dd7504e9c00
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 07:56:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 07:56:52 +0000
devel/rubygem-sprockets-rails-rails71: Add rubygem-sprockets-rails-rails71 3.4.2 (copied from rubygem-sprockets-rails-rails70)
- Change RUN_DEPENDS from rubygem-sprockets3 to rubygem-sprockets
---
devel/Makefile | 1 +
devel/rubygem-sprockets-rails-rails71/Makefile | 22 ++++++++++++++++++++++
devel/rubygem-sprockets-rails-rails71/distinfo | 3 +++
devel/rubygem-sprockets-rails-rails71/pkg-descr | 1 +
4 files changed, 27 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index e28205d7e475..551c13d1353c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7395,6 +7395,7 @@
SUBDIR += rubygem-sprockets-rails-rails60
SUBDIR += rubygem-sprockets-rails-rails61
SUBDIR += rubygem-sprockets-rails-rails70
+ SUBDIR += rubygem-sprockets-rails-rails71
SUBDIR += rubygem-sprockets-sass
SUBDIR += rubygem-sprockets2
SUBDIR += rubygem-sprockets3
diff --git a/devel/rubygem-sprockets-rails-rails71/Makefile b/devel/rubygem-sprockets-rails-rails71/Makefile
new file mode 100644
index 000000000000..1c4702aca325
--- /dev/null
+++ b/devel/rubygem-sprockets-rails-rails71/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= sprockets-rails
+PORTVERSION= 3.4.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails71
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Sprockets Rails integration
+WWW= https://github.com/rails/sprockets-rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-actionpack71>=5.2:www/rubygem-actionpack71 \
+ rubygem-activesupport71>=5.2:devel/rubygem-activesupport71 \
+ rubygem-sprockets>=3.0.0:devel/rubygem-sprockets
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-sprockets-rails-rails71/distinfo b/devel/rubygem-sprockets-rails-rails71/distinfo
new file mode 100644
index 000000000000..ebb029ff2a72
--- /dev/null
+++ b/devel/rubygem-sprockets-rails-rails71/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697330212
+SHA256 (rubygem/sprockets-rails-3.4.2.gem) = 36d6327757ccf7460a00d1d52b2d5ef0019a4670503046a129fa1fb1300931ad
+SIZE (rubygem/sprockets-rails-3.4.2.gem) = 15872
diff --git a/devel/rubygem-sprockets-rails-rails71/pkg-descr b/devel/rubygem-sprockets-rails-rails71/pkg-descr
new file mode 100644
index 000000000000..04e7020dca45
--- /dev/null
+++ b/devel/rubygem-sprockets-rails-rails71/pkg-descr
@@ -0,0 +1 @@
+Sprockets Rails integration