git: 3b7d6fecc9f7 - main - sysutils/rubygem-bundler1: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b7d6fecc9f762bf7f60f3827a5ba383c9a585e9 commit 3b7d6fecc9f762bf7f60f3827a5ba383c9a585e9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:28:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:28:35 +0000 sysutils/rubygem-bundler1: Remove obsoleted port Use sysutils/rubygem-bundler instead. --- sysutils/rubygem-bundler1/Makefile | 26 -------------------------- sysutils/rubygem-bundler1/distinfo | 3 --- sysutils/rubygem-bundler1/pkg-descr | 7 ------- 3 files changed, 36 deletions(-) diff --git a/sysutils/rubygem-bundler1/Makefile b/sysutils/rubygem-bundler1/Makefile deleted file mode 100644 index f0f840f8e263..000000000000 --- a/sysutils/rubygem-bundler1/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Robert Gogolok <gogo@cs.uni-sb.de> - -PORTNAME= bundler -PORTVERSION= 1.17.3 -CATEGORIES= sysutils rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 1 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Tool that manages gem dependencies for Ruby applications - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -USES= cpe gem -USE_RUBY= yes - -NO_ARCH= yes - -PLIST_FILES= bin/bundle1 bin/bundler1 - -post-install: - ${MV} ${STAGEDIR}${PREFIX}/bin/bundle ${STAGEDIR}${PREFIX}/bin/bundle1 - ${MV} ${STAGEDIR}${PREFIX}/bin/bundler ${STAGEDIR}${PREFIX}/bin/bundler1 - -.include <bsd.port.mk> diff --git a/sysutils/rubygem-bundler1/distinfo b/sysutils/rubygem-bundler1/distinfo deleted file mode 100644 index a34780530f62..000000000000 --- a/sysutils/rubygem-bundler1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1554367087 -SHA256 (rubygem/bundler-1.17.3.gem) = bc4bf75b548b27451aa9f443b18c46a739dd22ad79f7a5f90b485376a67dc352 -SIZE (rubygem/bundler-1.17.3.gem) = 364032 diff --git a/sysutils/rubygem-bundler1/pkg-descr b/sysutils/rubygem-bundler1/pkg-descr deleted file mode 100644 index 37ad539f5531..000000000000 --- a/sysutils/rubygem-bundler1/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Bundler is a tool that manages gem dependencies for your ruby application. It -takes a gem manifest file and is able to fetch, download, and install the gems -and all child dependencies specified in this manifest. It can manage any update -to the gem manifest file and update the bundled gems accordingly. It also -letsyou run any ruby code in context of the bundled gem environment. - -WWW: https://bundler.io/