svn commit: r448631 - head/net/megatools

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 23 17:13:23 UTC 2017


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 at 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 at 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/


More information about the svn-ports-all mailing list