Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 11:11:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306435 - head/devel/libevent2
Message-ID:  <201210261111.q9QBBI7l086177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 26 11:11:17 2012
New Revision: 306435
URL: http://svn.freebsd.org/changeset/ports/306435

Log:
  Fix master_site to allow fetch without redirection neither https (this fix
  authentication error happening from time to time)
  
  Hat:		portmgr
  Feature safe:	yes
  Reported by:	avg

Modified:
  head/devel/libevent2/Makefile

Modified: head/devel/libevent2/Makefile
==============================================================================
--- head/devel/libevent2/Makefile	Fri Oct 26 11:08:05 2012	(r306434)
+++ head/devel/libevent2/Makefile	Fri Oct 26 11:11:17 2012	(r306435)
@@ -8,7 +8,7 @@
 PORTNAME=	libevent2
 DISTVERSION=	2.0.20
 CATEGORIES=	devel
-MASTER_SITES=	https://github.com/downloads/libevent/libevent/
+MASTER_SITES=	http://cloud.github.com/downloads/libevent/libevent/
 DISTNAME=	${PORTNAME:S/2//}-${DISTVERSION}-stable
 
 MAINTAINER=	mm@FreeBSD.org
@@ -17,7 +17,6 @@ COMMENT=	API for executing callback func
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-FETCH_ARGS=	-pRr
 USE_GNOME=	lthack
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210261111.q9QBBI7l086177>