Skip to content

Commit

Permalink
net/libdaq: Update version 3.0.11=>3.0.12
Browse files Browse the repository at this point in the history
- Utilize USES=localbase

Changelog: https://github.com/snort3/libdaq/releases/tag/v3.0.12
  • Loading branch information
5u623l20 committed Jun 29, 2023
1 parent 1b07bc3 commit 42f2347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions net/libdaq/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libdaq
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.11
DISTVERSION= 3.0.12
CATEGORIES= net

PATCH_SITES= https://github.com/glebius/${PORTNAME}/commit/
Expand All @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libpcap.so:net/libpcap # avoid base libpcap

USES= autoreconf compiler:c++11-lang libtool pkgconfig
USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= snort3
USE_LDCONFIG= yes
Expand All @@ -24,9 +24,6 @@ GNU_CONFIGURE= yes

INSTALL_TARGET= install-strip

CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

CONFLICTS= daq-2*

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions net/libdaq/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1677247405
SHA256 (snort3-libdaq-v3.0.11_GH0.tar.gz) = c9b691e113960cc19c4df6e93eacbdb45c96491da9c81471f3e419b91c04579a
SIZE (snort3-libdaq-v3.0.11_GH0.tar.gz) = 167807
TIMESTAMP = 1688003699
SHA256 (snort3-libdaq-v3.0.12_GH0.tar.gz) = dedfdb88de151d61009bdb365322853687b1add4adec248952d2a93b70f584af
SIZE (snort3-libdaq-v3.0.12_GH0.tar.gz) = 167878
SHA256 (c0f3283ad42a1d8e70ee699271b91168b14ec357.patch) = df4e9e3bb00cebb7d215dc681896552e7458ae266852b7ba65ef9eca0436d9ea
SIZE (c0f3283ad42a1d8e70ee699271b91168b14ec357.patch) = 1951

0 comments on commit 42f2347

Please sign in to comment.