pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove wip/php-redis5



Module Name:	pkgsrc-wip
Committed By:	Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By:	jdolecek
Date:		Sat May 1 20:51:09 2021 +0200
Changeset:	ae301bb0adc377f7cb1b2f7daa0df9e88e0878f8

Modified Files:
	Makefile
Removed Files:
	php-redis5/DESCR
	php-redis5/Makefile
	php-redis5/distinfo

Log Message:
remove wip/php-redis5

it is deprecated by pkgsrc/database/php-redis, which has a newer version 5.3.3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae301bb0adc377f7cb1b2f7daa0df9e88e0878f8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 -
 php-redis5/DESCR    |  6 ------
 php-redis5/Makefile | 30 ------------------------------
 php-redis5/distinfo |  6 ------
 4 files changed, 43 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index aa757c632b..afca1bc64a 100644
--- a/Makefile
+++ b/Makefile
@@ -3069,7 +3069,6 @@ SUBDIR+=	php-dotclear
 SUBDIR+=	php-imagick-imagick6
 SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
-SUBDIR+=	php-redis5
 SUBDIR+=	php-snuffleupagus
 SUBDIR+=	php-tclink
 SUBDIR+=	php-uuid
diff --git a/php-redis5/DESCR b/php-redis5/DESCR
deleted file mode 100644
index 19d2b2fe62..0000000000
--- a/php-redis5/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-The phpredis extension provides an API for communicating with the Redis
-key-value store. It is released under the PHP License, version 3.01.
-This code has been developed and maintained by Owlient from
-November 2009 to March 2011.
-
-This version support PHP 7 and drops support for PHP 5.x
diff --git a/php-redis5/Makefile b/php-redis5/Makefile
deleted file mode 100644
index 944a232e2c..0000000000
--- a/php-redis5/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2019/09/10 13:26:15 otis Exp $
-#
-
-MODNAME=	redis5
-PKGMODNAME=	redis
-PECL_VERSION=	5.3.2
-PECL_DISTNAME=	${PECL_VERSION}
-CATEGORIES=	databases
-MASTER_SITES=	${MASTER_SITE_GITHUB:=phpredis/}
-GITHUB_PROJECT=	phpredis
-EXTRACT_SUFX=	.tar.gz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/phpredis/phpredis
-COMMENT=	PHP extension for Redis
-LICENSE=	php
-
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
-
-PHP_VERSIONS_ACCEPTED=		72 73 74
-PHP_VERSIONS_INCOMPATIBLE=	56
-
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-CFLAGS+=	-Wno-error=return-type
-.endif
-
-.include "../../textproc/php-json/buildlink3.mk"
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/php-redis5/distinfo b/php-redis5/distinfo
deleted file mode 100644
index 783df01880..0000000000
--- a/php-redis5/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2019/09/10 13:26:15 otis Exp $
-
-SHA1 (php-redis5/5.3.2.tar.gz) = ff9bfc6e78efd4ad185619b7640491f4a77a02a9
-RMD160 (php-redis5/5.3.2.tar.gz) = cf30b81f0e448d9b06b99e816e038d28463378de
-SHA512 (php-redis5/5.3.2.tar.gz) = 0b923ad3f46395f82be7fa89e27999bf3304fbeb17188185afe34d37310afe818e07548034e42c2471ed22b8f8d664eda9b8b0a359c8e1126126d95574410e25
-Size (php-redis5/5.3.2.tar.gz) = 284006 bytes


Home | Main Index | Thread Index | Old Index