Index: head/net/libdnet/files/patch-configure =================================================================== --- head/net/libdnet/files/patch-configure (revision 497991) +++ head/net/libdnet/files/patch-configure (nonexistent) @@ -1,30 +0,0 @@ ---- configure.orig 2007-01-20 19:30:22.000000000 +0700 -+++ configure 2018-04-16 18:23:18.054769000 +0700 -@@ -22247,27 +22247,6 @@ - *) LIBOBJS="$LIBOBJS fw-pf.$ac_objext" ;; - esac - --elif test "$ac_cv_header_netinet_ip_fw_h" = yes ; then -- case "$host_os" in -- *freebsd5*) -- case $LIBOBJS in -- "fw-none.$ac_objext" | \ -- *" fw-none.$ac_objext" | \ -- "fw-none.$ac_objext "* | \ -- *" fw-none.$ac_objext "* ) ;; -- *) LIBOBJS="$LIBOBJS fw-none.$ac_objext" ;; --esac -- ;; -- *) -- case $LIBOBJS in -- "fw-ipfw.$ac_objext" | \ -- *" fw-ipfw.$ac_objext" | \ -- "fw-ipfw.$ac_objext "* | \ -- *" fw-ipfw.$ac_objext "* ) ;; -- *) LIBOBJS="$LIBOBJS fw-ipfw.$ac_objext" ;; --esac -- ;; -- esac - elif test "$ac_cv_header_netinet_ip_fil_h" = yes ; then - case $LIBOBJS in - "fw-ipf.$ac_objext" | \ Property changes on: head/net/libdnet/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/libdnet/Makefile =================================================================== --- head/net/libdnet/Makefile (revision 497991) +++ head/net/libdnet/Makefile (revision 497992) @@ -1,31 +1,27 @@ # Created by: Dominic Marks # $FreeBSD$ PORTNAME= libdnet -PORTVERSION= 1.12 -PORTREVISION= 1 -DISTVERSIONPREFIX= ${PORTNAME}- +PORTVERSION= 1.13 +DISTVERSIONPREFIX= v CATEGORIES?= net MAINTAINER?= onatan@gmail.com COMMENT= Simple interface to low level networking routines LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USES?= autoreconf libtool + USE_GITHUB= yes -GH_ACCOUNT= dugsong +GH_ACCOUNT= 5u623l20 GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_dnet_bsd_bpf=yes -USES+= libtool .if !defined(LIBDNET_SLAVE) CONFIGURE_ARGS+= --without-python USE_LDCONFIG= yes .endif - -post-patch: - @${REINPLACE_CMD} 's|shrext|shrext_cmds|g' ${WRKSRC}/configure .include Index: head/net/libdnet/distinfo =================================================================== --- head/net/libdnet/distinfo (revision 497991) +++ head/net/libdnet/distinfo (revision 497992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473875381 -SHA256 (dugsong-libdnet-libdnet-1.12_GH0.tar.gz) = b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424 -SIZE (dugsong-libdnet-libdnet-1.12_GH0.tar.gz) = 959945 +TIMESTAMP = 1553018633 +SHA256 (5u623l20-libdnet-v1.13_GH0.tar.gz) = 04022817ff3309b09eb1ee1b478d41ac8b53bd14a951a118373701b89b997782 +SIZE (5u623l20-libdnet-v1.13_GH0.tar.gz) = 93336 Index: head/net/libdnet/pkg-descr =================================================================== --- head/net/libdnet/pkg-descr (revision 497991) +++ head/net/libdnet/pkg-descr (revision 497992) @@ -1,8 +1,8 @@ libdnet provides a simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. It is intended to complement the functionality provided by pcap(3). -WWW: https://code.google.com/p/libdnet/ +WWW: https://github.com/5u623l20/libdnet/ Index: head/net/libdnet/pkg-plist =================================================================== --- head/net/libdnet/pkg-plist (revision 497991) +++ head/net/libdnet/pkg-plist (revision 497992) @@ -1,24 +1,25 @@ sbin/dnet bin/dnet-config lib/libdnet.a lib/libdnet.so lib/libdnet.so.1 lib/libdnet.so.1.0.1 include/dnet.h include/dnet/addr.h include/dnet/arp.h include/dnet/blob.h include/dnet/eth.h include/dnet/fw.h include/dnet/icmp.h include/dnet/intf.h include/dnet/ip.h include/dnet/ip6.h include/dnet/os.h include/dnet/rand.h include/dnet/route.h +include/dnet/sctp.h include/dnet/tcp.h include/dnet/tun.h include/dnet/udp.h man/man3/dnet.3.gz man/man8/dnet.8.gz