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
This commit is contained in:
parent
78714e3421
commit
e23e7c9a19
2 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue