Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 10:04:38 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417147 - head/net/ocserv
Message-ID:  <201606201004.u5KA4cnv055284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Mon Jun 20 10:04:38 2016
New Revision: 417147
URL: https://svnweb.freebsd.org/changeset/ports/417147

Log:
  - Update to 0.11.3
  - Add LIB_DEPENDS for security/nettle
  - Switch to USES=localbase framework
  
  ChangeLog:
    http://lists.infradead.org/pipermail/openconnect-devel/2016-June/003720.html
  
  Reviewed by:	amdmi3, junovitch (mentors)
  Approved by:	amdmi3, junovitch (mentors)
  Differential Revision:	D6890

Modified:
  head/net/ocserv/Makefile
  head/net/ocserv/distinfo

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Mon Jun 20 09:09:57 2016	(r417146)
+++ head/net/ocserv/Makefile	Mon Jun 20 10:04:38 2016	(r417147)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ocserv
-PORTVERSION=	0.11.2
+PORTVERSION=	0.11.3
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/
 
@@ -20,13 +20,12 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 
 		libprotobuf-c.so:devel/protobuf-c \
 		libgnutls.so:security/gnutls \
 		libtasn1.so:security/libtasn1 \
-		libev.so:devel/libev
+		libev.so:devel/libev \
+		libnettle.so:security/nettle
 
-USES=		autoreconf cpe gettext gmake gperf libtool ncurses \
+USES=		autoreconf cpe gettext gmake gperf libtool localbase ncurses \
 		pathfix pkgconfig readline tar:xz
 CPE_VENDOR=	infradead
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/net/ocserv/distinfo
==============================================================================
--- head/net/ocserv/distinfo	Mon Jun 20 09:09:57 2016	(r417146)
+++ head/net/ocserv/distinfo	Mon Jun 20 10:04:38 2016	(r417147)
@@ -1,2 +1,3 @@
-SHA256 (ocserv-0.11.2.tar.xz) = fd9d21ca8105bedd66fddbf727a8188184333509cc30e14fb80e2b4a6ef58170
-SIZE (ocserv-0.11.2.tar.xz) = 747240
+TIMESTAMP = 1466205742
+SHA256 (ocserv-0.11.3.tar.xz) = 629d3658a0170071af7d28eb0c3f7b1f4d5ac7a0b6011c3432e7d70e727e746d
+SIZE (ocserv-0.11.3.tar.xz) = 751616



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606201004.u5KA4cnv055284>