Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 16:24:05 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178460: [PATCH] devel/cmph: Fix sourceforge master site
Message-ID:  <201305091624.r49GO5Qr097558@oldred.FreeBSD.org>
Resent-Message-ID: <201305091630.r49GU0o8080729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178460
>Category:       ports
>Synopsis:       [PATCH] devel/cmph: Fix sourceforge master site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 09 16:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:

>Fix:
--- Makefile.orig	2013-03-19 13:04:30.000000000 +0000
+++ Makefile
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:



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