svn commit: r502826 - branches/2019Q2/ftp/curl

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


Author: sunpoet
Date: Mon May 27 20:21:56 2019
New Revision: 502826
URL: https://svnweb.freebsd.org/changeset/ports/502826

Log:
  MFH: r502822
  
  Fix RTSP option
  
  - Bump PORTREVISION for package change
  
  PR:		238137
  Reported by:	tobik
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2019Q2/ftp/curl/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/ftp/curl/Makefile
==============================================================================
--- branches/2019Q2/ftp/curl/Makefile	Mon May 27 20:14:29 2019	(r502825)
+++ branches/2019Q2/ftp/curl/Makefile	Mon May 27 20:21:56 2019	(r502826)
@@ -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-all mailing list