git: aa290296e29c - main - devel/pecl-jsmin: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Dec 2022 14:46:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa290296e29c0c4757de39e98de5342b114cd8e3 commit aa290296e29c0c4757de39e98de5342b114cd8e3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-05 14:45:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-05 14:45:29 +0000 devel/pecl-jsmin: Cleanup - Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts --- MOVED | 1 + devel/Makefile | 1 - devel/pecl-jsmin/Makefile | 17 ----------------- devel/pecl-jsmin/distinfo | 3 --- devel/pecl-jsmin/pkg-descr | 1 - 5 files changed, 1 insertion(+), 22 deletions(-) diff --git a/MOVED b/MOVED index 0cd74a69a4e5..a981e69146ac 100644 --- a/MOVED +++ b/MOVED @@ -17630,3 +17630,4 @@ devel/pecl-APCu_bc||2022-12-01|Requires php74 which was EOL on 2022-11-28 textproc/google-translate-cli|textproc/translate-shell|2022-12-02|Renamed by upstream net-mgmt/zabbix4-frontend||2022-12-05|Requires php74 which was EOL on 2022-11-28 math/pecl-stats2||2022-12-05|Requires php74 which was EOL on 2022-11-28 +devel/pecl-jsmin||2022-12-05|Requires php74 which was EOL on 2022-11-28 diff --git a/devel/Makefile b/devel/Makefile index 862e18c92a28..d281b67a9935 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3982,7 +3982,6 @@ SUBDIR += pecl-grpc SUBDIR += pecl-hrtime SUBDIR += pecl-inotify - SUBDIR += pecl-jsmin SUBDIR += pecl-json_post SUBDIR += pecl-msgpack SUBDIR += pecl-mustache diff --git a/devel/pecl-jsmin/Makefile b/devel/pecl-jsmin/Makefile deleted file mode 100644 index 36d718d1a6c2..000000000000 --- a/devel/pecl-jsmin/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PORTNAME= jsmin -PORTVERSION= 3.0.0 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PHP extension for minifying JavaScript -WWW= https://pecl.php.net/package/jsmin - -LICENSE= PHP301 - -DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 -EXPIRATION_DATE=2022-11-28 - -USES= php:pecl -IGNORE_WITH_PHP= 80 81 82 - -.include <bsd.port.mk> diff --git a/devel/pecl-jsmin/distinfo b/devel/pecl-jsmin/distinfo deleted file mode 100644 index 0b01ee8ab188..000000000000 --- a/devel/pecl-jsmin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1518452998 -SHA256 (PECL/jsmin-3.0.0.tgz) = f936ccd01df91eb73236ecfdacfd1e2d3de92e7e776ad5d0f3c6f65d17948783 -SIZE (PECL/jsmin-3.0.0.tgz) = 13156 diff --git a/devel/pecl-jsmin/pkg-descr b/devel/pecl-jsmin/pkg-descr deleted file mode 100644 index 10d83e534a23..000000000000 --- a/devel/pecl-jsmin/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This extension provides an API for minifying JavaScript.