From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 24 16:00:42 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFD916A400 for ; Fri, 24 Mar 2006 16:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F5243D45 for ; Fri, 24 Mar 2006 16:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2OG0fNY097176 for ; Fri, 24 Mar 2006 16:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2OG0f3b097175; Fri, 24 Mar 2006 16:00:41 GMT (envelope-from gnats) Date: Fri, 24 Mar 2006 16:00:41 GMT Message-Id: <200603241600.k2OG0f3b097175@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nivit@email.it (Nicola Vitale) Cc: Subject: Re: ports/94906: print/pdfmerge: cannot fetch the distfile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nicola Vitale List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 16:00:42 -0000 The following reply was made to PR ports/94906; it has been noted by GNATS. From: nivit@email.it (Nicola Vitale) To: oleg dashevskii Cc: bug-followup@FreeBSD.org Subject: Re: ports/94906: print/pdfmerge: cannot fetch the distfile Date: Fri, 24 Mar 2006 16:50:18 +0100 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, > [oleg dashevskii, 2006-03-24T12:07:53+00:00] > >Synopsis: print/pdfmerge: cannot fetch the distfile Thanks for your report. The patch in attachment adds a secondary master site. --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pdfmerge-add.secondary.master.site.patch" diff -ruN /usr/ports/print/pdfmerge/Makefile /usr/ports/print/pdfmerge.add-secondary.master.site/Makefile --- /usr/ports/print/pdfmerge/Makefile Fri Mar 18 22:56:49 2005 +++ /usr/ports/print/pdfmerge.add-secondary.master.site/Makefile Fri Mar 24 16:43:53 2006 @@ -8,7 +8,9 @@ PORTNAME= pdfmerge PORTVERSION= 1.0 CATEGORIES= print -MASTER_SITES= http://web.hku.hk/cgi-bin/cgiwrap/kangsg/freeware/ +MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ \ + http://web.hku.hk/cgi-bin/cgiwrap/kangsg/freeware/ + DISTNAME= PDFMerge EXTRACT_SUFX= .zip --pWyiEgJYm5f9v55/--