git: 8d7515946707 - main - net/radsecproxy: Update version 1.9.1=>1.9.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 13:52:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d7515946707f382583af9881b61f5cdfd23622a commit 8d7515946707f382583af9881b61f5cdfd23622a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-02 13:25:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-02 13:52:35 +0000 net/radsecproxy: Update version 1.9.1=>1.9.2 - Unbreak on HEAD - Adopt port - Pet portclippy Changelog: https://github.com/radsecproxy/radsecproxy/releases/tag/1.9.2 --- net/radsecproxy/Makefile | 14 ++++++++++---- net/radsecproxy/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 999c5ebab330..da603163ff6d 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -1,9 +1,9 @@ PORTNAME= radsecproxy -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Generic RADIUS proxy WWW= https://radsecproxy.github.io @@ -13,16 +13,22 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnettle.so:security/nettle USES= compiler:c11 cpe localbase:ldflags ssl -USE_RC_SUBR= ${PORTNAME} CPE_VENDOR= uninett +USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=strict-prototypes +.endif + post-install: ${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS} ${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \ ${STAGEDIR}${PREFIX}/etc -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/radsecproxy/distinfo b/net/radsecproxy/distinfo index 4eae771594c1..cc6d25e6adee 100644 --- a/net/radsecproxy/distinfo +++ b/net/radsecproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659954780 -SHA256 (radsecproxy-1.9.1.tar.gz) = e08e4e04d188deafd0b55b2f66b1e7fff9bdb553fb170846590317d02c9dc5db -SIZE (radsecproxy-1.9.1.tar.gz) = 429268 +TIMESTAMP = 1683033623 +SHA256 (radsecproxy-1.9.2.tar.gz) = 33914c035b3060e0a206fc6f7e595163edd1b6ad6798bd1fc6dbf718ff034d42 +SIZE (radsecproxy-1.9.2.tar.gz) = 401379