svn commit: r362112 - head/comms/trustedqsl
Stephen Hurd
shurd at FreeBSD.org
Wed Jul 16 21:07:19 UTC 2014
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 at FreeBSD.org
More information about the svn-ports-all
mailing list