The cfengine-3.5.0b1.tar.gz no longer fetches. I believe it's because 3.5.0 has been released so the beta version has been removed. Fix: Update the port to the latest release version or mark it broken.
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
Author: cy Date: Tue Jun 18 14:18:35 2013 New Revision: 321190 URL: http://svnweb.freebsd.org/changeset/ports/321190 Log: Beta no longer available now that 3.5.0 has gone GA. PR: 179677 Modified: head/sysutils/cfengine-devel/Makefile Modified: head/sysutils/cfengine-devel/Makefile ============================================================================== --- head/sysutils/cfengine-devel/Makefile Tue Jun 18 13:53:16 2013 (r321189) +++ head/sysutils/cfengine-devel/Makefile Tue Jun 18 14:18:35 2013 (r321190) @@ -18,6 +18,7 @@ FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTF CONFLICTS= cfengine-[23]* IGNORE= Development has not branched from 3.5.0 yet +BROKEN= Not fetchavle USE_RC_SUBR= cf-execd cf-serverd _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks.