Received: by mail.netbsd.org (Postfix, from userid 605) id 60B4D84EB2; Sat, 4 Mar 2023 11:09:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 911EF84E86 for ; Sat, 4 Mar 2023 11:09:07 +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 kAv-loquxCs7 for ; Sat, 4 Mar 2023 11:09:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E268584D35 for ; Sat, 4 Mar 2023 11:09:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBF51FA90; Sat, 4 Mar 2023 11:09:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167792814678120" MIME-Version: 1.0 Date: Sat, 4 Mar 2023 11:09:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/php To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230304110906.DBF51FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167792814678120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Mar 4 11:09:06 UTC 2023 Modified Files: pkgsrc/lang/php: ext.mk Log Message: php: try fixing php81 DIST_SUBDIR problem, v2 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/php/ext.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167792814678120 Content-Disposition: inline Content-Length: 897 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/ext.mk diff -u pkgsrc/lang/php/ext.mk:1.45 pkgsrc/lang/php/ext.mk:1.46 --- pkgsrc/lang/php/ext.mk:1.45 Wed Feb 7 16:14:36 2018 +++ pkgsrc/lang/php/ext.mk Sat Mar 4 11:09:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: ext.mk,v 1.45 2018/02/07 16:14:36 jperkin Exp $ +# $NetBSD: ext.mk,v 1.46 2023/03/04 11:09:06 wiz Exp $ # # PHP extension package framework, for both PECL and bundled PHP extensions. # @@ -17,6 +17,7 @@ _SYS_VARS.phpext= DISTINFO_FILE PATCHDIR .if defined(PECL_VERSION) HOMEPAGE?= http://pecl.php.net/package/${MODNAME} +DIST_SUBDIR?= php-${MODNAME} .endif .include "../../lang/php/phpversion.mk" @@ -45,7 +46,6 @@ PKGNAME?= ${PHP_PKG_PREFIX}-${MODNAME}- MASTER_SITES?= http://pecl.php.net/get/ PECL_DISTNAME?= ${MODNAME}-${PECL_VERSION} DISTNAME= ${PECL_DISTNAME} -DIST_SUBDIR?= php-${MODNAME} EXTRACT_SUFX?= .tgz .endif --_----------=_167792814678120--