From owner-svn-ports-head@FreeBSD.ORG Sat May 11 22:23:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3BB1D66B; Sat, 11 May 2013 22:23:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7D2CF5; Sat, 11 May 2013 22:23:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BMNrfm097143; Sat, 11 May 2013 22:23:53 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BMNrEu097142; Sat, 11 May 2013 22:23:53 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201305112223.r4BMNrEu097142@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 11 May 2013 22:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317922 - head/devel/cmph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 22:23:53 -0000 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 (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