Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2004 04:00:46 -0700 (PDT)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66696: [PATCH] finance/ktoblzcheck: distfiles grouping
Message-ID:  <200405171100.i4HB0kvG046044@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66696; it has been noted by GNATS.

From: Roman Neuhauser <neuhauser@chello.cz>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/66696: [PATCH] finance/ktoblzcheck: distfiles grouping
Date: Mon, 17 May 2004 12:57:14 +0200

 --C7zPtVaVf+AK4Oqc
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 # linimon@FreeBSD.org / 2004-05-16 20:21:51 -0700:
 > When I try this, I get:
 > 
 > >> ktoblzcheck-0.4.tar.gz doesn't seem to exist in /home/pcvs/ports/distfiles/.
 > >> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/.
 > fetch: http://heanet.dl.sourceforge.net/sourceforge/ktoblzcheck-0.4.tar.gz: Not Found
 > >> Attempting to fetch from http://aleron.dl.sourceforge.net/sourceforge/.
 > fetch: http://aleron.dl.sourceforge.net/sourceforge/ktoblzcheck-0.4.tar.gz: Moved Temporarily
 > >> Attempting to fetch from http://umn.dl.sourceforge.net/sourceforge/.
 > fetch: http://umn.dl.sourceforge.net/sourceforge/ktoblzcheck-0.4.tar.gz: Moved Temporarily
 > 
 > Can the submitter confirm this?
 
     Yes, I clobbered the patch somehow. Here's a working one.
 
 -- 
 FreeBSD 4.9-RELEASE-p2
 12:15PM up 3:58, 3 users, load averages: 0.00, 0.03, 0.01
 
 --C7zPtVaVf+AK4Oqc
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="finance::ktoblzcheck.distfile-groups,1.patch"
 
 Index: finance/ktoblzcheck/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/finance/ktoblzcheck/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- finance/ktoblzcheck/Makefile	5 Apr 2004 22:27:40 -0000	1.3
 +++ finance/ktoblzcheck/Makefile	17 May 2004 09:33:27 -0000
 @@ -8,10 +8,10 @@
  PORTNAME=	ktoblzcheck
  PORTVERSION=	0.4
  CATEGORIES=	finance german
 -MASTER_SITES=	http://ktoblzcheck.sourceforge.net/download/ \
 -		${MASTER_SITE_SOURCEFORGE}
 -MASTER_SITE_SUBDIR=	${PORTNAME}
 -DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DATAFILE}
 +MASTER_SITES=	http://ktoblzcheck.sourceforge.net/download/:misc \
 +		${MASTER_SITE_SOURCEFORGE:S/$/:main/}
 +MASTER_SITE_SUBDIR=	${PORTNAME}/:main
 +DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:main ${DATAFILE}:misc
  EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
  
  MAINTAINER=	ports@FreeBSD.org
 
 --C7zPtVaVf+AK4Oqc--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405171100.i4HB0kvG046044>