[Midnightbsd-cvs] mports [23527] trunk/ftp: bump ssl for ftp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 12 11:05:21 EDT 2018


Revision: 23527
          http://svnweb.midnightbsd.org/mports/?rev=23527
Author:   laffer1
Date:     2018-05-12 11:05:20 -0400 (Sat, 12 May 2018)
Log Message:
-----------
bump ssl for ftp

Modified Paths:
--------------
    trunk/ftp/proftpd/Makefile
    trunk/ftp/wget/Makefile

Modified: trunk/ftp/proftpd/Makefile
===================================================================
--- trunk/ftp/proftpd/Makefile	2018-05-12 15:04:12 UTC (rev 23526)
+++ trunk/ftp/proftpd/Makefile	2018-05-12 15:05:20 UTC (rev 23527)
@@ -4,7 +4,7 @@
 .if !defined(DISTVERSION)
 PORTVERSION?=	${PROFTPD_VERSION}
 .endif
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES?=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
 		https://github.com/downloads/proftpd/proftpd.github.com/ \
@@ -52,7 +52,7 @@
 GNU_CONFIGURE=	yes
 
 .if !defined(_BUILDING_PROFTPD_MODULE)
-USE_OPENSSL=	yes
+EXTENSIONS+=	ssl
 USE_RC_SUBR=	proftpd
 .endif
 

Modified: trunk/ftp/wget/Makefile
===================================================================
--- trunk/ftp/wget/Makefile	2018-05-12 15:04:12 UTC (rev 23526)
+++ trunk/ftp/wget/Makefile	2018-05-12 15:05:20 UTC (rev 23527)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wget
 DISTVERSION=	1.19.4
+PORTREVISION=	1
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	GNU
 EXTRACT_SUFX=	.tar.lz
@@ -45,7 +46,7 @@
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL=	yes
+EXTENSIONS+=	ssl
 CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE}
 CPPFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}



More information about the Midnightbsd-cvs mailing list