On Mon, May 13, 2019 at 06:31:18PM +0200, Charlene Wendling wrote:
>
> Here is an update for Net::IP::XS.
>
> What's new upstream [0]:
>
> - IP objects can now be used with threads (our Perl is built
> without threads support)
> - fix type mismatch in XS code (long vs int)
> - code refactorin
Here is an update for Net::IP::XS.
What's new upstream [0]:
- IP objects can now be used with threads (our Perl is built
without threads support)
- fix type mismatch in XS code (long vs int)
- code refactoring for ipv6
What's new in the port:
- clean up depends and make use of TEST_POD=Yes
update net/p5-Net-IP to 1.26.
Index: Makefile
===
RCS file: /cvs/ports/net/p5-Net-IP/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile11 Mar 2013 11:35:52 - 1.16
+++ Makefile12 Dec 2013 16
Hello,
here's an update for net/p5-Net-IP, this diff does the following:
- Uupdates the port to version 1.24;
- reorder the Makefile a lil' bit;
- remove ${VERSION}. since it's only used once;
- makes me maitainer;
- adds the PKG_ARCH line.
Index: Makefile