diff options
author | cpm <cpm@FreeBSD.org> | 2017-05-19 06:11:54 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-05-19 06:11:54 +0800 |
commit | a8f6779a384961e035020d335aacf198b1c1e2a9 (patch) | |
tree | 683c2842deecfc040657c68689b95c297d042d54 /net | |
parent | 89182bfebfe11509c70649dbdd15484040f39d91 (diff) | |
download | freebsd-ports-gnome-a8f6779a384961e035020d335aacf198b1c1e2a9.tar.gz freebsd-ports-gnome-a8f6779a384961e035020d335aacf198b1c1e2a9.tar.zst freebsd-ports-gnome-a8f6779a384961e035020d335aacf198b1c1e2a9.zip |
- Add security/oath-toolkit to LIB_DEPENDS
- Sort BUILD_DEPENDS and LIB_DEPENDS
- Enable radius support
- Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r-- | net/ocserv/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index ee30f040470d..dc490c9896a2 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -3,6 +3,7 @@ PORTNAME= ocserv PORTVERSION= 0.11.8 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \ LOCAL/cpm @@ -14,16 +15,18 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= autogen:devel/autogen \ - gsed:textproc/gsed \ - bash:shells/bash + bash:shells/bash \ + gsed:textproc/gsed LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libiconv.so:converters/libiconv \ + libev.so:devel/libev \ libtalloc.so:devel/talloc \ libprotobuf-c.so:devel/protobuf-c \ + libradcli.so:net/radcli \ libgnutls.so:security/gnutls \ libtasn1.so:security/libtasn1 \ - libev.so:devel/libev \ - libnettle.so:security/nettle + libnettle.so:security/nettle \ + liboath.so:security/oath-toolkit USES= autoreconf cpe gmake gperf libtool localbase ncurses \ pathfix pkgconfig readline tar:xz @@ -34,8 +37,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls \ --enable-local-libopts \ --without-http-parser \ - --without-pcl-lib \ - --without-radius + --without-pcl-lib USERS= _ocserv GROUPS= _ocserv |