From owner-svn-ports-all@FreeBSD.ORG Tue Aug 21 09:54:26 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 B94F0106564A; Tue, 21 Aug 2012 09:54:26 +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 A4AF48FC0A; Tue, 21 Aug 2012 09:54:26 +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 q7L9sQ7w010019; Tue, 21 Aug 2012 09:54:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7L9sQSc010017; Tue, 21 Aug 2012 09:54:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201208210954.q7L9sQSc010017@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 21 Aug 2012 09:54:26 +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: r302853 - 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: Tue, 21 Aug 2012 09:54:26 -0000 Author: bapt Date: Tue Aug 21 09:54:26 2012 New Revision: 302853 URL: http://svn.freebsd.org/changeset/ports/302853 Log: - add a mirror Modified: head/devel/pkgconf/Makefile Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Tue Aug 21 09:29:33 2012 (r302852) +++ head/devel/pkgconf/Makefile Tue Aug 21 09:54:26 2012 (r302853) @@ -8,7 +8,8 @@ PORTNAME= pkgconf PORTVERSION= 0.8.7 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= pkg-config compatible utility which does not depend on glib