mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
- Update to 1.4.4
This commit is contained in:
parent
096585ad3c
commit
ee87a247e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432682
3 changed files with 12 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hitch
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.4.4
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -11,19 +11,21 @@ COMMENT= TLS proxy to forward connections to an unencrypted backend
|
|||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= rst2man:textproc/py-docutils
|
||||
BUILD_DEPENDS= rst2man:textproc/py-docutils \
|
||||
pkg-config:devel/pkgconf
|
||||
LIB_DEPENDS= libev.so:devel/libev
|
||||
|
||||
USERS= nobody
|
||||
GROUPS= nobody
|
||||
|
||||
USES= autoreconf
|
||||
USES= autoreconf ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var/run
|
||||
USE_OPENSSL= yes
|
||||
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \
|
||||
SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB}"
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -lssl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= varnish
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (varnish-hitch-hitch-1.1.1_GH0.tar.gz) = 48889282a1b39e05e982ae30d69f9a7a51039e6fc36e726f9b211e118af818e5
|
||||
SIZE (varnish-hitch-hitch-1.1.1_GH0.tar.gz) = 80989
|
||||
TIMESTAMP = 1485636726
|
||||
SHA256 (varnish-hitch-hitch-1.4.4_GH0.tar.gz) = 3c889637e1bc66010b8243fc91b9e26e134f6be77f38a770773dbbbb4dacdefc
|
||||
SIZE (varnish-hitch-hitch-1.4.4_GH0.tar.gz) = 125074
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
man/man5/hitch.conf.5.gz
|
||||
man/man8/hitch.8.gz
|
||||
sbin/hitch
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/hitch.conf.ex
|
||||
%%PORTDOCS%%%%DOCSDIR%%/hitch.conf.example
|
||||
@sample etc/hitch.conf.sample
|
||||
|
|
Loading…
Add table
Reference in a new issue