svn commit: r323376 - head/devel/pcsc-lite
Tilman Keskinoz
arved at FreeBSD.org
Sun Jul 21 12:15:18 UTC 2013
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 at FreeBSD.org
COMMENT= A smartcard development library
More information about the svn-ports-head
mailing list