Date: Thu, 21 Jan 2016 05:20:02 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406822 - head/games/nethack34 Message-ID: <201601210520.u0L5K2ao077275@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601210520.u0L5K2ao077275>