Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= smokeping |
8 |
PORTNAME= smokeping |
9 |
PORTVERSION= 1.40 |
9 |
PORTVERSION= 1.42 |
10 |
CATEGORIES= net www |
10 |
CATEGORIES= net www |
11 |
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ |
11 |
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ |
12 |
|
12 |
|
Lines 21-28
Link Here
|
21 |
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ |
21 |
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ |
22 |
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net |
22 |
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net |
23 |
|
23 |
|
24 |
IGNORE= only works with old versions (1.0.x) of net/rrdtool |
|
|
25 |
|
26 |
OPTIONS= FPING "Support for fping probes" on |
24 |
OPTIONS= FPING "Support for fping probes" on |
27 |
OPTIONS+= ECHOPING "Support for EchoPing probes" off |
25 |
OPTIONS+= ECHOPING "Support for EchoPing probes" off |
28 |
OPTIONS+= CURL "Support for Curl probes" off |
26 |
OPTIONS+= CURL "Support for Curl probes" off |
Lines 124-130
Link Here
|
124 |
post-extract: |
122 |
post-extract: |
125 |
@${RM} ${WRKSRC}/lib/BER.pm |
123 |
@${RM} ${WRKSRC}/lib/BER.pm |
126 |
@${RM} ${WRKSRC}/lib/SNMP_*.pm |
124 |
@${RM} ${WRKSRC}/lib/SNMP_*.pm |
127 |
@${RM} ${WRKSRC}/lib/ISG/.#ParseConfig.pm.1.26 |
|
|
128 |
|
125 |
|
129 |
post-patch: |
126 |
post-patch: |
130 |
@${FIND} ${WRKSRC} -name \*.orig -delete |
127 |
@${FIND} ${WRKSRC} -name \*.orig -delete |
131 |
----------------------- cut here ---------------------------------- |
|
|