Date: Wed, 23 Jun 2021 21:53:45 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8e1bb18dacc9 - main - security/oidentd: Update to 2.5.1 Message-ID: <202106232153.15NLrjbW003707@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e1bb18dacc94ace7f265dcbef1cd7efc372a803 commit 8e1bb18dacc94ace7f265dcbef1cd7efc372a803 Author: Daniel Engberg <daniel.engberg.lists@pyret.net> AuthorDate: 2021-06-23 21:50:47 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-06-23 21:53:39 +0000 security/oidentd: Update to 2.5.1 * FreeBSD 13+ fix (https://github.com/janikrabe/oidentd/commit/cd763e5aebc7f84fff0acad792d3e2a9b0ecdccb) * Modify Makefile to follow Porter's Handbook more closely * Define LICENSE_FILE * Switch to tar.xz release archive * Remove IPV6 option (it's 2021 not 1999) Changes https://github.com/janikrabe/oidentd/blob/v2.5.1/NEWS PR: 256230 Approved by: maintainer timeout --- security/oidentd/Makefile | 17 +++++------------ security/oidentd/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 60a8341c8fcc..443c26ba7e61 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -1,16 +1,17 @@ # Created by: trevor PORTNAME= oidentd -PORTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= security -MASTER_SITES= https://files.janikrabe.com/pub/oidentd/releases/2.5.0/ +MASTER_SITES= https://files.janikrabe.com/pub/oidentd/releases/${DISTVERSION}/ MAINTAINER= oliver@FreeBSD.org COMMENT= Ident server that supports user-defined ident strings LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison +USES= bison tar:xz USE_RC_SUBR= oidentd GNU_CONFIGURE= yes @@ -21,15 +22,7 @@ MANPAGES= oidentd.conf.5 oidentd_masq.conf.5 oidentd.8 PLIST_FILES+= man/man${man:E}/${man}.gz .endfor -OPTIONS_DEFINE= IPV6 - -CONFIGURE_ARGS=--disable-masq - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+=--disable-ipv6 -.endif +CONFIGURE_ARGS= --disable-masq do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${STAGEDIR}${PREFIX}/sbin diff --git a/security/oidentd/distinfo b/security/oidentd/distinfo index 37d337597cfa..11ee858edc0e 100644 --- a/security/oidentd/distinfo +++ b/security/oidentd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593501228 -SHA256 (oidentd-2.5.0.tar.gz) = ead896a3beb81532bff110330ce129e2ef8f4d3f571df996e88b7b6727c5b5b4 -SIZE (oidentd-2.5.0.tar.gz) = 277788 +TIMESTAMP = 1622488375 +SHA256 (oidentd-2.5.1.tar.xz) = e30bc67f151ac64a3b623cb7c3ddccd4680e03364a7f753590a0f85bb4243910 +SIZE (oidentd-2.5.1.tar.xz) = 197532
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106232153.15NLrjbW003707>