Uses OpenBSD FTP master sites
authorDavid Marec <DavidMarec@users.noreply.github.com>
Thu, 20 May 2021 17:42:30 +0000 (19:42 +0200)
committerDavid Marec <DavidMarec@users.noreply.github.com>
Thu, 20 May 2021 17:42:30 +0000 (19:42 +0200)
Review pkg-desc
Avoid conflicts

Makefile
distinfo
pkg-descr

index 1d5dcd3639e46cb800e8e523f966e9fa9c703de4..fc1669c226f143017dc55095e7c5428bb4a95668 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,18 @@
 PORTNAME=                      openiked-portable
-DISTVERSIONPREFIX=     v
 PORTVERSION=           6.9.0
 CATEGORIES=                    security net
+MASTER_SITES=          OPENBSD/OpenIKED
+DISTNAME=                      openiked-${PORTVERSION}
 
-MAINTAINER=    portmgr@FreeBSD.org
+MAINTAINER=    david@lapinbilly.eu
 COMMENT=       IKEv2 daemon
 
 LICENSE=       ISCL
 
 LIB_DEPENDS=   libevent.so:devel/libevent
 
+CONFLICTS_INSTALL=             openiked-[0-9]*
 USES=          cmake ssl
-USE_GITHUB=    yes
-GH_ACCOUNT=    openiked
 
 USE_RC_SUBR=   iked
 USERS=                 _iked
index 985274dbd1ca1ac5d2c823f8a0a4d8982de47591..3cbaa5e62443d7b9df6c865f9a4a521f452bb818 100644 (file)
--- a/distinfo
+++ b/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620241950
-SHA256 (openiked-openiked-portable-v6.9.0_GH0.tar.gz) = 091fb7bb3a1f708b8d620cb11dd5509091c0326293fb38f020a7b6c8909d19af
-SIZE (openiked-openiked-portable-v6.9.0_GH0.tar.gz) = 296532
+TIMESTAMP = 1621459617
+SHA256 (openiked-6.9.0.tar.gz) = f8a9a376c27a53b9d22a948a8245aa296f0c24fe5a40933d77b752b5e98ffa5d
+SIZE (openiked-6.9.0.tar.gz) = 289696
index 5860471b85f0fecff38c3ddba63982afebfe6691..a641c881e93eb19300f025f22127d75dba6c1bab 100644 (file)
--- a/pkg-descr
+++ b/pkg-descr
@@ -1,9 +1,10 @@
-OpenIKED is a lean Internet Key Exchange (IKEv2) daemon which performs
-mutual authentication and which establishes and maintains IPsec VPN
-flows and security associations (SAs) between the two peers.
+OpenIKED is a free, permissively licensed Internet Key Exchange
+(IKEv2) implementation, developed as part of the OpenBSD project.
+It is intended to be a lean, secure and interoperable daemon that
+allows for easy setup and management of IPsec VPNs.
 
-This version of OpenIKED is derived from OpenIKED's iked, but changed
-to support transport mode IPSec and lazy creation of associations,
-among many other improvements.
+The portable versions take
+the OpenBSD based source code and add compatibility functions and
+build infrastructure for other operating systems.
 
 WWW: https://github.com/openiked/openiked-portable