Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 21:07:19 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362112 - head/comms/trustedqsl
Message-ID:  <201407162107.s6GL7JvV009389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shurd
Date: Wed Jul 16 21:07:18 2014
New Revision: 362112
URL: http://svnweb.freebsd.org/changeset/ports/362112
QAT: https://qat.redports.org/buildarchive/r362112/

Log:
  Copy the version matching the port to my public_distfiles
  and set MASTER_SITES to local for now.  Will fix this soon.
  
  PR:		ports/191871

Modified:
  head/comms/trustedqsl/Makefile

Modified: head/comms/trustedqsl/Makefile
==============================================================================
--- head/comms/trustedqsl/Makefile	Wed Jul 16 20:43:05 2014	(r362111)
+++ head/comms/trustedqsl/Makefile	Wed Jul 16 21:07:18 2014	(r362112)
@@ -3,7 +3,9 @@
 PORTNAME=	trustedqsl
 PORTVERSION=	2.0.2
 CATEGORIES=	comms hamradio
-MASTER_SITES=	SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/
+#MASTER_SITES=	SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	shurd
 DISTNAME=	tqsl-${PORTVERSION}
 
 MAINTAINER=	hamradio@FreeBSD.org



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