From owner-freebsd-ports@FreeBSD.ORG Sat Jan 17 22:03:28 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 240B79EB for ; Sat, 17 Jan 2015 22:03:28 +0000 (UTC) Received: from lb1-smtp-cloud3.xs4all.net (lb1-smtp-cloud3.xs4all.net [194.109.24.22]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AAFBDEBE for ; Sat, 17 Jan 2015 22:03:27 +0000 (UTC) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud3.xs4all.net with ESMTP id hA3P1p00F2iF10301A3RWL; Sat, 17 Jan 2015 23:03:25 +0100 Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.9/8.14.9) with ESMTP id t0HM3NTC053622; Sat, 17 Jan 2015 23:03:23 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Sat, 17 Jan 2015 23:03:23 +0100 (CET) From: Marco Beishuizen X-X-Sender: marco@localhost Reply-To: Marco Beishuizen To: Scot Hetzel Subject: Re: updating alpine port to new version (as a maintainer) In-Reply-To: Message-ID: References: <20150117165844.GS44537@home.opsec.eu> <20150117182525.GU44537@home.opsec.eu> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Kurt Jaeger , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2015 22:03:28 -0000 On Sat, 17 Jan 2015, the wise Scot Hetzel wrote: > Are you using the correct version of the maildir.patch.gz. > > If you look on line 116 of the original Makefile, it shows: > > 116 PATCH_SITES= http://patches.freeiz.com/alpine/patches/alpine-2.11/ > 117 PATCHFILES+= maildir.patch.gz > > You should change that line so that it shows alpine-2.20 or > alpine-${PORTVERSION} instead. Yes I already saw this and changed it. > I checked the alpine-2.20/maildir.patch.gz and it shows that sm_read > requires 2 arguments. > > Since the patch file isn't versioned, you will have to remove the file > from your distfiles and run make checksum to update the checksum for > the file. This didn't work: ===> License APACHE20 accepted by the user ===> Found saved configuration for alpine-2.11_2 ===> alpine-2.20 depends on file: /usr/local/sbin/pkg - found => alpine-2.20.tar.xz doesn't seem to exist in /usr/ports/distfiles/alpine-2.20. => Attempting to fetch http://patches.freeiz.com/alpine/release/src/alpine-2.20.tar.xz alpine-2.20.tar.xz 100% of 4717 kB 388 kBps 00m12s => maildir.patch.gz doesn't seem to exist in /usr/ports/distfiles/alpine-2.20. => Attempting to fetch http://patches.freeiz.com/alpine/patches/alpine-2.20/maildir.patch.gz maildir.patch.gz 100% of 33 kB 5433 kBps 00m00s ===> Fetching all distfiles required by alpine-2.20 for building => SHA256 Checksum OK for alpine-2.20/alpine-2.20.tar.xz. => No SHA256 checksum recorded for alpine-2.20/maildir.patch.gz. => No suitable checksum found for alpine-2.20/maildir.patch.gz. *** Error code 1 > Another option is to change lines 116 and 117 to: > > 116 PATCH_SITES= http://patches.freeiz.com/alpine/patches/ > 117 PATCHFILES+= alpine-${PORTVERSION}/maildir.patch.gz > > This will ensure everyone has the correct version of the maildir.patch.gz file. Errors here too: ===> License APACHE20 accepted by the user ===> Found saved configuration for alpine-2.11_2 ===> alpine-2.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by alpine-2.20 for building => SHA256 Checksum OK for alpine-2.20/alpine-2.20.tar.xz. cannot open alpine-2.20/alpine-2.20/maildir.patch.gz: No such file or directory *** Error code 2 Regards, Marco -- I have made this letter longer than usual because I lack the time to make it shorter. -- Blaise Pascal