ports/89585: add http download url (port 70 not reachable)

Toni Schmidbauer toni at stderror.at
Sat Nov 26 15:10:38 UTC 2005


>Number:         89585
>Category:       ports
>Synopsis:       add http download url (port 70 not reachable)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 26 15:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Toni Schmidbauer
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
stderror.at
>Environment:
System: FreeBSD steve.stderror.at 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 12 00:07:57 CET 2005 root at steve.stderror.at:/usr/obj/usr/src/sys/STEVE amd64

>Description:

	http://gopher.quux.org:70/devel/offlineimap/ is not reachable so add
	http://quux.org/devel/offlineimap/ which seems to be the same site only 
	over port 80

>How-To-Repeat:

>Fix:

diff -Nur offlineimap.orig/Makefile offlineimap/Makefile
--- offlineimap.orig/Makefile   Sat Nov 26 15:50:15 2005
+++ offlineimap/Makefile        Sat Nov 26 16:02:02 2005
@@ -9,7 +9,8 @@
 PORTVERSION=   4.0.11
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_LOCAL} \
-               http://gopher.quux.org:70/devel/offlineimap/
+               http://gopher.quux.org:70/devel/offlineimap/ \
+               http://quux.org/devel/offlineimap/
 MASTER_SITE_SUBDIR=    sergei
 DISTNAME=      ${PORTNAME}_${PORTVERSION}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list