diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-11-08 14:01:53 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-11-08 14:01:53 +0000 |
commit | 22c4979d75069cc705d8375ab0e56440c15fad42 (patch) | |
tree | 0b80b72aa09f94e68f7735f2c19697ebc6a9f3c0 /security/hitch/Makefile | |
parent | 176becdb942913f170af2e207e122e73197ef175 (diff) | |
download | ports-22c4979d75069cc705d8375ab0e56440c15fad42.tar.gz ports-22c4979d75069cc705d8375ab0e56440c15fad42.zip |
Notes
Diffstat (limited to 'security/hitch/Makefile')
-rw-r--r-- | security/hitch/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/security/hitch/Makefile b/security/hitch/Makefile index cf250e9f2eba..153852a88ea0 100644 --- a/security/hitch/Makefile +++ b/security/hitch/Makefile @@ -3,9 +3,10 @@ PORTNAME= hitch PORTVERSION= 1.4.6 -PORTREVISION= 1 -DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 2 CATEGORIES= security +MASTER_SITES= http://hitch-tls.org/source/ \ + ZI MAINTAINER= zi@FreeBSD.org COMMENT= TLS proxy to forward connections to an unencrypted backend @@ -18,7 +19,7 @@ LIB_DEPENDS= libev.so:devel/libev USERS= nobody GROUPS= nobody -USES= autoreconf pkgconfig ssl +USES= pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \ @@ -26,9 +27,6 @@ CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \ USE_RC_SUBR= ${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -lssl -USE_GITHUB= yes -GH_ACCOUNT= varnish -PORTSCOUT= skipv:premerge post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc |