From ae2dfad431b51c88f0f1ab2e0bb114102e03c88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 3 Oct 2016 10:58:29 +0200 Subject: [PATCH] serf: update HOMEPAGE and source URI. --- net-libs/serf/serf-1.3.8.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/serf/serf-1.3.8.recipe b/net-libs/serf/serf-1.3.8.recipe index c30843f50..b48c394d3 100644 --- a/net-libs/serf/serf-1.3.8.recipe +++ b/net-libs/serf/serf-1.3.8.recipe @@ -3,11 +3,11 @@ DESCRIPTION="The serf library is a C-based HTTP client library built upon the \ Apache Portable Runtime (APR) library. It multiplexes connections, running \ the read/write communication asynchronously. Memory copies and \ transformations are kept to a minimum to provide high performance operation." -HOMEPAGE="http://code.google.com/p/serf/" +HOMEPAGE="https://serf.apache.org/" COPYRIGHT="2002-2013 Justin Erenkrantz and Greg Stein" LICENSE="Apache v2" REVISION="2" -SOURCE_URI="http://serf.googlecode.com/svn/src_releases/serf-$portVersion.tar.bz2" +SOURCE_URI="https://archive.apache.org/dist/serf/serf-$portVersion.tar.bz2" CHECKSUM_SHA256="e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590" PATCHES="serf-$portVersion.patchset"