svn commit: r421999 - head/net/httping

Emanuel Haupt ehaupt at FreeBSD.org
Tue Sep 13 13:46:21 UTC 2016


Author: ehaupt
Date: Tue Sep 13 13:46:19 2016
New Revision: 421999
URL: https://svnweb.freebsd.org/changeset/ports/421999

Log:
  Update to 2.5

Modified:
  head/net/httping/Makefile
  head/net/httping/distinfo

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Tue Sep 13 13:09:31 2016	(r421998)
+++ head/net/httping/Makefile	Tue Sep 13 13:46:19 2016	(r421999)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httping
-PORTVERSION=	2.4
+PORTVERSION=	2.5
 CATEGORIES=	net
 MASTER_SITES=	http://www.vanheusden.com/httping/ \
 		LOCAL/ehaupt
@@ -40,7 +40,7 @@ MAKE_ENV+=	FW=no
 
 .if ${PORT_OPTIONS:MSSL}
 MAKE_ENV+=	SSL=yes
-USE_OPENSSL=	yes
+USES+=		ssl
 .else
 MAKE_ENV+=	SSL=no
 .endif

Modified: head/net/httping/distinfo
==============================================================================
--- head/net/httping/distinfo	Tue Sep 13 13:09:31 2016	(r421998)
+++ head/net/httping/distinfo	Tue Sep 13 13:46:19 2016	(r421999)
@@ -1,2 +1,3 @@
-SHA256 (httping-2.4.tgz) = dab59f02b08bfbbc978c005bb16d2db6fe21e1fc841fde96af3d497ddfc82084
-SIZE (httping-2.4.tgz) = 54170
+TIMESTAMP = 1473774147
+SHA256 (httping-2.5.tgz) = 3e895a0a6d7bd79de25a255a1376d4da88eb09c34efdd0476ab5a907e75bfaf8
+SIZE (httping-2.5.tgz) = 71400


More information about the svn-ports-head mailing list