diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-03-07 23:37:42 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-03-07 23:37:42 +0000 |
commit | 41471d5d49dcea909447976a18d5e6c34434b840 (patch) | |
tree | 9c289f9a67787fed41b3f6887776891af5d05289 /net/echoping | |
parent | 3b966e1629bbaac2a3184848f10e189811e352d5 (diff) | |
download | ports-41471d5d49dcea909447976a18d5e6c34434b840.tar.gz ports-41471d5d49dcea909447976a18d5e6c34434b840.zip |
Notes
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 6 | ||||
-rw-r--r-- | 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 |