Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9D74E7A234 for ; Fri, 23 Dec 2016 23:01:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 176C1856A1; Fri, 23 Dec 2016 23:01:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C6F4855FC for ; Fri, 23 Dec 2016 23:01:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zojPbHFEDAcy for ; Fri, 23 Dec 2016 23:01:14 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 07B6A85576 for ; Fri, 23 Dec 2016 23:01:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BF8CFBA6; Fri, 23 Dec 2016 23:01:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482534073103610" MIME-Version: 1.0 Date: Fri, 23 Dec 2016 23:01:13 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/security/php-mcrypt To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161223230113.9BF8CFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482534073103610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Dec 23 23:01:13 UTC 2016 Modified Files: pkgsrc/security/php-mcrypt: Makefile Log Message: There is no such thing as PHP 5.5 anymore. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/php-mcrypt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482534073103610 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/php-mcrypt/Makefile diff -u pkgsrc/security/php-mcrypt/Makefile:1.11 pkgsrc/security/php-mcrypt/Makefile:1.12 --- pkgsrc/security/php-mcrypt/Makefile:1.11 Fri Dec 23 18:40:15 2016 +++ pkgsrc/security/php-mcrypt/Makefile Fri Dec 23 23:01:13 2016 @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2016/12/23 18:40:15 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2016/12/23 23:01:13 joerg Exp $ MODNAME= mcrypt CATEGORIES+= security COMMENT= PHP extension for the mcrypt crypto algorithms library -CONFLICTS= php-mcrypt-[0-9]* +CONFLICTS= php-mcrypt-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} # mcrypt is deprecated and removed in 7.1.x -PHP_VERSIONS_ACCEPTED= 55 56 70 +PHP_VERSIONS_ACCEPTED= 56 70 .include "../../lang/php/ext.mk" .include "../../security/libmcrypt/buildlink3.mk" --_----------=_1482534073103610--