Update net-p2p/rtorrent-devel to 0.8.4.
This commit is contained in:
parent
9242041ae8
commit
d204a09684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224031
3 changed files with 7 additions and 10 deletions
|
@ -6,17 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= rtorrent-devel
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 0
|
||||
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= BitTorrent Client written in C++ (development version)
|
||||
|
||||
BUILD_DEPENDS= libtorrent-devel=0.12.3:${PORTSDIR}/net-p2p/libtorrent-devel
|
||||
RUN_DEPENDS= libtorrent-devel=0.12.3:${PORTSDIR}/net-p2p/libtorrent-devel
|
||||
BUILD_DEPENDS= libtorrent-devel=0.12.4:${PORTSDIR}/net-p2p/libtorrent-devel
|
||||
RUN_DEPENDS= libtorrent-devel=0.12.4:${PORTSDIR}/net-p2p/libtorrent-devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../rtorrent
|
||||
PATCHDIR= ${.CURDIR}/files/
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
DESCR= ${MASTERDIR}/pkg-descr
|
||||
|
@ -25,8 +26,4 @@ CONFLICTS= rtorrent-[0-9]*
|
|||
|
||||
USE_GCC= 4.2+
|
||||
|
||||
.if exists(${.CURDIR}/files/devel-*)
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/devel-*
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rtorrent-0.8.3.tar.gz) = d1b43acf08e371a56915293bbcf584c6
|
||||
SHA256 (rtorrent-0.8.3.tar.gz) = 554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908
|
||||
SIZE (rtorrent-0.8.3.tar.gz) = 512961
|
||||
MD5 (rtorrent-0.8.4.tar.gz) = dc0f37d933b0b6c713ad617e09441f3b
|
||||
SHA256 (rtorrent-0.8.4.tar.gz) = 257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee
|
||||
SIZE (rtorrent-0.8.4.tar.gz) = 518306
|
||||
|
|
Loading…
Reference in a new issue