svn commit: r502822 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 27 19:43:20 UTC 2019


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


More information about the svn-ports-head mailing list