Bug 82199

Summary: [maintainer update] - security/bdc/Makefile update
Product: Ports & Packages Reporter: Adi Pircalabu <apircalabu>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adi Pircalabu 2005-06-13 15:20:18 UTC
MASTER_SITES change, please see the diff

Fix: 

MAINTAINER=    apircalabu@bitdefender.com
@@ -37,10 +37,10 @@
        @${ECHO} "You have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after"
        @${ECHO} "reading and agreeing to the license at:"
        @${ECHO} ""
-       @${ECHO} "ftp://ftp.bitdefender.com/pub/freebsd/${BDREL}/beta/LICENSE"
+       @${ECHO} "http://download.bitdefender.com/freebsd/${BDREL}/beta/LICENSE"
        @${ECHO} ""
        @${ECHO} "A direct link to the distribution file:"
-       @${ECHO} "ftp://ftp.bitdefender.com/pub/freebsd/${BDREL}/beta/${DISTNAME}${EXTRACT_SUFX}"
+       @${ECHO} "http://download.bitdefender.com/freebsd/${BDREL}/beta/${DISTNAME}${EXTRACT_SUFX}"
        @${ECHO} ""
        @${ECHO} "Once the file has been downloaded move it to"
        @${ECHO} "${DISTDIR} and restart the build."--tXurtaFaujul7mQaUndCnPA7rhuXFA8KIhQKVnWy0qb0GR0Q
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Mon Jun 13 16:22:38 2005
+++ Makefile    Mon Jun 13 16:47:36 2005
@@ -8,7 +8,7 @@
 PORTNAME=      bdc
 PORTVERSION=   7.0.1
 CATEGORIES=    security
-MASTER_SITES=  ftp://ftp.bitdefender.com/pub/freebsd/${BDREL}/beta/
+MASTER_SITES=  http://download.bitdefender.com/freebsd/${BDREL}/beta/
 DISTNAME=      ${PORTNAME}-${PORTVERSION}-fbsd${BDREL}
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-06-14 04:13:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

I'll take it.
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-06-14 04:20:04 UTC
State Changed
From-To: open->closed

Committed, thanks!