svn commit: r509421 - head/ftp/curlie
Mateusz Piotrowski
0mp at FreeBSD.org
Tue Aug 20 11:17:35 UTC 2019
Author: 0mp
Date: Tue Aug 20 11:17:35 2019
New Revision: 509421
URL: https://svnweb.freebsd.org/changeset/ports/509421
Log:
ftp/curlie: Add a missing runtime dependency
Modified:
head/ftp/curlie/Makefile
Modified: head/ftp/curlie/Makefile
==============================================================================
--- head/ftp/curlie/Makefile Tue Aug 20 10:55:50 2019 (r509420)
+++ head/ftp/curlie/Makefile Tue Aug 20 11:17:35 2019 (r509421)
@@ -3,6 +3,7 @@
PORTNAME= curlie
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= ftp net www
MAINTAINER= 0mp at FreeBSD.org
@@ -10,6 +11,8 @@ COMMENT= Frontend to cURL that adds the ease of use of
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= curl:ftp/curl
USES= go:modules
USE_GITHUB= yes
More information about the svn-ports-all
mailing list