svn commit: r483447 - head/net/ocserv

Yuri Victorovich yuri at FreeBSD.org
Tue Oct 30 04:45:21 UTC 2018


Author: yuri
Date: Tue Oct 30 04:45:20 2018
New Revision: 483447
URL: https://svnweb.freebsd.org/changeset/ports/483447

Log:
  net/ocserv: Use devel/libpcl as a dependency
  
  PR:		232771
  Approved by:	Carlos J. Puga Medina <cpm at freebsd.org> (maintainer)

Modified:
  head/net/ocserv/Makefile

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Tue Oct 30 04:38:26 2018	(r483446)
+++ head/net/ocserv/Makefile	Tue Oct 30 04:45:20 2018	(r483447)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocserv
 PORTVERSION=	0.12.1
+PORTREVISION=	1
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/ \
 		LOCAL/cpm
@@ -23,7 +24,8 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libgnutls.so:security/gnutls \
 		libtasn1.so:security/libtasn1 \
 		libnettle.so:security/nettle \
-		liboath.so:security/oath-toolkit
+		liboath.so:security/oath-toolkit \
+		libpcl.so:devel/libpcl
 
 USES=		autoreconf cpe gperf libtool localbase ncurses \
 		pathfix pkgconfig readline tar:xz
@@ -31,8 +33,7 @@ CPE_VENDOR=	infradead
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--without-geoip \
-		--without-http-parser \
-		--without-pcl-lib
+		--without-http-parser
 
 USERS=		_ocserv
 GROUPS=		_ocserv


More information about the svn-ports-all mailing list