[Midnightbsd-cvs] mports [23522] trunk/comms: update ssl config for comms ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 10:57:32 EDT 2018
Revision: 23522
http://svnweb.midnightbsd.org/mports/?rev=23522
Author: laffer1
Date: 2018-05-12 10:57:31 -0400 (Sat, 12 May 2018)
Log Message:
-----------
update ssl config for comms ports
Modified Paths:
--------------
trunk/comms/kermit/Makefile
trunk/comms/libimobiledevice/Makefile
Modified: trunk/comms/kermit/Makefile
===================================================================
--- trunk/comms/kermit/Makefile 2018-05-12 14:56:36 UTC (rev 23521)
+++ trunk/comms/kermit/Makefile 2018-05-12 14:57:31 UTC (rev 23522)
@@ -2,6 +2,7 @@
PORTNAME= kermit
PORTVERSION= 9.0.302
+PORTREVISION= 1
CATEGORIES= comms ftp net
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \
ftp://ftp.icm.edu.pl/pub/kermit/archives/
@@ -9,9 +10,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Serial and network communications package
+
LICENSE= bsd3
-USE_OPENSSL= yes
+USES= ssl
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= freebsd9
Modified: trunk/comms/libimobiledevice/Makefile
===================================================================
--- trunk/comms/libimobiledevice/Makefile 2018-05-12 14:56:36 UTC (rev 23521)
+++ trunk/comms/libimobiledevice/Makefile 2018-05-12 14:57:31 UTC (rev 23522)
@@ -2,7 +2,7 @@
PORTNAME= libimobiledevice
PORTVERSION= 1.1.6
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= comms
MASTER_SITES= http://www.${PORTNAME}.org/downloads/
@@ -13,8 +13,7 @@
SLAVE_PORT?= no
-USES+= libtool pathfix pkgconfig tar:bzip2
-USE_OPENSSL= yes
+USES+= libtool pathfix pkgconfig ssl tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \
openssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
More information about the Midnightbsd-cvs
mailing list