pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-ssdeep



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 21 16:22:56 UTC 2022

Modified Files:
        pkgsrc/security/php-ssdeep: Makefile

Log Message:
security/php-ssdeep: restrict php56 and php74

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

(Not updated more than 4 years.)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/php-ssdeep/Makefile

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

Modified files:

Index: pkgsrc/security/php-ssdeep/Makefile
diff -u pkgsrc/security/php-ssdeep/Makefile:1.7 pkgsrc/security/php-ssdeep/Makefile:1.8
--- pkgsrc/security/php-ssdeep/Makefile:1.7     Sun Jan  3 07:36:42 2021
+++ pkgsrc/security/php-ssdeep/Makefile Sat May 21 16:22:55 2022
@@ -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 @@ PECL_VERSION=         1.1.0
 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