Index: head/security/openiked/Makefile =================================================================== --- head/security/openiked/Makefile (revision 547542) +++ head/security/openiked/Makefile (revision 547543) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= openiked -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= security net MAINTAINER= marcel@FreeBSD.org COMMENT= IKEv2 daemon LICENSE= ISCL LIB_DEPENDS= libevent.so:devel/libevent USES= autoreconf libtool ssl USE_GITHUB= yes GH_ACCOUNT= xcllnt USE_RC_SUBR= iked USERS= _iked GROUPS= _iked GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man 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 547542) +++ head/security/openiked/distinfo (revision 547543) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548454619 -SHA256 (xcllnt-openiked-2.1_GH0.tar.gz) = c8ca5184870994d75814e45f024f22986fea8ccb318004367766e8acf9395d0c -SIZE (xcllnt-openiked-2.1_GH0.tar.gz) = 230807 +TIMESTAMP = 1598375734 +SHA256 (xcllnt-openiked-2.2_GH0.tar.gz) = 5e161f12cdba3853dca576348409fa512d58c19840eac9eb4d1ce68e8dd5f0bf +SIZE (xcllnt-openiked-2.2_GH0.tar.gz) = 230804 Index: head/security/openiked/files/patch-ikectl_Makefile.am =================================================================== --- head/security/openiked/files/patch-ikectl_Makefile.am (nonexistent) +++ head/security/openiked/files/patch-ikectl_Makefile.am (revision 547543) @@ -0,0 +1,10 @@ +--- ikectl/Makefile.am.orig 2020-09-04 14:25:33 UTC ++++ ikectl/Makefile.am +@@ -28,7 +28,6 @@ $(MANPAGES): $(MANPAGES_IN) + + install-exec-hook: $(MANPAGES) + $(MKDIR_P) $(DESTDIR)$(sysconfdir)/iked/ +- $(MKDIR_P) $(DESTDIR)$(SSLDIR) + $(MKDIR_P) $(DESTDIR)$(sbindir) + $(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8 + Property changes on: head/security/openiked/files/patch-ikectl_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property