Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 16:00:46 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e23e7c9a19fe - main - net/libpfctl: support building on 13.2
Message-ID:  <202308031600.373G0kPt083148@gitrepo.freebsd.org>

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

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

commit e23e7c9a19fecfad2758e39890d6f0d93563f3ce
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2023-08-03 14:18:37 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2023-08-03 15:46:00 +0000

    net/libpfctl: support building on 13.2
    
    While here also remove references for 12.3 and 13.1.
    
    Reviewed by:    garga
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D41297
---
 net/libpfctl/Makefile | 2 +-
 net/libpfctl/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/libpfctl/Makefile b/net/libpfctl/Makefile
index 470956b04d13..aaa7a6f3544f 100644
--- a/net/libpfctl/Makefile
+++ b/net/libpfctl/Makefile
@@ -39,7 +39,7 @@ do-install:
 
 .if defined(MAINTAINER_MODE)
 upload:
-	for version in 12.3 12.4 13.1; \
+	for version in 12.4 13.2; \
 	do \
 		cd /usr/src/lib && \
 		git archive --format=tar.gz \
diff --git a/net/libpfctl/distinfo b/net/libpfctl/distinfo
index fc3bf9dd8046..26d2b34b52aa 100644
--- a/net/libpfctl/distinfo
+++ b/net/libpfctl/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1680240816
+TIMESTAMP = 1691072277
 SHA256 (libpfctl-134ced89c4ca.tar.gz) = 320ce04fc4cc4e07bdb7146437b46d258d6b2625958ab071a6a62f8146e375ea
 SIZE (libpfctl-134ced89c4ca.tar.gz) = 11323
 SHA256 (libpfctl-12.4.tar.gz) = 1797dd44939bcb1b4eb5725049f83470f50d075a62482fd1242503f5940729d4
 SIZE (libpfctl-12.4.tar.gz) = 9871
-SHA256 (libpfctl-13.1.tar.gz) = 0897d7ee37fcc980f048c50e12c820a2ae4a61389f6017a080c8b61b1e820d61
-SIZE (libpfctl-13.1.tar.gz) = 8319
+SHA256 (libpfctl-13.2.tar.gz) = d64960e28563faaa26603647648d99feadfa6187781a618ab99b39a99b6c4711
+SIZE (libpfctl-13.2.tar.gz) = 9870



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