Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 17:32:05 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c602ca747ed6 - main - dns/openresolv: update to 3.13.1
Message-ID:  <202304251732.33PHW5IB044211@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c602ca747ed657103295a08c96733e108e268487

commit c602ca747ed657103295a08c96733e108e268487
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2023-04-25 17:26:41 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2023-04-25 17:31:51 +0000

    dns/openresolv: update to 3.13.1
    
    - Switch to GITHUB, no longer hosted on previous website going forward
    - Take maintainership
    - Add license
    - Switch to DISTVERSION
    
    Changes:        https://github.com/NetworkConfiguration/openresolv/releases/tag/v3.13.1
    
    Approved by:    maintainer (email)
---
 dns/openresolv/Makefile | 17 ++++++++++-------
 dns/openresolv/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile
index 24a29c5ef20f..349192c07c34 100644
--- a/dns/openresolv/Makefile
+++ b/dns/openresolv/Makefile
@@ -1,16 +1,19 @@
-PORTNAME=	openresolv
-PORTVERSION=	3.12.0
-PORTREVISION=	1
-CATEGORIES=	dns
-MASTER_SITES=	https://roy.marples.name/downloads/openresolv/
+PORTNAME=		openresolv
+DISTVERSIONPREFIX=	v
+DISTVERSION=		3.13.1
+CATEGORIES=		dns
 
-MAINTAINER=	roy@marples.name
+MAINTAINER=	driesm@FreeBSD.org
 COMMENT=	Resolvconf compatible framework for managing resolv.conf
 WWW=		https://roy.marples.name/projects/openresolv/
+LICENSE=	BSD2CLAUSE
 
-USES=		cpe tar:xz
+USES=		cpe
 CPE_VENDOR=	${PORTNAME}_project
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	NetworkConfiguration
+
 GNU_CONFIGURE=	yes
 
 NO_ARCH=	yes
diff --git a/dns/openresolv/distinfo b/dns/openresolv/distinfo
index 16364b79606c..d0677e18b068 100644
--- a/dns/openresolv/distinfo
+++ b/dns/openresolv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634813854
-SHA256 (openresolv-3.12.0.tar.xz) = 42b30508e857a228535c631eaac936862d86eca68c14b5c0bf387ba176b91b97
-SIZE (openresolv-3.12.0.tar.xz) = 21008
+TIMESTAMP = 1682443522
+SHA256 (NetworkConfiguration-openresolv-v3.13.1_GH0.tar.gz) = 04c9cde9afc54aea79f55da2423a4c3f22dc928b560a80436dc91dd4473b0b5b
+SIZE (NetworkConfiguration-openresolv-v3.13.1_GH0.tar.gz) = 23698



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