Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2017 17:13:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448631 - head/net/megatools
Message-ID:  <201708231713.v7NHDMaL099562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 23 17:13:21 2017
New Revision: 448631
URL: https://svnweb.freebsd.org/changeset/ports/448631

Log:
  - Update MASTER_SITES to https
  - Remove unneeded dependency
  - While here, update WWW
  
  PR:		221718
  Submitted by:	xmj
  Approved by:	max@kostikov.com (maintainer)

Modified:
  head/net/megatools/Makefile
  head/net/megatools/pkg-descr

Modified: head/net/megatools/Makefile
==============================================================================
--- head/net/megatools/Makefile	Wed Aug 23 16:54:08 2017	(r448630)
+++ head/net/megatools/Makefile	Wed Aug 23 17:13:21 2017	(r448631)
@@ -3,8 +3,9 @@
 
 PORTNAME=	megatools
 PORTVERSION=	1.9.98
+PORTREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	http://megatools.megous.com/builds/
+MASTER_SITES=	https://megatools.megous.com/builds/
 
 MAINTAINER=	max@kostikov.co
 COMMENT=	Command line tools for MEGA.NZ cloud drive
@@ -14,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 BUILD_DEPENDS=	asciidoc:textproc/asciidoc
-RUN_DEPENDS=	glib-networking>=2.32.0:net/glib-networking
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"

Modified: head/net/megatools/pkg-descr
==============================================================================
--- head/net/megatools/pkg-descr	Wed Aug 23 16:54:08 2017	(r448630)
+++ head/net/megatools/pkg-descr	Wed Aug 23 17:13:21 2017	(r448631)
@@ -7,4 +7,4 @@ perform streaming downloads for example to preview vid
 and audio files, without needing to download the entire
 file.
 
-WWW: http://megatools.megous.com/
+WWW: https://megatools.megous.com/



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