Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 07:40:00 GMT
From:      "Phillip R. Jaenke" <prj@rootwyrm.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190135: URL for cfengine* tarballs has changed
Message-ID:  <201405230740.s4N7e0HS012508@cgiserv.freebsd.org>
Resent-Message-ID: <201405230750.s4N7o0pR025651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190135
>Category:       ports
>Synopsis:       URL for cfengine* tarballs has changed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 07:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Phillip R. Jaenke
>Release:        10.0-RELEASE
>Organization:
>Environment:
>Description:
The URLs for CFEngine tar balls have changed, affecting sysutils/cfengine* 

No file changes, just URL scheme change.

Current: http://cfengine.com/source-code/download?file=PORT_FILENAME
Should now be: https://s3.amazonaws.com/cfengine.package-repos/tarballs/PORT_FILENAME
>How-To-Repeat:

>Fix:
cd /usr/ports/sysutils/
for i in `ls cfengine[2-3]*`; do
sed -i '' 's,http://cfengine.com/source-code/download?file=,https://s3.amazonaws.com/cfengine.package-repos/tarballs/' $i/Makefile 
done

Tested and confirmed working here. The patch, not so much so. Sorry! 

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405230740.s4N7e0HS012508>