aboutsummaryrefslogtreecommitdiff
path: root/net/echoping
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2014-05-19 06:11:58 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2014-05-19 06:11:58 +0000
commit380c00073b565b521ca013e993d29050d50cffcc (patch)
tree64ba8d0770e3babd8d5c727d2ef15f449ffe849b /net/echoping
parent042d136c54915bb2efdcf0d7b0f359df34b10c08 (diff)
downloadports-380c00073b565b521ca013e993d29050d50cffcc.tar.gz
ports-380c00073b565b521ca013e993d29050d50cffcc.zip
Upgrade to 6.0.2
PR: ports/189418 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Notes
Notes: svn path=/head/; revision=354494
Diffstat (limited to 'net/echoping')
-rw-r--r--net/echoping/Makefile15
-rw-r--r--net/echoping/distinfo4
-rw-r--r--net/echoping/pkg-descr2
-rw-r--r--net/echoping/pkg-plist11
4 files changed, 13 insertions, 19 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 5832e87d905b..145f3e60e9b5 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -2,17 +2,17 @@
# $FreeBSD$
PORTNAME= echoping
-PORTVERSION= 6.0.0
-PORTREVISION= 4
+PORTVERSION= 6.0.2
CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
+MASTER_SITES= SF
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A ping-like program that uses TCP and/or HTTP
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
- idn.17:${PORTSDIR}/dns/libidn
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
+ libidn.so:${PORTSDIR}/dns/libidn
+USES= libtool
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \
@@ -28,7 +28,6 @@ OPTIONS_DEFAULT= LDAP
.if ${PORT_OPTIONS:MLDAP}
USE_OPENLDAP= yes
-MAN1+= echoping_ldap.1
PING_PLUGINS+= ldap
PLIST_SUB= WITH_LDAP=""
.else
@@ -37,7 +36,6 @@ PLIST_SUB= WITH_LDAP="@comment "
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
-MAN1+= echoping_postgresql.1
PING_PLUGINS+= postgresql
PLIST_SUB+= WITH_PGSQL=""
.else
@@ -50,7 +48,4 @@ PLIST_SUB+= WITH_PGSQL="@comment "
BROKEN= Does not link on ia64 or powerpc
.endif
-post-patch:
- @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|'
-
.include <bsd.port.post.mk>
diff --git a/net/echoping/distinfo b/net/echoping/distinfo
index 5bb9d8551994..b5d609ae631d 100644
--- a/net/echoping/distinfo
+++ b/net/echoping/distinfo
@@ -1,2 +1,2 @@
-SHA256 (echoping-6.0.0.tar.gz) = ec1e827a15a5a150a80f2d3abfab2e28628797a98527e82535c9a3f67e9fbfb4
-SIZE (echoping-6.0.0.tar.gz) = 1811321
+SHA256 (echoping-6.0.2.tar.gz) = 1dfa4c45bf461b2379ff91773ed7136176e2abac9e85c26bc9654942b5155eac
+SIZE (echoping-6.0.2.tar.gz) = 1660983
diff --git a/net/echoping/pkg-descr b/net/echoping/pkg-descr
index 2449edc7187c..cfa7e6c85b77 100644
--- a/net/echoping/pkg-descr
+++ b/net/echoping/pkg-descr
@@ -8,4 +8,4 @@ remote host by sending it TCP "echo" (or other protocol) packets.
It's useful for checking that http servers are running and not wedged.
-WWW: http://echoping.sourceforge.net/
+WWW: http://echoping.sourceforge.net/
diff --git a/net/echoping/pkg-plist b/net/echoping/pkg-plist
index 3f72397becd3..b18f03fa5390 100644
--- a/net/echoping/pkg-plist
+++ b/net/echoping/pkg-plist
@@ -1,27 +1,26 @@
bin/echoping
+include/echoping/compilation.h
+include/echoping/echoping.h
lib/echoping/dns.a
-lib/echoping/dns.la
lib/echoping/dns.so
lib/echoping/dns.so.0
%%WITH_LDAP%%lib/echoping/ldap.a
-%%WITH_LDAP%%lib/echoping/ldap.la
%%WITH_LDAP%%lib/echoping/ldap.so
%%WITH_LDAP%%lib/echoping/ldap.so.0
%%WITH_PGSQL%%lib/echoping/postgresql.a
-%%WITH_PGSQL%%lib/echoping/postgresql.la
%%WITH_PGSQL%%lib/echoping/postgresql.so
%%WITH_PGSQL%%lib/echoping/postgresql.so.0
lib/echoping/random.a
-lib/echoping/random.la
lib/echoping/random.so
lib/echoping/random.so.0
lib/echoping/whois.a
-lib/echoping/whois.la
lib/echoping/whois.so
lib/echoping/whois.so.0
man/man1/echoping.1.gz
man/man1/echoping_dns.1.gz
-man/man1/echoping_ldap.1.gz
+%%WITH_LDAP%%man/man1/echoping_ldap.1.gz
+%%WITH_PGSQL%%man/man1/echoping_postgresql.1.gz
man/man1/echoping_random.1.gz
man/man1/echoping_whois.1.gz
+@dirrm include/echoping
@dirrm lib/echoping