svn commit: r489096 - in head/devel/libtuntap: . files
Mahdi Mokhtari
mmokhi at FreeBSD.org
Wed Jan 2 20:51:17 UTC 2019
Author: mmokhi
Date: Wed Jan 2 20:51:15 2019
New Revision: 489096
URL: https://svnweb.freebsd.org/changeset/ports/489096
Log:
devel/libtuntap: Update the port to the latest release (0.4)
Delete the libtuntap++ local patches, they're no longer needed.
This includes these changes by the upstream:
-The oldest cmake version allowed is now 3.0
-Now compiles against musl-libc
-The struct device is now opaque
...
Sponsored by: The FreeBSD Foundation
Deleted:
head/devel/libtuntap/files/
Modified:
head/devel/libtuntap/Makefile
head/devel/libtuntap/distinfo
head/devel/libtuntap/pkg-plist
Modified: head/devel/libtuntap/Makefile
==============================================================================
--- head/devel/libtuntap/Makefile Wed Jan 2 20:33:10 2019 (r489095)
+++ head/devel/libtuntap/Makefile Wed Jan 2 20:51:15 2019 (r489096)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= libtuntap
-DISTVERSION= 0.3-23
-PORTREVISION= 4
-DISTVERSIONSUFFIX= -ga8bcade
+DISTVERSION= 0.4
+DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel net
MAINTAINER= mmokhi at FreeBSD.org
Modified: head/devel/libtuntap/distinfo
==============================================================================
--- head/devel/libtuntap/distinfo Wed Jan 2 20:33:10 2019 (r489095)
+++ head/devel/libtuntap/distinfo Wed Jan 2 20:51:15 2019 (r489096)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477977157
-SHA256 (LaKabane-libtuntap-0.3-23-ga8bcade_GH0.tar.gz) = 3f2db000fa77a91ef056d996c763f7e1fc18c3529847308025629ea047d56a1d
-SIZE (LaKabane-libtuntap-0.3-23-ga8bcade_GH0.tar.gz) = 22262
+TIMESTAMP = 1546461503
+SHA256 (LaKabane-libtuntap-libtuntap-0.4_GH0.tar.gz) = e6bd543e75c67470005ff6e2c103fa21a2184f14085b159469a19bb21160b1fe
+SIZE (LaKabane-libtuntap-libtuntap-0.4_GH0.tar.gz) = 22368
Modified: head/devel/libtuntap/pkg-plist
==============================================================================
--- head/devel/libtuntap/pkg-plist Wed Jan 2 20:33:10 2019 (r489095)
+++ head/devel/libtuntap/pkg-plist Wed Jan 2 20:51:15 2019 (r489096)
@@ -1,8 +1,4 @@
include/tuntap.h
%%CXX_WRPR%%include/tuntap++.hh
lib/libtuntap.a
-lib/libtuntap.so
-lib/libtuntap.so.2.1
%%CXX_WRPR%%lib/libtuntap++.a
-%%CXX_WRPR%%lib/libtuntap++.so
-%%CXX_WRPR%%lib/libtuntap++.so.2.1
More information about the svn-ports-head
mailing list