Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 23:31:31 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426190 - head/security/openiked
Message-ID:  <201611152331.uAFNVVKn018008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel (src committer)
Date: Tue Nov 15 23:31:30 2016
New Revision: 426190
URL: https://svnweb.freebsd.org/changeset/ports/426190

Log:
  Update to openiked-1.1 and mark broken on FreeBSD 9

Modified:
  head/security/openiked/Makefile
  head/security/openiked/distinfo

Modified: head/security/openiked/Makefile
==============================================================================
--- head/security/openiked/Makefile	Tue Nov 15 23:28:23 2016	(r426189)
+++ head/security/openiked/Makefile	Tue Nov 15 23:31:30 2016	(r426190)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	openiked
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	security net ipv6
 
 MAINTAINER=	marcel@FreeBSD.org
@@ -11,6 +11,8 @@ LICENSE=	ISCL
 
 LIB_DEPENDS=	libevent.so:devel/libevent2
 
+BROKEN_FreeBSD_9=does not builds
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	xcllnt
 
@@ -24,7 +26,7 @@ INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--with-libevent-dir=${PREFIX}
 
 post-install:
-	${MV} ${STAGEDIR}/etc/ssl/ikeca.cnf \
+	${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \
 	    ${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample
 	${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \
 	    ${STAGEDIR}${PREFIX}/etc/iked.conf.sample

Modified: head/security/openiked/distinfo
==============================================================================
--- head/security/openiked/distinfo	Tue Nov 15 23:28:23 2016	(r426189)
+++ head/security/openiked/distinfo	Tue Nov 15 23:31:30 2016	(r426190)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477960722
-SHA256 (xcllnt-openiked-1.0_GH0.tar.gz) = 675835edb34ebbfa096eb5e16014ec3a3ba25a3b9468ca7fa063ebaf81e3cb02
-SIZE (xcllnt-openiked-1.0_GH0.tar.gz) = 224063
+TIMESTAMP = 1479249341
+SHA256 (xcllnt-openiked-1.1_GH0.tar.gz) = cd9c3948c6a547bb593a5e524a580e462b90b67bf8da1a9c3694d00957f7b9b0
+SIZE (xcllnt-openiked-1.1_GH0.tar.gz) = 224199



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