Bug 82199 - [maintainer update] - security/bdc/Makefile update
Summary: [maintainer update] - security/bdc/Makefile update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 15:20 UTC by Adi Pircalabu
Modified: 2005-06-14 04:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!