git: 7477834acfa3 - main - net/fort: Update to 1.5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Nov 2021 18:03:21 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=7477834acfa38fc90e263cad97e5687691ab142d commit 7477834acfa38fc90e263cad97e5687691ab142d Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2021-11-09 15:51:40 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-11-09 18:03:11 +0000 net/fort: Update to 1.5.3 - Update to 1.5.3 - Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.5.3 Reported by: Job Snijders <job@sobornost.net> Differential Revision: https://reviews.freebsd.org/D32910 --- net/fort/Makefile | 5 +---- net/fort/distinfo | 6 +++--- net/fort/files/patch-configure.ac | 11 ----------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/net/fort/Makefile b/net/fort/Makefile index f005b965dd2f..ee850aea8832 100644 --- a/net/fort/Makefile +++ b/net/fort/Makefile @@ -1,6 +1,5 @@ PORTNAME= fort -DISTVERSION= 1.5.2 -PORTREVISION= 1 +DISTVERSION= 1.5.3 CATEGORIES= net MAINTAINER= toni@devboks.com @@ -25,8 +24,6 @@ GNU_CONFIGURE= yes SUB_FILES= pkg-message post-patch: - @${REINPLACE_CMD} -e "s|%%DISTVERSION%%|${DISTVERSION}|" \ - ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e "s|/tmp/fort|${ETCDIR}|" \ ${WRKSRC}/examples/config.json @${REINPLACE_CMD} -e "s|/usr/local/ssl|/etc/ssl|" \ diff --git a/net/fort/distinfo b/net/fort/distinfo index 9a35cf2481e2..78a8dec2d000 100644 --- a/net/fort/distinfo +++ b/net/fort/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634812159 -SHA256 (NICMx-FORT-validator-1.5.2_GH0.tar.gz) = c49b7badcf6dae05b7c9ae9cb3b1514d2b742d868b83f8b8deb0d7ae0a3e6bf2 -SIZE (NICMx-FORT-validator-1.5.2_GH0.tar.gz) = 482094 +TIMESTAMP = 1636471861 +SHA256 (NICMx-FORT-validator-1.5.3_GH0.tar.gz) = a6cfe7a194399e75716d4bb7c39177b6affdcf04e9087a17ec831980d03f71f2 +SIZE (NICMx-FORT-validator-1.5.3_GH0.tar.gz) = 485271 diff --git a/net/fort/files/patch-configure.ac b/net/fort/files/patch-configure.ac deleted file mode 100644 index 36c0f268e1f3..000000000000 --- a/net/fort/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2021-10-19 22:44:35 UTC -+++ configure.ac -@@ -2,7 +2,7 @@ - # Process this file with autoconf to produce a configure script. - - AC_PREREQ([2.69]) --AC_INIT([fort], [m4_esyscmd_s([git describe --dirty --always --tags])], -+AC_INIT([fort], [%%DISTVERSION%%], - [fort-validator@nic.mx]) - AC_CONFIG_SRCDIR([src/main.c]) - AM_INIT_AUTOMAKE([subdir-objects])