Index: head/security/hitch/Makefile =================================================================== --- head/security/hitch/Makefile (revision 453740) +++ head/security/hitch/Makefile (revision 453741) @@ -1,37 +1,35 @@ # Created by: Ryan Steinmetz # $FreeBSD$ 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 LICENSE= BSD2CLAUSE BUILD_DEPENDS= rst2man:textproc/py-docutils 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}" \ SSL_CFLAGS="-I${OPENSSLINC}" SSL_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 ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ .include Index: head/security/hitch/distinfo =================================================================== --- head/security/hitch/distinfo (revision 453740) +++ head/security/hitch/distinfo (revision 453741) @@ -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 Index: head/security/hitch/files/patch-configure.ac =================================================================== --- head/security/hitch/files/patch-configure.ac (revision 453740) +++ head/security/hitch/files/patch-configure.ac (nonexistent) @@ -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], Property changes on: head/security/hitch/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property