Bug 178460 - [PATCH] devel/cmph: Fix sourceforge master site
Summary: [PATCH] devel/cmph: Fix sourceforge master site
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 17:30 UTC by John Marino
Modified: 2013-05-11 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (322 bytes, patch)
2013-05-09 17:30 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-05-09 17:30:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-09 17:30:06 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-09 17:30:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-11 23:24:00 UTC
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"
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-11 23:24:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!