Date: Thu, 5 Sep 2024 22:59:32 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0f6d49efe350 - main - dns/dsc: Update 2.15.1 =?utf-8?Q?=E2=86=92?= 2.15.2 Message-ID: <202409052259.485MxWcB002480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f6d49efe35085caf15f0b35b2521fe3dccb39b2 commit 0f6d49efe35085caf15f0b35b2521fe3dccb39b2 Author: Leo Vandewoestijne <freebsd@dns.company> AuthorDate: 2024-09-05 22:50:01 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-05 22:59:14 +0000 dns/dsc: Update 2.15.1 → 2.15.2 - Replace PORTVERSION with DISTVERSION. - Remove GNU_CONFIGURE_MANPREFIX. - Add USES=pkgconfig (required to detect libmaxminddb during configure stage). Changelog: https://github.com/DNS-OARC/dsc/releases/tag/v2.15.2 PR: 281284 MFH: 2024Q3 --- dns/dsc/Makefile | 5 ++--- dns/dsc/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dns/dsc/Makefile b/dns/dsc/Makefile index 03d02be4de78..2966388a1475 100644 --- a/dns/dsc/Makefile +++ b/dns/dsc/Makefile @@ -1,5 +1,5 @@ PORTNAME= dsc -PORTVERSION= 2.15.1 +DISTVERSION= 2.15.2 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ https://dns.company/files/dsc/ @@ -16,12 +16,11 @@ RUN_DEPENDS= libpcap>=1.8.1:net/libpcap \ p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \ p5-XML-Simple>=2.24:textproc/p5-XML-Simple -USES= gmake localbase perl5 python shebangfix +USES= gmake localbase perl5 pkgconfig python shebangfix USE_RC_SUBR= dsc SHEBANG_FILES= src/dsc-psl-convert GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid SUB_FILES= pkg-message diff --git a/dns/dsc/distinfo b/dns/dsc/distinfo index f81863e7ad31..7e4c03b4b4e6 100644 --- a/dns/dsc/distinfo +++ b/dns/dsc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717406644 -SHA256 (dsc-2.15.1.tar.gz) = 3219b06938d129e24a831f480e9d549b081941bb01832e6ee37af1bfa47494f0 -SIZE (dsc-2.15.1.tar.gz) = 521749 +TIMESTAMP = 1725521830 +SHA256 (dsc-2.15.2.tar.gz) = 9ff408bcb9be146c17c9d619b8cb7944aac5f075346b0da8faf5877c47ceac74 +SIZE (dsc-2.15.2.tar.gz) = 521909
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409052259.485MxWcB002480>