ports/77517: ports/www/elinks asks for non-existent .asc signature files
clemens fischer
ino-qc at spotteswoode.de.eu.org
Mon Feb 14 16:10:24 UTC 2005
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 14 16:10:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: clemens fischer <ino-qc at 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 at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list