Date: Sun, 21 Jul 2013 12:15:18 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323376 - head/devel/pcsc-lite Message-ID: <201307211215.r6LCFIJp007943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Sun Jul 21 12:15:18 2013 New Revision: 323376 URL: http://svnweb.freebsd.org/changeset/ports/323376 Log: Swith to MASTER_SITE_LOCAL, as alioth.debian.org does not like the HTTP request sent by fetch Modified: head/devel/pcsc-lite/Makefile Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Sun Jul 21 11:27:17 2013 (r323375) +++ head/devel/pcsc-lite/Makefile Sun Jul 21 12:15:18 2013 (r323376) @@ -5,7 +5,9 @@ PORTNAME= pcsc-lite PORTVERSION= 1.8.8 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= https://alioth.debian.org/frs/download.php/3862/ +#MASTER_SITES= https://alioth.debian.org/frs/download.php/3862/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved MAINTAINER= arved@FreeBSD.org COMMENT= A smartcard development library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307211215.r6LCFIJp007943>