From 0deb4a26d0e602a52522cf25e78087d6d2428699 Mon Sep 17 00:00:00 2001 From: sumikawa Date: Sun, 7 Mar 2004 23:37:42 +0000 Subject: Upgrade to 5.2.0 Noticed by: Stephane Bortzmeyer --- net/echoping/Makefile | 6 ++++-- net/echoping/distinfo | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net/echoping/Makefile b/net/echoping/Makefile index d69e2d00132a..3da3048abc5a 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= echoping -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.0 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http +LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn + USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \ - --enable-ttcp --enable-tos --enable-priority + --enable-ttcp --enable-tos --with-libidn=${LOCALBASE} MAN1= echoping.1 PLIST_FILES= bin/echoping diff --git a/net/echoping/distinfo b/net/echoping/distinfo index fd3d7d5d7d51..2b41c112d745 100644 --- a/net/echoping/distinfo +++ b/net/echoping/distinfo @@ -1 +1,2 @@ -MD5 (echoping-5.1.0.tar.gz) = f7212d84361208feadcfca80eda83d7e +MD5 (echoping-5.2.0.tar.gz) = aef46a1d09a1083e99eb5e18e9184af2 +SIZE (echoping-5.2.0.tar.gz) = 120911 -- cgit