aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 11:11:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 11:11:17 +0000
commitf9d5d91db909e4fa73329c6dc34a4d1a59ac13cb (patch)
treea387e22b41da9bef2e85ecabdc0bce917035f900
parent3acfca324de4a610de0eb5924a624c3bd6e94527 (diff)
downloadports-f9d5d91db909e4fa73329c6dc34a4d1a59ac13cb.tar.gz
ports-f9d5d91db909e4fa73329c6dc34a4d1a59ac13cb.zip
Notes
-rw-r--r--devel/libevent2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index d5888a7e50bc..086c49c31ae2 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -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 functions on events or timeouts
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-FETCH_ARGS= -pRr
USE_GNOME= lthack
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"