From owner-svn-ports-head@FreeBSD.ORG Sat Feb 2 15:40:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C826A8C for ; Sat, 2 Feb 2013 15:40:20 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by mx1.freebsd.org (Postfix) with ESMTP id 58880887 for ; Sat, 2 Feb 2013 15:40:20 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id m1so4407421oag.12 for ; Sat, 02 Feb 2013 07:40:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=WZqz4awfmr7RkQLW3x73u/Qrl69J6d1d9wBURreh0fg=; b=auKNqNzpIiOPhlbaBKca0/KqJpB7FsNpRx3xoFpZUKGr8uf5Hzm8NTzLe48sBtI09s tt1vjtUZF/BVXAPHyv1TMVsOS0BqpC8/DKik0MoYMpgn+kn76nbkzQdu/B24ecXv2ZjZ GuJAZOIye3OCWQugHYcIJSk5j9Rk/loKtMPVsMqoYZ3pNJWLm6JGId+h5UX3W+XKYo8w yxb28h6sYI8cGhr2GWNUv43b3MU+CAePLmegn74f42qXtDuQUtUIcgBTUU0eREhNkHKj wT56z6pTmepxlaCc9WFVPZH2qmeQ5bZHb5EJeSI9XV1KNUFpnZHpcCcB44rM19uuNcta RZZw== X-Received: by 10.60.27.98 with SMTP id s2mr4384552oeg.113.1359819614416; Sat, 02 Feb 2013 07:40:14 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.182.117.36 with HTTP; Sat, 2 Feb 2013 07:39:53 -0800 (PST) In-Reply-To: <510D2E9B.3080507@FreeBSD.org> References: <201302020346.r123kLer085367@svn.freebsd.org> <510D2E9B.3080507@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Feb 2013 23:39:53 +0800 X-Google-Sender-Auth: hodaDUNhGJRGGBvnw6nxaysa9m8 Message-ID: Subject: Re: svn commit: r311414 - head/www/pecl-APC To: Bryan Drewery X-Gm-Message-State: ALoCoQkwXXkDxTeDPZbdk878OryybsxwfZ2jUhe2JQbhzqhdffcOFol4WFAmDN6Dk8AXCo/mA71o Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 15:40:20 -0000 Hi Bryan, Good idea! I've committed the DISTNAME change. Thanks. Regards, On Sat, Feb 2, 2013 at 11:19 PM, Bryan Drewery wrote: > On 2/1/2013 9:46 PM, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Sat Feb 2 03:46:20 2013 > > New Revision: 311414 > > URL: http://svnweb.freebsd.org/changeset/ports/311414 > > > > Log: > > - Revert to 3.1.13 > > - Bump PORTREVISION for updated source > > > > 3.1.14 was withdrawn by author from PECL page due to reported problems. > > In order not to bump PORTEPOCH, I changed MASTER_SITES to my LOCAL > where > > the new 3.1.14 tarball is identical to 3.1.13 tarball from PECL page. > > > > Reported by: many (via e-mail) > > > > Modified: > > head/www/pecl-APC/Makefile > > head/www/pecl-APC/distinfo > > > > Modified: head/www/pecl-APC/Makefile > > > ============================================================================== > > --- head/www/pecl-APC/Makefile Sat Feb 2 03:27:03 2013 > (r311413) > > +++ head/www/pecl-APC/Makefile Sat Feb 2 03:46:20 2013 > (r311414) > > @@ -2,9 +2,11 @@ > > # $FreeBSD$ > > > > PORTNAME= APC > > -DISTVERSION= 3.1.14 > > +PORTVERSION= 3.1.14 > > +PORTREVISION= 1 > > CATEGORIES= www > > -MASTER_SITES= http://pecl.php.net/get/ > > +#MASTER_SITES= http://pecl.php.net/get/ > > +MASTER_SITES= LOCAL/sunpoet > > PKGNAMEPREFIX= pecl- > > EXTRACT_SUFX= .tgz > > DIST_SUBDIR= PECL > > @@ -26,6 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message > > SUB_FILES= pkg-message > > USE_PHP= yes > > USE_PHPEXT= yes > > +WRKSRC= ${WRKDIR}/${PORTNAME}-3.1.13 > > > > PORTDOCS= CHANGELOG INSTALL NOTICE apc.php > > > > > > Modified: head/www/pecl-APC/distinfo > > > ============================================================================== > > --- head/www/pecl-APC/distinfo Sat Feb 2 03:27:03 2013 > (r311413) > > +++ head/www/pecl-APC/distinfo Sat Feb 2 03:46:20 2013 > (r311414) > > @@ -1,2 +1,2 @@ > > -SHA256 (PECL/APC-3.1.14.tgz) = > 043eef5e6f884e055af51d3cea6ab20fb3cd3d4804babeaeb783431592db8a49 > > -SIZE (PECL/APC-3.1.14.tgz) = 181160 > > +SHA256 (PECL/APC-3.1.14.tgz) = > 5ef8ba07729e72946e95951672a5378bed98cb5a294e79bf0f0a97ac62829abd > > +SIZE (PECL/APC-3.1.14.tgz) = 171591 > > > > > This causes checksum errors if the user already has this file > downloaded. If you insist on not bumping PORTEPOCH, I suggest updating > DISTNAME to use 3.1.13 so the existing tarball is used or renaming the > file in your local and bumping revision again so that it is properly > refetched. > > > > ================================================= > > ===> Found saved configuration for pecl-APC-3.1.14 > > => SHA256 Checksum mismatch for PECL/APC-3.1.14.tgz. > > ===> Refetch for 1 more times files: PECL/APC-3.1.14.tgz > > ===> Found saved configuration for pecl-APC-3.1.14 > > => APC-3.1.14.tgz doesn't seem to exist in /usr/ports/distfiles/PECL. > > => Attempting to fetch > http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: > http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz: > Requested Range Not Satisfiable > > => Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: APC-3.1.14.tgz: local file (181160 bytes) is longer than remote > file (171591 bytes) > > => Attempting to fetch > ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: > ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz: > Unknown FTP error > > => Attempting to fetch > ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: APC-3.1.14.tgz: local file (181160 bytes) is longer than remote > file (171591 bytes) > > => Attempting to fetch > ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: > ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz: > Not logged in > > => Attempting to fetch > ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: APC-3.1.14.tgz: local file (181160 bytes) is longer than remote > file (171591 bytes) > > => Attempting to fetch > ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: > ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz: > Non-recoverable resolver failure > > => Attempting to fetch > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz > > fetch: > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/APC-3.1.14.tgz: > Unknown FTP error > > => Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PECL/APC-3.1.14.tgz > > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PECL/APC-3.1.14.tgz: > File unavailable (e.g., file not found, no access) > > => Couldn't fetch it - please try to retrieve this > > => port manually into /usr/ports/distfiles/PECL and try again. > > *** Error code 1 > > > > Stop in /usr/ports/www/pecl-APC. > > *** Error code 1 > > > > Stop in /usr/ports/www/pecl-APC. > > ===> Cleaning for pecl-APC-3.1.14_1 > > build of /usr/ports/www/pecl-APC ended at Sat Feb 2 14:59:40 UTC 2013 > > > -- > Regards, > Bryan Drewery > bdrewery@freenode/EFNet > > -- Sunpoet Po-Chuan Hsieh 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B http://people.FreeBSD.org/~sunpoet/pgpkeys.txt