ports/190135: URL for cfengine* tarballs has changed

Phillip R. Jaenke prj at rootwyrm.com
Fri May 23 07:50:00 UTC 2014


>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:


More information about the freebsd-ports-bugs mailing list