Date: Tue, 31 Dec 2024 16:25:48 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07b1effb04a4 - main - textproc/rubygem-terser11: Remove obsoleted port Message-ID: <202412311625.4BVGPmfS042135@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=07b1effb04a4c92ff48c1428dcc48d5560251cb1 commit 07b1effb04a4c92ff48c1428dcc48d5560251cb1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:17:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:46 +0000 textproc/rubygem-terser11: Remove obsoleted port Use textproc/rubygem-terser instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-terser11/Makefile | 20 -------------------- textproc/rubygem-terser11/distinfo | 3 --- textproc/rubygem-terser11/pkg-descr | 1 - 5 files changed, 1 insertion(+), 25 deletions(-) diff --git a/MOVED b/MOVED index be8cca07623e..1b80628d6860 100644 --- a/MOVED +++ b/MOVED @@ -3798,3 +3798,4 @@ textproc/rubygem-kramdown23|textproc/rubygem-kramdown|2024-12-31|Remove obsolete textproc/rubygem-rexml32|textproc/rubygem-rexml|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rexml instead textproc/rubygem-rexml33|textproc/rubygem-rexml|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rexml instead textproc/rubygem-rouge43|textproc/rubygem-rouge|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rouge instead +textproc/rubygem-terser11|textproc/rubygem-terser|2024-12-31|Remove obsoleted port. Use textproc/rubygem-terser instead diff --git a/textproc/Makefile b/textproc/Makefile index 8a8bfff0a901..35a9a3140d11 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1983,7 +1983,6 @@ SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table SUBDIR += rubygem-terser - SUBDIR += rubygem-terser11 SUBDIR += rubygem-text SUBDIR += rubygem-tidy_ffi SUBDIR += rubygem-toml diff --git a/textproc/rubygem-terser11/Makefile b/textproc/rubygem-terser11/Makefile deleted file mode 100644 index f889bf34938a..000000000000 --- a/textproc/rubygem-terser11/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= terser -PORTVERSION= 1.1.20 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 11 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Minify JavaScript files by wrapping TerserJS to be accessible in Ruby -WWW= https://github.com/ahorek/terser-ruby - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-execjs>=0.3.0<3:devel/rubygem-execjs - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/rubygem-terser11/distinfo b/textproc/rubygem-terser11/distinfo deleted file mode 100644 index 512ad6e601a3..000000000000 --- a/textproc/rubygem-terser11/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1701364496 -SHA256 (rubygem/terser-1.1.20.gem) = 4921b2f9daf4d830eb4af90d692b5d73e899352f9eec77dc345da5717e479e2e -SIZE (rubygem/terser-1.1.20.gem) = 175616 diff --git a/textproc/rubygem-terser11/pkg-descr b/textproc/rubygem-terser11/pkg-descr deleted file mode 100644 index 1f533241843d..000000000000 --- a/textproc/rubygem-terser11/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Ruby wrapper for Terser JavaScript compressor.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGPmfS042135>