mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
ecdc333159
commit
8d75159467
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user