Bug 189418 - [PATCH] net/echoping: update to 6.0.2
Summary: [PATCH] net/echoping: update to 6.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Munechika Sumikawa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 14:30 UTC by Anton Yuzhaninov
Modified: 2014-05-19 07:20 UTC (History)
1 user (show)

See Also:


Attachments
echoping-6.0.2.patch (2.75 KB, patch)
2014-05-07 14:30 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2014-05-07 14:30:00 UTC
- Update to 6.0.2
- Fix some portlint warnings

Port maintainer (sumikawa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 14:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sumikawa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-19 07:12:03 UTC
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@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@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
+@dirrm include/echoping
 @dirrm lib/echoping
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Munechika Sumikawa freebsd_committer freebsd_triage 2014-05-19 07:12:15 UTC
State Changed
From-To: open->closed

Commited, thanks.