mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/radsecproxy: Update version 1.11.0=>1.11.1
- Remove NOOP codes - Install etc files with @sample keyword Changelog: https://github.com/radsecproxy/radsecproxy/releases/tag/1.11.1 PR: 285192 Co-authored-by: Paul Dekkers <Paul.Dekkers@surfnet.nl>
This commit is contained in:
parent
9a78d3d6f5
commit
4539cc81c8
3 changed files with 7 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= radsecproxy
|
||||
DISTVERSION= 1.11.0
|
||||
DISTVERSION= 1.11.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
|
@ -21,15 +21,9 @@ GNU_CONFIGURE= yes
|
|||
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD
|
||||
CFLAGS+= -Wno-error=strict-prototypes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS}
|
||||
${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
|
||||
${STAGEDIR}${PREFIX}/etc
|
||||
${STAGEDIR}${PREFIX}/etc/radsecproxy.conf.sample
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1728557827
|
||||
SHA256 (radsecproxy-1.11.0.tar.gz) = e65a05bc00b3d8a6d1e2d32c288689478a170a6f9ddcb531bbd52b866e7a8673
|
||||
SIZE (radsecproxy-1.11.0.tar.gz) = 272556
|
||||
TIMESTAMP = 1741335709
|
||||
SHA256 (radsecproxy-1.11.1.tar.gz) = 0635e4fc54898581db106a9196c0a1c4321e8b6d9907760e510ecfb33e0f3ac5
|
||||
SIZE (radsecproxy-1.11.1.tar.gz) = 272842
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/radsecproxy-conf
|
||||
bin/radsecproxy-hash
|
||||
etc/radsecproxy.conf-example
|
||||
@sample etc/radsecproxy.conf.sample
|
||||
share/man/man8/radsecproxy-hash.8.gz
|
||||
share/man/man8/radsecproxy.8.gz
|
||||
share/man/man5/radsecproxy.conf.5.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue