On Tue, March 14, 2017 22:17, Rafael Sadowski wrote: > ping ... My browser complains that connection to new HOMEPAGE is not secure.
> > On Tue Feb 28, 2017 at 07:17:15PM +0100, David Coppa wrote: >> Ok with me. >> >> Ciao! >> David >> >> Il 28 feb 2017 18:32, "Rafael Sadowski" <[email protected]> ha scritto: >> >> - Switch to HTTPS >> - fix MASTER_SITES >> >> Index: Makefile >> =================================================================== >> RCS file: /cvs/ports/devel/libevent2/Makefile,v >> retrieving revision 1.13 >> diff -u -p -u -p -r1.13 Makefile >> --- Makefile 11 Mar 2016 19:59:13 -0000 1.13 >> +++ Makefile 28 Feb 2017 17:29:53 -0000 >> @@ -5,9 +5,9 @@ COMMENT= event notification library >> V= 2.0.22 >> DISTNAME= libevent-$V-stable >> PKGNAME= libevent-$V >> -REVISION= 0 >> +REVISION= 1 >> CATEGORIES= devel >> -HOMEPAGE= http://libevent.org/ >> +HOMEPAGE= https://libevent.org/ >> >> SHARED_LIBS+= event_core 1.1 # 6.9 >> SHARED_LIBS+= event_extra 0.1 # 6.9 >> @@ -17,7 +17,7 @@ SHARED_LIBS+= event_pthreads 0.0 # 6.9 >> # BSD >> PERMIT_PACKAGE_CDROM= Yes >> >> -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=levent/} >> +MASTER_SITES= https://github.com/libevent/libevent/releases/download/ >> release-${V}-stable/ >> >> WANTLIB= crypto pthread ssl > >
