From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 14 12:20:24 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 AA41D16A4DD for ; Mon, 14 Aug 2006 12:20:24 +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 2449B43D49 for ; Mon, 14 Aug 2006 12:20:24 +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 k7ECKNik068963 for ; Mon, 14 Aug 2006 12:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ECKNah068962; Mon, 14 Aug 2006 12:20:23 GMT (envelope-from gnats) Resent-Date: Mon, 14 Aug 2006 12:20:23 GMT Resent-Message-Id: <200608141220.k7ECKNah068962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adi Pircalabu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ADF716A4E7 for ; Mon, 14 Aug 2006 12:15:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D03543D70 for ; Mon, 14 Aug 2006 12:15:04 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7ECF4OQ024539 for ; Mon, 14 Aug 2006 12:15:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k7ECF4PW024530; Mon, 14 Aug 2006 12:15:04 GMT (envelope-from nobody) Message-Id: <200608141215.k7ECF4PW024530@www.freebsd.org> Date: Mon, 14 Aug 2006 12:15:04 GMT From: Adi Pircalabu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/102009: [MAINTAINER] security/bdc: fix Makefile for fetch instructions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 12:20:24 -0000 >Number: 102009 >Category: ports >Synopsis: [MAINTAINER] security/bdc: fix Makefile for fetch instructions >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 14 12:20:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Adi Pircalabu >Release: 6.1-STABLE >Organization: BitDefender >Environment: FreeBSD apircalabu 6.1-STABLE FreeBSD 6.1-STABLE #3: Thu Aug 3 14:32:18 EEST 2006 root@apircalabu:/usr/obj/usr/src/sys/GERULA i386 >Description: This patch modifies the download paths for LICENSE and distfiles. >How-To-Repeat: cd /usr/ports/security/bdc && make distclean && make fetch Follow the instructions. >Fix: --- bdc-distfile.diff starts here --- --- /usr/ports/security/bdc/Makefile Thu Apr 13 11:16:39 2006 +++ /data/adi/work/ports/bdc/Makefile Mon Aug 14 15:07:12 2006 @@ -40,9 +40,9 @@ IGNORE= :\n\ You have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after\n\ reading and agreeing to the license at:\n\ -http://download.bitdefender.com/freebsd/${BDREL}/final/LICENSE\n\ +http://download.bitdefender.com/unices/old/freebsd/${BDREL}/final/LICENSE\n\ A direct link to the distribution file:\n\ -http://download.bitdefender.com/freebsd/${BDREL}/final/${DISTNAME}${EXTRACT_SUFX}\n\ +http://download.bitdefender.com/unices/old/freebsd/${BDREL}/final/${DISTNAME}${EXTRACT_SUFX}\n\ Once the file has been downloaded move it to\n\ ${DISTDIR} and restart the build.\n .endif --- bdc-distfile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: