Unverified Commit f549e38b authored by Alexandre C. Guimarães's avatar Alexandre C. Guimarães 👎
Browse files

net/libutp: Update to g20180515.

- move to the net-p2p category
- change PORTNAME to libutp from bittorrent-libutp
- switch to transmissions upstream
- switch to using cmake
- take maintainership. The port is clearly abbandoned

Reported by:	Vasileios Kalampakas <stoneforger@gmail.com>
parent f5ce9b7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@
    SUBDIR += libtorrent
    SUBDIR += libtorrent-rasterbar
    SUBDIR += libtorrent-rasterbar2
    SUBDIR += libutp
    SUBDIR += lidarr
    SUBDIR += linuxdcpp
    SUBDIR += litecoin
+23 −0
Original line number Diff line number Diff line
PORTNAME=	libutp
DISTVERSION=	g20180515
CATEGORIES=	net-p2p

MAINTAINER=	rigoletto@FreeBSD.org
COMMENT=	uTorrent Transport Protocol library and sample utilities
WWW=		https://github.com/bittorrent/libutp

LICENSE=	MIT

USES=		cmake uidfix

USE_GITHUB=	yes
GH_ACCOUNT=	transmission
GH_TAGNAME=	fda9f4b3db97ccb243fcbed2ce280eb4135d705b

USE_LDCONFIG=	yes

PLIST_FILES=	include/libutp/utp.h \
		include/libutp/utypes.h \
		lib/libutp.so

.include <bsd.port.mk>
+3 −0
Original line number Diff line number Diff line
TIMESTAMP = 1668792304
SHA256 (transmission-libutp-g20180515-fda9f4b3db97ccb243fcbed2ce280eb4135d705b_GH0.tar.gz) = c515e6f9add47d3d202389e8a62feb765f0ae41d6398cc238e44028be520774e
SIZE (transmission-libutp-g20180515-fda9f4b3db97ccb243fcbed2ce280eb4135d705b_GH0.tar.gz) = 71743
+11 −0
Original line number Diff line number Diff line
--- CMakeLists.txt.orig	2017-01-01 23:21:43 UTC
+++ CMakeLists.txt
@@ -11,7 +11,7 @@ include_directories(.)
 
 include_directories(.)
 
-add_library(${PROJECT_NAME} STATIC
+add_library(${PROJECT_NAME} SHARED
     utp.cpp
     utp_utils.cpp
     ${${PROJECT_NAME}_ADD_SOURCES}
+0 −0

File moved.

Loading