Bug 185830 - [pstch] games/doomsday fix MASTER_SITES
Summary: [pstch] games/doomsday fix MASTER_SITES
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: 2014-01-16 23:10 UTC by maxclsb
Modified: 2014-01-18 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (426 bytes, patch)
2014-01-16 23:10 UTC, maxclsb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description maxclsb 2014-01-16 23:10:00 UTC
The port games/doomsday doesn't fetch because its Sourceforge site still uses "deng" in its URL.

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/games/doomsday && make fetch
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-01-18 19:44:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-18 19:44:55 UTC
Author: rakuco
Date: Sat Jan 18 19:44:47 2014
New Revision: 340208
URL: http://svnweb.freebsd.org/changeset/ports/340208
QAT: https://qat.redports.org/buildarchive/r340208/

Log:
  Fix `make fetch' after r339985.
  
  We cannot use ${PORTNAME} in MASTER_SITE now that the port was renamed.
  
  PR:		ports/185830
  Submitted by:	Max Sterling <maxclsb@gmail.com>

Modified:
  head/games/doomsday/Makefile

Modified: head/games/doomsday/Makefile
==============================================================================
--- head/games/doomsday/Makefile	Sat Jan 18 19:29:53 2014	(r340207)
+++ head/games/doomsday/Makefile	Sat Jan 18 19:44:47 2014	(r340208)
@@ -4,7 +4,7 @@
 PORTNAME=	doomsday
 PORTVERSION=	1.12.2
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/Doomsday%20Engine/${PORTVERSION}
+MASTER_SITES=	SF/deng/Doomsday%20Engine/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Enhanced Doom, Heretic, and Hexen source port
_______________________________________________
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"