[Midnightbsd-cvs] mports [23534] trunk/net-mgmt: fix ssl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 12 15:52:27 EDT 2018


Revision: 23534
          http://svnweb.midnightbsd.org/mports/?rev=23534
Author:   laffer1
Date:     2018-05-12 15:52:26 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix ssl

Modified Paths:
--------------
    trunk/net-mgmt/aircrack-ng/Makefile
    trunk/net-mgmt/docsis/Makefile

Modified: trunk/net-mgmt/aircrack-ng/Makefile
===================================================================
--- trunk/net-mgmt/aircrack-ng/Makefile	2018-05-12 19:43:13 UTC (rev 23533)
+++ trunk/net-mgmt/aircrack-ng/Makefile	2018-05-12 19:52:26 UTC (rev 23534)
@@ -13,11 +13,10 @@
 LICENSE=	gpl2 bsd3 apache2
 LICENSE_COMB=	dual
 
-USES=		gmake dos2unix
+USES=		gmake dos2unix ssl
 USE_DOS2UNIX=	yes
 DOS2UNIX_FILES=	src/osdep/byteorder.h
 MAKE_ARGS=	unstable=true libnl=false prefix=${PREFIX}
-USE_OPENSSL=	yes
 SUB_FILES=	pkg-message
 
 BIN_FILES=	airdecloak-ng buddy-ng aircrack-ng airdecap-ng ivstools \

Modified: trunk/net-mgmt/docsis/Makefile
===================================================================
--- trunk/net-mgmt/docsis/Makefile	2018-05-12 19:43:13 UTC (rev 23533)
+++ trunk/net-mgmt/docsis/Makefile	2018-05-12 19:52:26 UTC (rev 23534)
@@ -2,6 +2,7 @@
 
 PORTNAME=	docsis
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -10,12 +11,11 @@
 
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
-LIB_DEPENDS=	libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
+BUILD_DEPENDS=	gm4:devel/m4
+LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
 
 GNU_CONFIGURE=	yes
-USE_OPENSSL=	yes
-USES=		bison
+USES=		bison ssl
 
 PLIST_SUB=	MIBS=share/snmp/mibs
 



More information about the Midnightbsd-cvs mailing list