svn commit: r406822 - head/games/nethack34

Greg Lewis glewis at FreeBSD.org
Thu Jan 21 05:20:04 UTC 2016


Author: glewis
Date: Thu Jan 21 05:20:02 2016
New Revision: 406822
URL: https://svnweb.freebsd.org/changeset/ports/406822

Log:
  . Fix MASTER_SITES and thus fetch.
  
  PR:		206429
  Submitted by:	groot at kde.org

Modified:
  head/games/nethack34/Makefile

Modified: head/games/nethack34/Makefile
==============================================================================
--- head/games/nethack34/Makefile	Thu Jan 21 04:02:59 2016	(r406821)
+++ head/games/nethack34/Makefile	Thu Jan 21 05:20:02 2016	(r406822)
@@ -5,7 +5,7 @@ PORTNAME=	nethack34
 PORTVERSION=	3.4.3
 PORTREVISION=	9
 CATEGORIES=	games
-MASTER_SITES=	SF
+MASTER_SITES=	SF/${TRUEPORTNAME}/${TRUEPORTNAME}/${PORTVERSION}
 DISTNAME=	${TRUEPORTNAME}-${PORTVERSION:S/.//g}-src
 
 MAINTAINER=	glewis at FreeBSD.org


More information about the svn-ports-all mailing list