git: 2ff7cced60f4 - main - net/libnet: Update to 1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:00:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ff7cced60f430ccd91568bffc11346f9cf75dba commit 2ff7cced60f430ccd91568bffc11346f9cf75dba Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-16 15:18:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-16 15:59:41 +0000 net/libnet: Update to 1.3 Changes: https://github.com/libnet/libnet/releases --- net/libnet/Makefile | 4 ++-- net/libnet/distinfo | 6 +++--- net/libnet/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net/libnet/Makefile b/net/libnet/Makefile index f041bcb27aee..1a8f18f493be 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -1,5 +1,5 @@ PORTNAME= libnet -PORTVERSION= 1.2 +PORTVERSION= 1.3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= https://github.com/libnet/libnet/releases/download/v${PORTVERSION}/ @@ -11,7 +11,7 @@ WWW= https://github.com/libnet/libnet LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe libtool +USES= cpe libtool pathfix CONFIGURE_ARGS= --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-html --disable-doxygen-man GNU_CONFIGURE= yes diff --git a/net/libnet/distinfo b/net/libnet/distinfo index a0d48de1fc02..4d8b8e30e7c8 100644 --- a/net/libnet/distinfo +++ b/net/libnet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598091310 -SHA256 (libnet-1.2.tar.gz) = caa4868157d9e5f32e9c7eac9461efeff30cb28357f7f6bf07e73933fb4edaa7 -SIZE (libnet-1.2.tar.gz) = 649191 +TIMESTAMP = 1697463054 +SHA256 (libnet-1.3.tar.gz) = ad1e2dd9b500c58ee462acd839d0a0ea9a2b9248a1287840bc601e774fb6b28f +SIZE (libnet-1.3.tar.gz) = 595500 diff --git a/net/libnet/pkg-plist b/net/libnet/pkg-plist index 6cd47b877925..0336e1796508 100644 --- a/net/libnet/pkg-plist +++ b/net/libnet/pkg-plist @@ -39,6 +39,7 @@ libdata/pkgconfig/libnet.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ip_link.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ip_raw.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/isl.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lldp.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpls.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ntp.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ospf_hello.c @@ -60,5 +61,6 @@ libdata/pkgconfig/libnet.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tftp.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tring_tcp1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tring_tcp2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/udld.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/udp1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/udp2.c