Index: head/net-p2p/transmission-cli/Makefile =================================================================== --- head/net-p2p/transmission-cli/Makefile +++ head/net-p2p/transmission-cli/Makefile @@ -2,6 +2,7 @@ PORTNAME= transmission DISTVERSION= 2.94 +PORTREVISION?= 1 CATEGORIES+= net-p2p SLAVEPORT?= cli PKGNAMESUFFIX?= -cli Index: head/net-p2p/transmission-cli/files/patch-libtransmission_tr-dht.c =================================================================== --- head/net-p2p/transmission-cli/files/patch-libtransmission_tr-dht.c +++ head/net-p2p/transmission-cli/files/patch-libtransmission_tr-dht.c @@ -0,0 +1,14 @@ +--- libtransmission/tr-dht.c.orig 2018-12-27 04:04:08 UTC ++++ libtransmission/tr-dht.c +@@ -694,6 +694,11 @@ dht_random_bytes (void * buf, size_t size) + return size; + } + ++int dht_sendto(int sockfd, void const* buf, int len, int flags, struct sockaddr const* to, int tolen) ++{ ++ return sendto(sockfd, buf, len, flags, to, tolen); ++} ++ + #if defined (_WIN32) && !defined (__MINGW32__) + int + dht_gettimeofday (struct timeval * tv, struct timezone * tz) Index: head/net-p2p/transmission-daemon/Makefile =================================================================== --- head/net-p2p/transmission-daemon/Makefile +++ head/net-p2p/transmission-daemon/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -daemon USES= ssl Index: head/net-p2p/transmission-gtk/Makefile =================================================================== --- head/net-p2p/transmission-gtk/Makefile +++ head/net-p2p/transmission-gtk/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 + +PORTREVISION= 2 PKGNAMESUFFIX= -gtk Index: head/net-p2p/transmission-qt/Makefile =================================================================== --- head/net-p2p/transmission-qt/Makefile +++ head/net-p2p/transmission-qt/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -${FLAVOR} LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \