Date: Wed, 8 Nov 2017 14:01:53 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453741 - in head/security/hitch: . files Message-ID: <201711081401.vA8E1rfR091566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Nov 8 14:01:53 2017 New Revision: 453741 URL: https://svnweb.freebsd.org/changeset/ports/453741 Log: - Varnish has two different releases for hitch, switch to the other one as it is properly bootstrapped - Bump PORTREVISION Thanks to: danfe Deleted: head/security/hitch/files/patch-configure.ac Modified: head/security/hitch/Makefile head/security/hitch/distinfo Modified: head/security/hitch/Makefile ============================================================================== --- head/security/hitch/Makefile Wed Nov 8 13:48:30 2017 (r453740) +++ head/security/hitch/Makefile Wed Nov 8 14:01:53 2017 (r453741) @@ -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 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 Modified: head/security/hitch/distinfo ============================================================================== --- head/security/hitch/distinfo Wed Nov 8 13:48:30 2017 (r453740) +++ head/security/hitch/distinfo Wed Nov 8 14:01:53 2017 (r453741) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711081401.vA8E1rfR091566>