Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 12:27:24 +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: r453733 - head/security/hitch
Message-ID:  <201711081227.vA8CRO7M053162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Wed Nov  8 12:27:24 2017
New Revision: 453733
URL: https://svnweb.freebsd.org/changeset/ports/453733

Log:
  - Switch to USES=pkgconfig
  - Bump PORTREVISION
  
  Special thanks:	danfe (debugging hitch m4 issue+recommending pkgconfig via USES)

Modified:
  head/security/hitch/Makefile

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Wed Nov  8 12:18:34 2017	(r453732)
+++ head/security/hitch/Makefile	Wed Nov  8 12:27:24 2017	(r453733)
@@ -3,6 +3,7 @@
 
 PORTNAME=		hitch
 PORTVERSION=		1.4.6
+PORTREVISION=		1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=		security
 
@@ -11,14 +12,13 @@ COMMENT=		TLS proxy to forward connections to an unenc
 
 LICENSE=		BSD2CLAUSE
 
-BUILD_DEPENDS=		rst2man:textproc/py-docutils \
-			pkg-config:devel/pkgconf
+BUILD_DEPENDS=		rst2man:textproc/py-docutils
 LIB_DEPENDS=		libev.so:devel/libev
 
 USERS=			nobody
 GROUPS=			nobody
 
-USES=			autoreconf ssl
+USES=			autoreconf pkgconfig ssl
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--localstatedir=/var/run
 CONFIGURE_ENV=		CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \



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