Lines 1-7
Link Here
|
1 |
# $FreeBSD: sysutils/rsyslog7-devel/Makefile 319072 2013-05-25 20:10:11Z brd $ |
1 |
# $FreeBSD: sysutils/rsyslog7-devel/Makefile 319072 2013-05-25 20:10:11Z brd $ |
2 |
|
2 |
|
3 |
PORTNAME= rsyslog |
3 |
PORTNAME= rsyslog |
4 |
PORTVERSION= 7.3.15 |
4 |
PORTVERSION= 7.5.2 |
5 |
CATEGORIES= sysutils |
5 |
CATEGORIES= sysutils |
6 |
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ |
6 |
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ |
7 |
|
7 |
|
Lines 14-26
Link Here
|
14 |
LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ |
14 |
LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ |
15 |
estr:${PORTSDIR}/devel/libestr \ |
15 |
estr:${PORTSDIR}/devel/libestr \ |
16 |
json.0:${PORTSDIR}/devel/json-c \ |
16 |
json.0:${PORTSDIR}/devel/json-c \ |
17 |
sysinfo:${PORTSDIR}/devel/libsysinfo \ |
|
|
18 |
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid |
17 |
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid |
19 |
|
18 |
|
20 |
BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \ |
19 |
BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \ |
21 |
rst2man:${PORTSDIR}/textproc/py-docutils |
20 |
rst2man:${PORTSDIR}/textproc/py-docutils |
22 |
|
21 |
|
23 |
PORTSCOUT= limit:^7\.3 |
22 |
PORTSCOUT= limit:^7\.5 |
24 |
PORTDOCS= * |
23 |
PORTDOCS= * |
25 |
PORTEXAMPLES= * |
24 |
PORTEXAMPLES= * |
26 |
|
25 |
|