Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 07:19:35 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556953 - head/net/radsecproxy
Message-ID:  <202012040719.0B47JZEH042568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Fri Dec  4 07:19:35 2020
New Revision: 556953
URL: https://svnweb.freebsd.org/changeset/ports/556953

Log:
  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)

Modified:
  head/net/radsecproxy/Makefile
  head/net/radsecproxy/distinfo

Modified: head/net/radsecproxy/Makefile
==============================================================================
--- head/net/radsecproxy/Makefile	Fri Dec  4 07:16:49 2020	(r556952)
+++ head/net/radsecproxy/Makefile	Fri Dec  4 07:19:35 2020	(r556953)
@@ -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>
-
 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>

Modified: head/net/radsecproxy/distinfo
==============================================================================
--- head/net/radsecproxy/distinfo	Fri Dec  4 07:16:49 2020	(r556952)
+++ head/net/radsecproxy/distinfo	Fri Dec  4 07:19:35 2020	(r556953)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012040719.0B47JZEH042568>