Index: head/security/openiked/Makefile =================================================================== --- head/security/openiked/Makefile (revision 434843) +++ head/security/openiked/Makefile (revision 434844) @@ -1,33 +1,32 @@ # $FreeBSD$ PORTNAME= openiked -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 CATEGORIES= security net ipv6 MAINTAINER= marcel@FreeBSD.org COMMENT= IKEv2 daemon LICENSE= ISCL LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= xcllnt USE_RC_SUBR= iked USERS= _iked GROUPS= _iked USES= autoreconf libtool ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \ ${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ ${STAGEDIR}${PREFIX}/etc/iked.conf.sample .include Index: head/security/openiked/distinfo =================================================================== --- head/security/openiked/distinfo (revision 434843) +++ head/security/openiked/distinfo (revision 434844) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484281432 -SHA256 (xcllnt-openiked-1.3_GH0.tar.gz) = 27a33a71bf4ab00092d98557260f296e10615e38841a8e96a6d71fd83fe68e5c -SIZE (xcllnt-openiked-1.3_GH0.tar.gz) = 225363 +TIMESTAMP = 1488058973 +SHA256 (xcllnt-openiked-1.4_GH0.tar.gz) = b34d0c5de24f417a9e9ed8eb962b210940900ce0c9a992c7aecf737aa9b1d899 +SIZE (xcllnt-openiked-1.4_GH0.tar.gz) = 226471 Index: head/security/openiked/files/patch-configure.ac =================================================================== --- head/security/openiked/files/patch-configure.ac (revision 434843) +++ head/security/openiked/files/patch-configure.ac (nonexistent) @@ -1,22 +0,0 @@ -https://github.com/xcllnt/openiked/issues/11 - ---- configure.ac.orig 2017-01-13 04:16:22 UTC -+++ configure.ac -@@ -2232,7 +2232,7 @@ AC_RUN_IFELSE( - if(fd == NULL) - return(1); - -- if ((rc = fprintf(fd ,"%s\n", _EVENT_VERSION)) <0) -+ if ((rc = fprintf(fd ,"%s\n", LIBEVENT_VERSION)) <0) - return(1); - - return(0); -@@ -2308,7 +2308,7 @@ AC_RUN_IFELSE( - #include - #include - ]], [[ -- exit(strcmp(event_get_version(), _EVENT_VERSION) == 0 ? 0 : 1); -+ exit(strcmp(event_get_version(), LIBEVENT_VERSION) == 0 ? 0 : 1); - ]])], - [ - AC_MSG_RESULT([yes]) Property changes on: head/security/openiked/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property