Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 22:23:53 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317922 - head/devel/cmph
Message-ID:  <201305112223.r4BMNrEu097142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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