diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-24 01:13:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-24 01:13:21 +0800 |
commit | 692bba555d0802bd68bed86ba9ff406acbb1735f (patch) | |
tree | ccbb3722ad4679a4c075a6ee0c4028cf94a3abcc | |
parent | 5808e413d9a2a66a8c028b283c6caa0bcb80ed6a (diff) | |
download | freebsd-ports-gnome-692bba555d0802bd68bed86ba9ff406acbb1735f.tar.gz freebsd-ports-gnome-692bba555d0802bd68bed86ba9ff406acbb1735f.tar.zst freebsd-ports-gnome-692bba555d0802bd68bed86ba9ff406acbb1735f.zip |
- Update MASTER_SITES to https
- Remove unneeded dependency
- While here, update WWW
PR: 221718
Submitted by: xmj
Approved by: max@kostikov.com (maintainer)
-rw-r--r-- | net/megatools/Makefile | 4 | ||||
-rw-r--r-- | net/megatools/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/megatools/Makefile b/net/megatools/Makefile index ca5b88ebd67e..2acd754b59f9 100644 --- a/net/megatools/Makefile +++ b/net/megatools/Makefile @@ -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" diff --git a/net/megatools/pkg-descr b/net/megatools/pkg-descr index 24c4865c95be..f9e2f801f97b 100644 --- a/net/megatools/pkg-descr +++ b/net/megatools/pkg-descr @@ -7,4 +7,4 @@ perform streaming downloads for example to preview videos and audio files, without needing to download the entire file. -WWW: http://megatools.megous.com/ +WWW: https://megatools.megous.com/ |