svn commit: r453733 - head/security/hitch
Ryan Steinmetz
zi at FreeBSD.org
Wed Nov 8 12:27:25 UTC 2017
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}" \
More information about the svn-ports-head
mailing list