From owner-svn-ports-all@FreeBSD.ORG Fri Oct 5 19:13:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CEBC1065672; Fri, 5 Oct 2012 19:13:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0693E8FC0C; Fri, 5 Oct 2012 19:13:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q95JDtDc026893; Fri, 5 Oct 2012 19:13:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q95JDtaG026891; Fri, 5 Oct 2012 19:13:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210051913.q95JDtaG026891@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 5 Oct 2012 19:13:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305318 - head/devel/pkgconf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 05 Oct 2012 19:13:56 -0000 Author: bapt Date: Fri Oct 5 19:13:55 2012 New Revision: 305318 URL: http://svn.freebsd.org/changeset/ports/305318 Log: provide a new mirror Modified: head/devel/pkgconf/Makefile Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Fri Oct 5 19:00:00 2012 (r305317) +++ head/devel/pkgconf/Makefile Fri Oct 5 19:13:55 2012 (r305318) @@ -3,7 +3,8 @@ PORTNAME= pkgconf PORTVERSION= 0.8.9 CATEGORIES= devel -MASTER_SITES= http://tortois.es/~nenolod/distfiles/ +MASTER_SITES= http://tortois.es/~nenolod/distfiles/ \ + http://files.etoilebsd.net/pkgconf/ MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags