From ino-qc@spotteswoode.de.eu.org  Mon Feb 14 16:07:35 2005
Return-Path: <ino-qc@spotteswoode.de.eu.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 99FFD16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Feb 2005 16:07:35 +0000 (GMT)
Received: from mail-out03.broadnet-mediascape.de (mail-out03.broadnet-mediascape.de [62.206.1.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id C84F543D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Feb 2005 16:07:34 +0000 (GMT)
	(envelope-from ino-qc@spotteswoode.de.eu.org)
Received: (qmail 212 invoked by uid 113); 14 Feb 2005 16:07:31 -0000
Received: from 212.99.207.209 by mail-out03 (envelope-from <ino-qc@spotteswoode.de.eu.org>, uid 106) with qmail-scanner-1.24 
 (trophie: 6.810-1005/406/75411.  
 Clear:RC:1(212.99.207.209):. 
 Processed in 0.59321 secs); 14 Feb 2005 16:07:31 -0000
Received: from d463cfd1.datahighways.de (HELO spotteswoode.dnsalias.org) (212.99.207.209)
  by mail-out03.broadnet-mediascape.de with SMTP; 14 Feb 2005 16:07:30 -0000
Received: (qmail 50526 invoked by uid 0); 14 Feb 2005 16:07:52 -0000
Message-Id: <20050214160730.50525.qmail@nosuch.host.here>
Date: 14 Feb 2005 16:07:30 -0000
From: "clemens fischer" <ino-qc@spotteswoode.de.eu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: "clemens fischer" <ino-qc@spotteswoode.de.eu.org>
Subject: ports/www/elinks asks for non-existent .asc signature files
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vs

>Number:         77517
>Category:       ports
>Synopsis:       ports/www/elinks asks for non-existent .asc signature files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 14 16:10:20 GMT 2005
>Closed-Date:    Wed Feb 16 08:29:21 GMT 2005
>Last-Modified:  Wed Feb 16 08:29:21 GMT 2005
>Originator:     clemens fischer <ino-qc@spotteswoode.de.eu.org>
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD spotteswoode.dnsalias.org 5.3-STABLE FreeBSD 5.3-STABLE #7:
Sat Feb 12 16:46:26 CET 2005
root@spotteswoode.dnsalias.org:/mail/freebsd/obj/mail/freebsd/RELENG_5/src/sys/n2
i386

>Description:

	as the officially distributed files don't contain a .asc signature
	file, "make fetch" fails.  .md5 checksums are offered, though, but not
	needed.  "distinfo" contains the correct checksum.

>How-To-Repeat:

	using the original Makefile, "make fetch" returns 404 on
	http://elinks.or.cz/download/elinks-0.10.2.tar.bz2.asc.

>Fix:

	apply following patch to ports Makefile:

--- Makefile.0	Mon Feb 14 15:27:42 2005
+++ Makefile	Mon Feb 14 15:28:25 2005
@@ -10,14 +10,15 @@
 CATEGORIES=	www
 MASTER_SITES=	http://keyserver.kjsl.com/~jharris/distfiles/ \
 		http://elinks.or.cz/download/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+#DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

 MAINTAINER=	jharris@widomaker.com
 COMMENT=	Elinks - links text WWW browser with enhancements

 USE_GPG?=	yes
-SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.asc
+#SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.asc
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_BZIP2=	yes
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Mon Feb 14 21:49:53 GMT 2005 
State-Changed-Why:  
Forwarded PR to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77517 

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, ino-qc@spotteswoode.de.eu.org,
	jharris@widomaker.com
Cc:  
Subject: Re: ports/77517: ports/www/elinks asks for non-existent .asc signature files
Date: Mon, 14 Feb 2005 22:49:25 +0100

 Dear maintainer, please look into this issue.
 
 Volker

From: Jason Harris <jharris@widomaker.com>
To: Volker Stolz <vs@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org, ino-qc@spotteswoode.de.eu.org,
	Jason Harris <jharris@widomaker.com>
Subject: Re: ports/77517: ports/www/elinks asks for non-existent .asc signature files
Date: Mon, 14 Feb 2005 17:32:38 -0500

 --32u276st3Jlj2kUU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Mon, Feb 14, 2005 at 10:49:25PM +0100, Volker Stolz wrote:
 
 > Dear maintainer, please look into this issue.
 
 I cannot reproduce this.  Please confirm you have:
 
   %ident Makefile=20
   Makefile:
        $FreeBSD: ports/www/elinks/Makefile,v 1.35 2005/02/13 14:32:00 vs Ex=
 p $
 
 and that this:
 
   %fetch -S 301 http://keyserver.kjsl.com/~jharris/distfiles/elinks-0.10.2.=
 tar.bz2.asc
 
 retrieves the file.
 
 NB:  It will take some more time for the tarball and signature to propagate
 to the FreeBSD distfile mirrors.  Also, I asked Jonas Fonseca in
 Message-ID: <20041112223805.GQ3782@wilma.widomaker.com>
 to continue signing the elinks distributions like Petr Baudis did.
 Please find his email address at http://elinks.or.cz/feedback.html
 and ask for this as well.  Thanks.
 
 --=20
 Jason Harris           |  NIC:  JH329, PGP:  This _is_ PGP-signed, isn't it?
 jharris@widomaker.com _|_ web:  http://keyserver.kjsl.com/~jharris/
           Got photons?   (TM), (C) 2004
 
 --32u276st3Jlj2kUU
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iJoEARECAFoFAkIRJwVTGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206ODAvcGtz
 L2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93PXRy
 dWUACgkQSypIl9OdoOPWgQCeILloXwHFlMDw3BIOrK6D5rxUT6wAn1vTt7Zl3Jan
 ek3OvJA928s8zCCq
 =iET2
 -----END PGP SIGNATURE-----
 
 --32u276st3Jlj2kUU--
State-Changed-From-To: feedback->closed 
State-Changed-By: vs 
State-Changed-When: Wed Feb 16 08:27:03 GMT 2005 
State-Changed-Why:  
Resolved: Not all distfiles are available from the same master site. 
It's a feature, not a bug! Thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77517 
>Unformatted:
