Skip to content
Snippets Groups Projects
Commit d2d6d6e9 authored by Kristof Provost's avatar Kristof Provost
Browse files

net/libpfctl: support building on 14.0

Also cope with main now being 15.

Reviewed by:	garga
Sponsored by:	Rubicon Communications, LLC ("Netgate")
parent 5bba593d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/libpfctl
_LIBPFCTL_HASH= 134ced89c4ca
_LIBPFCTL_HASH= b3a714652ff0
PLIST_FILES= \
lib/libpfctl.so \
......@@ -24,7 +24,7 @@ PLIST_FILES= \
.include <bsd.port.pre.mk>
.if ${OSREL} == "14.0"
.if ${OSREL} == "15.0"
DISTFILES= libpfctl-${_LIBPFCTL_HASH}.tar.gz
.else
DISTFILES= libpfctl-${OSREL}.tar.gz
......@@ -39,7 +39,7 @@ do-install:
.if defined(MAINTAINER_MODE)
upload:
for version in 12.4 13.2; \
for version in 12.4 13.2 14.0; \
do \
cd /usr/src/lib && \
git archive --format=tar.gz \
......
......@@ -5,3 +5,9 @@ SHA256 (libpfctl-12.4.tar.gz) = 1797dd44939bcb1b4eb5725049f83470f50d075a62482fd1
SIZE (libpfctl-12.4.tar.gz) = 9871
SHA256 (libpfctl-13.2.tar.gz) = d64960e28563faaa26603647648d99feadfa6187781a618ab99b39a99b6c4711
SIZE (libpfctl-13.2.tar.gz) = 9870
TIMESTAMP = 1693208658
SHA256 (libpfctl-14.0.tar.gz) = bfc9c04021e73bbd65293ab02a2fc57f760b7390c4c7e2ebfe27ee0d90003f7d
SIZE (libpfctl-14.0.tar.gz) = 11498
TIMESTAMP = 1693208668
SHA256 (libpfctl-b3a714652ff0.tar.gz) = 9ecfe7ea66335941c3b55e8d7fe0aa0d1f8643d42634fa395dea068ff512ba89
SIZE (libpfctl-b3a714652ff0.tar.gz) = 11497
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment