Date: Mon, 27 May 2019 19:43:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502822 - head/ftp/curl Message-ID: <201905271943.x4RJhCnR075691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 27 19:43:11 2019 New Revision: 502822 URL: https://svnweb.freebsd.org/changeset/ports/502822 Log: Fix RTSP option - Bump PORTREVISION for package change PR: 238137 Reported by: tobik Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Mon May 27 19:43:07 2019 (r502821) +++ head/ftp/curl/Makefile Mon May 27 19:43:11 2019 (r502822) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.65.0 +PORTREVISION= 1 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -131,7 +132,7 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl RTMP_CONFIGURE_WITH= librtmp RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp RTMP_USES= pkgconfig -RTSP_ENABLE= rtsp +RTSP_CONFIGURE_ENABLE= rtsp SMB_CONFIGURE_ENABLE= smb SMTP_CONFIGURE_ENABLE= smtp TELNET_CONFIGURE_ENABLE=telnet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905271943.x4RJhCnR075691>