Received: by mail.netbsd.org (Postfix, from userid 605) id 480B684F1F; Sun, 19 Feb 2023 12:54:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7650184F13 for ; Sun, 19 Feb 2023 12:54:24 +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 LP05Yzm7aT2p for ; Sun, 19 Feb 2023 12:54:24 +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 E2D1A84D3C for ; Sun, 19 Feb 2023 12:54:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFCCCFA90; Sun, 19 Feb 2023 12:54:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676811263243730" MIME-Version: 1.0 Date: Sun, 19 Feb 2023 12:54:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/php81 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230219125423.CFCCCFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676811263243730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 19 12:54:23 UTC 2023 Modified Files: pkgsrc/lang/php81: Makefile distinfo Log Message: lang/php81: set DIST_SUBDIR for safety To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php81/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/php81/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676811263243730 Content-Disposition: inline Content-Length: 1742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php81/Makefile diff -u pkgsrc/lang/php81/Makefile:1.11 pkgsrc/lang/php81/Makefile:1.12 --- pkgsrc/lang/php81/Makefile:1.11 Fri Feb 17 14:40:26 2023 +++ pkgsrc/lang/php81/Makefile Sun Feb 19 12:54:23 2023 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2023/02/17 14:40:26 nikita Exp $ +# $NetBSD: Makefile,v 1.12 2023/02/19 12:54:23 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # +DIST_SUBDIR= php81-20230214 PKGNAME= php-${PHP_VERSION:S/RC/rc/} PKGREVISION= 1 Index: pkgsrc/lang/php81/distinfo diff -u pkgsrc/lang/php81/distinfo:1.19 pkgsrc/lang/php81/distinfo:1.20 --- pkgsrc/lang/php81/distinfo:1.19 Fri Feb 17 14:40:26 2023 +++ pkgsrc/lang/php81/distinfo Sun Feb 19 12:54:23 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2023/02/17 14:40:26 nikita Exp $ +$NetBSD: distinfo,v 1.20 2023/02/19 12:54:23 taca Exp $ -BLAKE2s (php-8.1.16.tar.xz) = f87094e12870371bcdd17e09fdc01fd092cd16e899468ae9b14c02cd9c3f729e -SHA512 (php-8.1.16.tar.xz) = 4515da38803272abfafb069d1684c66dbb5086987b148c48dd7d8acf8f5316d255cf321ec57d6fbffe914a35551a533446ac13c34bb7c984e0d109247e8e64da -Size (php-8.1.16.tar.xz) = 11760948 bytes +BLAKE2s (php81-20230214/php-8.1.16.tar.xz) = f87094e12870371bcdd17e09fdc01fd092cd16e899468ae9b14c02cd9c3f729e +SHA512 (php81-20230214/php-8.1.16.tar.xz) = 4515da38803272abfafb069d1684c66dbb5086987b148c48dd7d8acf8f5316d255cf321ec57d6fbffe914a35551a533446ac13c34bb7c984e0d109247e8e64da +Size (php81-20230214/php-8.1.16.tar.xz) = 11760948 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 --_----------=_1676811263243730--