git: 9671e42b93fb - main - ftp/php-fastdfs: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Dec 2022 16:05:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9671e42b93fb8f1cf8e8e53d8253348479979b3c commit 9671e42b93fb8f1cf8e8e53d8253348479979b3c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-09 16:04:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-09 16:04:57 +0000 ftp/php-fastdfs: Cleanup - Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts --- MOVED | 1 + ftp/Makefile | 1 - ftp/php-fastdfs/Makefile | 31 ------------------------------- ftp/php-fastdfs/distinfo | 3 --- ftp/php-fastdfs/files/patch-config.m4 | 11 ----------- ftp/php-fastdfs/pkg-descr | 1 - ftp/php-fastdfs/pkg-message | 21 --------------------- 7 files changed, 1 insertion(+), 68 deletions(-) diff --git a/MOVED b/MOVED index d171822c8ab9..5b8c2f6c2522 100644 --- a/MOVED +++ b/MOVED @@ -17634,3 +17634,4 @@ devel/pecl-hrtime||2022-12-08|Requires php74 which was EOL on 2022-11-28 net-mgmt/zabbix5-frontend||2022-12-08|Requires php74 which was EOL on 2022-11-28 multimedia/php-pHash||2022-12-08|Requires php74 which was EOL on 2022-11-28 print/pecl-pdflib||2022-12-09|Requires php74 which was EOL on 2022-11-28 +ftp/php-fastdfs||2022-12-09|Requires php74 which was EOL on 2022-11-28 diff --git a/ftp/Makefile b/ftp/Makefile index 2ca7c730a9d9..17697900ac5b 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -53,7 +53,6 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd - SUBDIR += php-fastdfs SUBDIR += php74-curl SUBDIR += php74-ftp SUBDIR += php80-curl diff --git a/ftp/php-fastdfs/Makefile b/ftp/php-fastdfs/Makefile deleted file mode 100644 index d7610b00be84..000000000000 --- a/ftp/php-fastdfs/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= fastdfs -DISTVERSION= 6.0.6 -CATEGORIES= ftp -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= daniel@blodan.se -COMMENT= PHP module for accessing a FastDFS cluster -WWW= https://github.com/happyfish100/fastdfs - -LICENSE= GPLv3+ - -DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 -EXPIRATION_DATE=2022-11-28 - -LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ - libfdfsclient.so:ftp/fastdfs - -USES= php:ext - -USE_GITHUB= yes -GH_ACCOUNT= happyfish100 -GH_PROJECT= fastdfs -GH_TAGNAME= V6.06 -IGNORE_WITH_PHP= 80 81 82 - -WRKSRC_SUBDIR= php_client -CONFIGURE_ENV= ROOT=${LOCALBASE} - -PHP_MODNAME= fastdfs_client - -.include <bsd.port.mk> diff --git a/ftp/php-fastdfs/distinfo b/ftp/php-fastdfs/distinfo deleted file mode 100644 index ad482792c10d..000000000000 --- a/ftp/php-fastdfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1591016269 -SHA256 (happyfish100-fastdfs-6.0.6-V6.06_GH0.tar.gz) = d724266719235c7901bf3281134903dfdbc925c44b4c4a9f7fb451ae916c80e1 -SIZE (happyfish100-fastdfs-6.0.6-V6.06_GH0.tar.gz) = 809328 diff --git a/ftp/php-fastdfs/files/patch-config.m4 b/ftp/php-fastdfs/files/patch-config.m4 deleted file mode 100644 index dfbb549369a4..000000000000 --- a/ftp/php-fastdfs/files/patch-config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- config.m4.orig 2019-12-30 23:36:03 UTC -+++ config.m4 -@@ -10,7 +10,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t - ROOT=/usr - fi - -- PHP_ADD_INCLUDE($ROOT/local/include) -+ PHP_ADD_INCLUDE($ROOT/include) - - PHP_ADD_LIBRARY_WITH_PATH(fastcommon, $ROOT/lib, FASTDFS_CLIENT_SHARED_LIBADD) - PHP_ADD_LIBRARY_WITH_PATH(fdfsclient, $ROOT/lib, FASTDFS_CLIENT_SHARED_LIBADD) diff --git a/ftp/php-fastdfs/pkg-descr b/ftp/php-fastdfs/pkg-descr deleted file mode 100644 index 6907c7a72c8b..000000000000 --- a/ftp/php-fastdfs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -PHP module for accessing a FastDFS cluster diff --git a/ftp/php-fastdfs/pkg-message b/ftp/php-fastdfs/pkg-message deleted file mode 100644 index 203ccb1323d1..000000000000 --- a/ftp/php-fastdfs/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -[ -{ type: install - message: <<EOM -Before you can start using this module; -- Make sure you have configured client.conf to point to your FastDFS cluster - and that you see the cluster with fdfs_monitor -- Add this to your php.ini file - -fastdfs_client.base_path = /var/tmp -fastdfs_client.connect_timeout = 2 -fastdfs_client.network_timeout = 60 -fastdfs_client.log_level = info -fastdfs_client.log_filename = -fastdfs_client.http.anti_steal_secret_key = -fastdfs_client.tracker_group_count = 1 -fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf -fastdfs_client.use_connection_pool = false -fastdfs_client.connection_pool_max_idle_time = 3600 -EOM -} -]