svn commit: r354494 - head/net/echoping

Munechika SUMIKAWA sumikawa at FreeBSD.org
Mon May 19 06:12:00 UTC 2014


Author: sumikawa
Date: Mon May 19 06:11:58 2014
New Revision: 354494
URL: http://svnweb.freebsd.org/changeset/ports/354494
QAT: https://qat.redports.org/buildarchive/r354494/

Log:
  Upgrade to 6.0.2
  
  PR:		ports/189418
  Submitted by:	Anton Yuzhaninov <citrin+pr at citrin.ru>

Modified:
  head/net/echoping/Makefile
  head/net/echoping/distinfo
  head/net/echoping/pkg-descr
  head/net/echoping/pkg-plist

Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile	Mon May 19 05:02:35 2014	(r354493)
+++ head/net/echoping/Makefile	Mon May 19 06:11:58 2014	(r354494)
@@ -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 at 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>

Modified: head/net/echoping/distinfo
==============================================================================
--- head/net/echoping/distinfo	Mon May 19 05:02:35 2014	(r354493)
+++ head/net/echoping/distinfo	Mon May 19 06:11:58 2014	(r354494)
@@ -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

Modified: head/net/echoping/pkg-descr
==============================================================================
--- head/net/echoping/pkg-descr	Mon May 19 05:02:35 2014	(r354493)
+++ head/net/echoping/pkg-descr	Mon May 19 06:11:58 2014	(r354494)
@@ -8,4 +8,4 @@ remote host by sending it TCP "echo" (or
 
 It's useful for checking that http servers are running and not wedged.
 
-WWW:	http://echoping.sourceforge.net/
+WWW: http://echoping.sourceforge.net/

Modified: head/net/echoping/pkg-plist
==============================================================================
--- head/net/echoping/pkg-plist	Mon May 19 05:02:35 2014	(r354493)
+++ head/net/echoping/pkg-plist	Mon May 19 06:11:58 2014	(r354494)
@@ -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
+ at dirrm include/echoping
 @dirrm lib/echoping


More information about the svn-ports-all mailing list