From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 09:07:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BBF6767; Thu, 2 Jan 2014 09:07:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 076F413C2; Thu, 2 Jan 2014 09:07:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0297TM0009055; Thu, 2 Jan 2014 09:07:29 GMT (envelope-from arved@svn.freebsd.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0297Th2009053; Thu, 2 Jan 2014 09:07:29 GMT (envelope-from arved@svn.freebsd.org) Message-Id: <201401020907.s0297Th2009053@svn.freebsd.org> From: Tilman Keskinoz Date: Thu, 2 Jan 2014 09:07:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 09:07:30 -0000 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