svn commit: r338428 - in head/devel: libccid pcsc-lite

Tilman Keskinoz arved at FreeBSD.org
Thu Jan 2 09:07:30 UTC 2014


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 at 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 at FreeBSD.org
 COMMENT=	A smartcard development library


More information about the svn-ports-all mailing list