I'm not sure this port ever worked since it was updated. devel/cmph master_site fixed here: https://raw.github.com/jrmarino/DeltaPorts/ed46b5bd3a713c05915e20c1047fe41f761cc501/ports/devel/cmph/diffs/Makefile.diff For convenience it's also pasted below.
Maintainer of devel/cmph, Please note that PR ports/178460 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178460 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: rakuco Date: Sat May 11 22:23:52 2013 New Revision: 317922 URL: http://svnweb.freebsd.org/changeset/ports/317922 Log: Fix MASTER_SITES. Version 2.0 is located one directory up. PR: ports/178460 Submitted by: John Marino <draco@marino.st> (maintainer) Modified: head/devel/cmph/Makefile Modified: head/devel/cmph/Makefile ============================================================================== --- head/devel/cmph/Makefile Sat May 11 21:51:03 2013 (r317921) +++ head/devel/cmph/Makefile Sat May 11 22:23:52 2013 (r317922) @@ -7,7 +7,7 @@ PORTNAME= cmph PORTVERSION= 2.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= jessekempf@gmail.com COMMENT= Minimal perfect hashes for C _______________________________________________ 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: feedback->closed Committed. Thanks!