pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-ssdeep security/php-ssdeep: restrict php5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10f6d53b1bc5
branches:  trunk
changeset: 379694:10f6d53b1bc5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 21 16:22:55 2022 +0000

description:
security/php-ssdeep: restrict php56 and php74

* Resrict this package for php56 and php74.
* Update HOMEPAGE.

(Not updated more than 4 years.)

diffstat:

 security/php-ssdeep/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 151442b7b6cb -r 10f6d53b1bc5 security/php-ssdeep/Makefile
--- a/security/php-ssdeep/Makefile      Sat May 21 16:02:02 2022 +0000
+++ b/security/php-ssdeep/Makefile      Sat May 21 16:22:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/01/03 07:36:42 taca Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/21 16:22:55 taca Exp $
 #
 
 MODNAME=               ssdeep
@@ -6,10 +6,12 @@
 CATEGORIES+=           security
 
 MAINTAINER=            khorben%defora.org@localhost
-HOMEPAGE=              https://treffynnon.github.io/php_ssdeep/
+HOMEPAGE=              https://github.com/php/pecl-text-ssdeep
 COMMENT=               PHP extension for ssdeep
 LICENSE=               artistic
 
+PHP_VERSIONS_ACCEPTED= 56 74
+
 CONFIGURE_ARGS+=       --with-ssdeep=${PREFIX}
 
 CONFLICTS=             php-ssdeep-[0-9]*



Home | Main Index | Thread Index | Old Index