diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 60a8341c8fcc..443c26ba7e61 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -1,43 +1,36 @@ # 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 PLIST_FILES= sbin/oidentd etc/oidentd.conf.sample \ etc/oidentd_masq.conf.sample MANPAGES= oidentd.conf.5 oidentd_masq.conf.5 oidentd.8 .for man in ${MANPAGES} PLIST_FILES+= man/man${man:E}/${man}.gz .endfor -OPTIONS_DEFINE= IPV6 - -CONFIGURE_ARGS=--disable-masq - -.include - -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+=--disable-ipv6 -.endif +CONFIGURE_ARGS= --disable-masq do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/oidentd.conf.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${FILESDIR}/oidentd_masq.conf.sample ${STAGEDIR}${PREFIX}/etc .for MANFILE in ${MANPAGES} @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/doc/${MANFILE} ${INSTALL_MAN} ${WRKSRC}/doc/${MANFILE} ${STAGEDIR}${PREFIX}/man/man${MANFILE:E} .endfor .include 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