aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-05 14:45:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-05 14:45:29 +0000
commitaa290296e29c0c4757de39e98de5342b114cd8e3 (patch)
treeeac0ca72db8b1aa16016a849b4ac7bcf13463913
parent4d314874e0e79560c0f2176059d3b766b5fbf75d (diff)
downloadports-aa290296e29c0c4757de39e98de5342b114cd8e3.tar.gz
ports-aa290296e29c0c4757de39e98de5342b114cd8e3.zip
devel/pecl-jsmin: Cleanup
- Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pecl-jsmin/Makefile17
-rw-r--r--devel/pecl-jsmin/distinfo3
-rw-r--r--devel/pecl-jsmin/pkg-descr1
5 files changed, 1 insertions, 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.