Lines 2-15
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libtorrent-rasterbar |
4 |
PORTNAME= libtorrent-rasterbar |
5 |
PORTVERSION= 1.1.4 |
5 |
PORTVERSION= 1.1.6 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES?= net-p2p ipv6 |
6 |
CATEGORIES?= net-p2p ipv6 |
8 |
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ |
7 |
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ |
9 |
|
8 |
|
10 |
PATCH_SITES= https://github.com/arvidn/libtorrent/commit/ |
|
|
11 |
PATCHFILES= 7eb3cf6bc6db.patch:-p1 |
12 |
|
13 |
MAINTAINER= rezny@FreeBSD.org |
9 |
MAINTAINER= rezny@FreeBSD.org |
14 |
COMMENT?= C++ library implementing a BitTorrent client |
10 |
COMMENT?= C++ library implementing a BitTorrent client |
15 |
|
11 |
|
Lines 44-49
PORTDOCS= ${DOCFILES} docs/*
Link Here
|
44 |
PORTEXAMPLES= *.cpp |
40 |
PORTEXAMPLES= *.cpp |
45 |
|
41 |
|
46 |
OPTIONS_DEFINE= DEBUG DOCS EXAMPLES LOGGING TEST |
42 |
OPTIONS_DEFINE= DEBUG DOCS EXAMPLES LOGGING TEST |
|
|
43 |
OPTIONS_DEFAULT=LOGGING |
47 |
OPTIONS_SUB= yes |
44 |
OPTIONS_SUB= yes |
48 |
LOGGING_DESC= Enable disk stat logging and logging to disk |
45 |
LOGGING_DESC= Enable disk stat logging and logging to disk |
49 |
|
46 |
|