aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2017-11-08 22:01:53 +0800
committerzi <zi@FreeBSD.org>2017-11-08 22:01:53 +0800
commitb8412a761d02f75e949e170bab35f34d4e0318ce (patch)
tree0b80b72aa09f94e68f7735f2c19697ebc6a9f3c0 /security
parent69e471d2327e853c4943a5b6f5e84331980d71b8 (diff)
downloadfreebsd-ports-gnome-b8412a761d02f75e949e170bab35f34d4e0318ce.tar.gz
freebsd-ports-gnome-b8412a761d02f75e949e170bab35f34d4e0318ce.tar.zst
freebsd-ports-gnome-b8412a761d02f75e949e170bab35f34d4e0318ce.zip
- Varnish has two different releases for hitch, switch to the other one as it is properly bootstrapped
- Bump PORTREVISION Thanks to: danfe
Diffstat (limited to 'security')
-rw-r--r--security/hitch/Makefile10
-rw-r--r--security/hitch/distinfo6
-rw-r--r--security/hitch/files/patch-configure.ac10
3 files changed, 7 insertions, 19 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
diff --git a/security/hitch/distinfo b/security/hitch/distinfo
index 01b94c6c146f..71a58eef7564 100644
--- a/security/hitch/distinfo
+++ b/security/hitch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501945009
-SHA256 (varnish-hitch-hitch-1.4.6_GH0.tar.gz) = fecc0604a2574e50e99573536eade96769b3435aa787d2095ed9115434a6f003
-SIZE (varnish-hitch-hitch-1.4.6_GH0.tar.gz) = 126223
+TIMESTAMP = 1510149117
+SHA256 (hitch-1.4.6.tar.gz) = b095e465f0fc37c5e46cfc0fbcf987ba90ed660caf7f559547df8dea985fec2b
+SIZE (hitch-1.4.6.tar.gz) = 308210
diff --git a/security/hitch/files/patch-configure.ac b/security/hitch/files/patch-configure.ac
deleted file mode 100644
index c62502e01c11..000000000000
--- a/security/hitch/files/patch-configure.ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.ac.orig 2017-11-07 23:38:47 UTC
-+++ configure.ac
-@@ -40,6 +40,7 @@ AM_CONDITIONAL([FOUND_RST2MAN], [test "x
- AM_MAINTAINER_MODE([disable])
-
- # Checks for libraries.
-+m4_include([hitch.m4])
- PKG_CHECK_EXISTS([libev], [
- PKG_CHECK_MODULES([EV], [libev])], [
- HITCH_SEARCH_LIBS([EV], [ev], [ev_default_loop],