Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 09:07:29 +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: r338428 - in head/devel: libccid pcsc-lite
Message-ID:  <201401020907.s0297Th2009053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Thu Jan  2 09:07:29 2014
New Revision: 338428
URL: http://svnweb.freebsd.org/changeset/ports/338428

Log:
  Fix make fetch

Modified:
  head/devel/libccid/Makefile
  head/devel/pcsc-lite/Makefile

Modified: head/devel/libccid/Makefile
==============================================================================
--- head/devel/libccid/Makefile	Thu Jan  2 09:03:39 2014	(r338427)
+++ head/devel/libccid/Makefile	Thu Jan  2 09:07:29 2014	(r338428)
@@ -4,7 +4,9 @@
 PORTNAME=	ccid
 PORTVERSION=	1.4.14
 CATEGORIES=	devel
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/3971/
+#MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/3971/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	arved
 
 MAINTAINER=	arved@FreeBSD.org
 COMMENT=	Generic USB CCID (Chip/Smart Card Interface Devices) driver

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Thu Jan  2 09:03:39 2014	(r338427)
+++ head/devel/pcsc-lite/Makefile	Thu Jan  2 09:07:29 2014	(r338428)
@@ -5,7 +5,9 @@ PORTNAME=	pcsc-lite
 PORTVERSION=	1.8.10
 PORTEPOCH=	2
 CATEGORIES=	devel security
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/3963/
+#MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/3963/
+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?201401020907.s0297Th2009053>