mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
net/radsecproxy: Use release archive
* Use DISTVERSION * Use release tarball * Define license file * Set CPE vendor to uninett * Remove USES= autoreconf and tar:tgz * Pet portlint PR: 251546 Submitted by: daniel.engberg.lists@pyret.net Approved by: neel@neelc.org (maintainer)
This commit is contained in:
parent
ff7757d94c
commit
643a2886ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556953
@ -2,30 +2,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= radsecproxy
|
||||
PORTVERSION= 1.8.2
|
||||
DISTVERSION= 1.8.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GH
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= Generic RADIUS proxy
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libnettle.so:security/nettle
|
||||
|
||||
USES= autoreconf cpe localbase:ldflags ssl tar:tgz
|
||||
USES= cpe localbase:ldflags ssl
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
CPE_VENDOR= uninett
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
||||
CPE_VENDOR= switch
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
||||
|
||||
post-install:
|
||||
${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS}
|
||||
${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
|
||||
${STAGEDIR}${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1606888292
|
||||
SHA256 (radsecproxy-radsecproxy-1.8.2_GH0.tar.gz) = 33d3535637b254274971a619333dd42c4ff989b00c9c709487874d29734cf067
|
||||
SIZE (radsecproxy-radsecproxy-1.8.2_GH0.tar.gz) = 111123
|
||||
TIMESTAMP = 1606941987
|
||||
SHA256 (radsecproxy-1.8.2.tar.gz) = 18b3ff3f41f879baf0c794617bdcbf938e0c9d8448ec6be00ee8b2ced45ae296
|
||||
SIZE (radsecproxy-1.8.2.tar.gz) = 327663
|
||||
|
Loading…
Reference in New Issue
Block a user