From owner-svn-ports-head@FreeBSD.ORG Wed Mar 20 20:32:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 838D3A18; Wed, 20 Mar 2013 20:32:11 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7078228A; Wed, 20 Mar 2013 20:32:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KKWBnW073753; Wed, 20 Mar 2013 20:32:11 GMT (envelope-from thomas@svn.freebsd.org) Received: (from thomas@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2KKWBV1073750; Wed, 20 Mar 2013 20:32:11 GMT (envelope-from thomas@svn.freebsd.org) Message-Id: <201303202032.r2KKWBV1073750@svn.freebsd.org> From: Thomas Quinot Date: Wed, 20 Mar 2013 20:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314760 - in head/security: calife calife-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 20:32:11 -0000 Author: thomas (src committer) Date: Wed Mar 20 20:32:10 2013 New Revision: 314760 URL: http://svnweb.freebsd.org/changeset/ports/314760 Log: Update MASTER_SITES for Calife, as per upstream developer's indication. Modified: head/security/calife-devel/Makefile head/security/calife/Makefile Modified: head/security/calife-devel/Makefile ============================================================================== --- head/security/calife-devel/Makefile Wed Mar 20 20:32:10 2013 (r314759) +++ head/security/calife-devel/Makefile Wed Mar 20 20:32:10 2013 (r314760) @@ -8,8 +8,7 @@ PORTNAME= calife PORTVERSION= 3.0.1 CATEGORIES= security -MASTER_SITES= http://dev.keltia.net/attachments/download/8/ \ - http://static.keltia.net/download/ +MASTER_SITES= http://assets.keltia.net/calife/ DISTNAME= calife-3.0.1 MAKE_JOBS_SAFE=yes Modified: head/security/calife/Makefile ============================================================================== --- head/security/calife/Makefile Wed Mar 20 20:32:10 2013 (r314759) +++ head/security/calife/Makefile Wed Mar 20 20:32:10 2013 (r314760) @@ -8,8 +8,7 @@ PORTNAME= calife PORTVERSION= 2.8.6.5 CATEGORIES= security -MASTER_SITES= ftp://postfix.eu.org/pub/calife/ \ - ftp://frmug.org/pub/calife/ +MASTER_SITES= http://assets.keltia.net/calife/ DISTNAME= calife-2.8.6-p5 MAINTAINER= thomas@FreeBSD.org