git: 42ca354608d5 - main - textproc/rubygem-autoprefixer-rails1025: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Apr 2024 10:44:47 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=42ca354608d521d0581b4289c56021341a488ab6 commit 42ca354608d521d0581b4289c56021341a488ab6 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-04-02 10:43:23 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-04-02 10:43:23 +0000 textproc/rubygem-autoprefixer-rails1025: Remove expired port textproc/rubygem-autoprefixer-rails1025 --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-autoprefixer-rails1025/Makefile | 22 ---------------------- textproc/rubygem-autoprefixer-rails1025/distinfo | 3 --- textproc/rubygem-autoprefixer-rails1025/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 29 deletions(-) diff --git a/MOVED b/MOVED index 6a609795b28c..c39b8b9eb9ab 100644 --- a/MOVED +++ b/MOVED @@ -3135,3 +3135,4 @@ security/akmos||2024-04-01|Has expired: Last release in 2018, no active developm sysutils/uefi-edk2-bhyve-csm||2024-04-01|Has expired: Requires old edk2 version and gcc 4.8 net/samba413||2024-04-01|Has expired: Reached its EoL on March 21, 2022 science/py-asdf-unit-schemas|science/py-asdf-standard|2024-04-01|Has expired: This package is decommissioned and no longer provides any ASDF schemas. The schemas provided by the package were duplicates of the schemas provided by asdf-standard. Use science/py-asdf-standard instead +textproc/rubygem-autoprefixer-rails1025|textproc/rubygem-autoprefixer-rails|2024-04-02|Obselete, please use textproc/rubygem-autoprefixer-rails instead diff --git a/textproc/Makefile b/textproc/Makefile index 5c7c1b11d16a..9b2a343a3116 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1734,7 +1734,6 @@ SUBDIR += rubygem-asciidoctor-plantuml SUBDIR += rubygem-asciidoctor-plantuml00 SUBDIR += rubygem-autoprefixer-rails - SUBDIR += rubygem-autoprefixer-rails1025 SUBDIR += rubygem-babel-source SUBDIR += rubygem-babel-transpiler SUBDIR += rubygem-babosa diff --git a/textproc/rubygem-autoprefixer-rails1025/Makefile b/textproc/rubygem-autoprefixer-rails1025/Makefile deleted file mode 100644 index 2ddc49aea8f0..000000000000 --- a/textproc/rubygem-autoprefixer-rails1025/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= autoprefixer-rails -PORTVERSION= 10.2.5.1 -CATEGORIES= textproc ruby -MASTER_SITES= RG -PKGNAMESUFFIX= 1025 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= Parse CSS and add vendor prefixes to CSS rules -WWW= https://github.com/ai/autoprefixer-rails - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-execjs>=0:devel/rubygem-execjs - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^10\.2\.5\. - -.include <bsd.port.mk> diff --git a/textproc/rubygem-autoprefixer-rails1025/distinfo b/textproc/rubygem-autoprefixer-rails1025/distinfo deleted file mode 100644 index 80201417f5bc..000000000000 --- a/textproc/rubygem-autoprefixer-rails1025/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1637592026 -SHA256 (rubygem/autoprefixer-rails-10.2.5.1.gem) = 3711d67f1112361c7628847ac192d8aa6f3b8abe47527aee8a69dc8985e798ee -SIZE (rubygem/autoprefixer-rails-10.2.5.1.gem) = 675328 diff --git a/textproc/rubygem-autoprefixer-rails1025/pkg-descr b/textproc/rubygem-autoprefixer-rails1025/pkg-descr deleted file mode 100644 index 0ea3e77ffb43..000000000000 --- a/textproc/rubygem-autoprefixer-rails1025/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using -values from the Can I Use. This gem provides Ruby and Ruby on Rails integration -with this JavaScript tool.