Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E14D84D6F for ; Sat, 23 Dec 2023 09:58:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J0wTz4Arqnqo for ; Sat, 23 Dec 2023 09:58:53 +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 C462384CD9 for ; Sat, 23 Dec 2023 09:58:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDFE6FA42; Sat, 23 Dec 2023 09:58:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703325532293670" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 09:58:52 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/lang/php To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223095852.BDFE6FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703325532293670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 09:58:52 UTC 2023 Modified Files: pkgsrc/lang/php: pear.mk Log Message: update master site for pear. remove redundant To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/php/pear.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703325532293670 Content-Disposition: inline Content-Length: 740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/pear.mk diff -u pkgsrc/lang/php/pear.mk:1.33 pkgsrc/lang/php/pear.mk:1.34 --- pkgsrc/lang/php/pear.mk:1.33 Sat May 6 14:04:41 2023 +++ pkgsrc/lang/php/pear.mk Sat Dec 23 09:58:52 2023 @@ -1,4 +1,4 @@ -# $NetBSD: pear.mk,v 1.33 2023/05/06 14:04:41 taca Exp $ +# $NetBSD: pear.mk,v 1.34 2023/12/23 09:58:52 zafer Exp $ # # This Makefile fragment is intended to be included by packages that build # and install pear packages. @@ -32,8 +32,7 @@ PKGNAME= ${PHP_PKG_PREFIX}-pear-${DISTNA CATEGORIES+= www MASTER_SITE_PEAR_PACKAGE+= \ - http://download.pear.php.net/package/ \ - http://pear.php.net/get/ + https://pear.php.net/get/ MASTER_SITES+= ${MASTER_SITE_PEAR_PACKAGE} DIST_SUBDIR?= pear --_----------=_1703325532293670--