From owner-svn-ports-all@freebsd.org Wed Nov 8 12:27:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54A28E51D4A; Wed, 8 Nov 2017 12:27:25 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F97478545; Wed, 8 Nov 2017 12:27:25 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA8CROHI053163; Wed, 8 Nov 2017 12:27:24 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA8CRO7M053162; Wed, 8 Nov 2017 12:27:24 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201711081227.vA8CRO7M053162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 8 Nov 2017 12:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453733 - head/security/hitch X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/hitch X-SVN-Commit-Revision: 453733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 12:27:25 -0000 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}" \