From owner-svn-ports-all@freebsd.org Sat Nov 14 19:05:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CCBEA2F232; Sat, 14 Nov 2015 19:05:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 243A11D0E; Sat, 14 Nov 2015 19:05:00 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEJ4xUH014586; Sat, 14 Nov 2015 19:04:59 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEJ4xLR014584; Sat, 14 Nov 2015 19:04:59 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201511141904.tAEJ4xLR014584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 14 Nov 2015 19:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401584 - head/www/serf 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.20 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: Sat, 14 Nov 2015 19:05:00 -0000 Author: ohauer Date: Sat Nov 14 19:04:58 2015 New Revision: 401584 URL: https://svnweb.freebsd.org/changeset/ports/401584 Log: project moved from code.google to serf.apache.org - update MATER_SITES and pkg-desc to reflect new home Approved by: lev@ (implicit) Modified: head/www/serf/Makefile head/www/serf/pkg-descr Modified: head/www/serf/Makefile ============================================================================== --- head/www/serf/Makefile Sat Nov 14 18:59:48 2015 (r401583) +++ head/www/serf/Makefile Sat Nov 14 19:04:58 2015 (r401584) @@ -5,7 +5,7 @@ PORTNAME= serf PORTVERSION= 1.3.8 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://serf.googlecode.com/svn/src_releases/ +MASTER_SITES= APACHE/serf MAINTAINER= lev@FreeBSD.org COMMENT= Serf HTTP client library Modified: head/www/serf/pkg-descr ============================================================================== --- head/www/serf/pkg-descr Sat Nov 14 18:59:48 2015 (r401583) +++ head/www/serf/pkg-descr Sat Nov 14 19:04:58 2015 (r401584) @@ -4,4 +4,4 @@ running the read/write communication asy and transformations are kept to a minimum to provide high performance operation. -WWW: http://code.google.com/p/serf/ +WWW: http://serf.apache.org/