Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2017 23:42:06 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453712 - in head/security/hitch: . files
Message-ID:  <201711072342.vA7Ng68C042243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Nov  7 23:42:06 2017
New Revision: 453712
URL: https://svnweb.freebsd.org/changeset/ports/453712

Log:
  - Update to 1.4.6
  
  PR:		221565
  Reported by:	Christopher Beppler

Added:
  head/security/hitch/files/patch-configure.ac   (contents, props changed)
Deleted:
  head/security/hitch/files/patch-src_hitch.c
Modified:
  head/security/hitch/Makefile
  head/security/hitch/distinfo

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Tue Nov  7 23:31:01 2017	(r453711)
+++ head/security/hitch/Makefile	Tue Nov  7 23:42:06 2017	(r453712)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		hitch
-PORTVERSION=		1.4.4
+PORTVERSION=		1.4.6
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=		security
 

Modified: head/security/hitch/distinfo
==============================================================================
--- head/security/hitch/distinfo	Tue Nov  7 23:31:01 2017	(r453711)
+++ head/security/hitch/distinfo	Tue Nov  7 23:42:06 2017	(r453712)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485636726
-SHA256 (varnish-hitch-hitch-1.4.4_GH0.tar.gz) = 3c889637e1bc66010b8243fc91b9e26e134f6be77f38a770773dbbbb4dacdefc
-SIZE (varnish-hitch-hitch-1.4.4_GH0.tar.gz) = 125074
+TIMESTAMP = 1501945009
+SHA256 (varnish-hitch-hitch-1.4.6_GH0.tar.gz) = fecc0604a2574e50e99573536eade96769b3435aa787d2095ed9115434a6f003
+SIZE (varnish-hitch-hitch-1.4.6_GH0.tar.gz) = 126223

Added: head/security/hitch/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/hitch/files/patch-configure.ac	Tue Nov  7 23:42:06 2017	(r453712)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2017-11-07 23:38:47 UTC
++++ configure.ac
+@@ -40,6 +40,7 @@ AM_CONDITIONAL([FOUND_RST2MAN], [test "x
+ AM_MAINTAINER_MODE([disable])
+ 
+ # Checks for libraries.
++m4_include([hitch.m4])
+ PKG_CHECK_EXISTS([libev], [
+ 	PKG_CHECK_MODULES([EV], [libev])], [
+ 	HITCH_SEARCH_LIBS([EV], [ev], [ev_default_loop],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711072342.vA7Ng68C042243>