From owner-svn-ports-head@freebsd.org Fri Oct 11 21:32:06 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2863132882; Fri, 11 Oct 2019 21:32:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46qh4668rRz43Vf; Fri, 11 Oct 2019 21:32:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B82102031B; Fri, 11 Oct 2019 21:32:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9BLW6ir061153; Fri, 11 Oct 2019 21:32:06 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9BLW6tS061152; Fri, 11 Oct 2019 21:32:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201910112132.x9BLW6tS061152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 11 Oct 2019 21:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514298 - in head/security/sslsplit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/sslsplit: . files X-SVN-Commit-Revision: 514298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 21:32:07 -0000 Author: swills Date: Fri Oct 11 21:32:06 2019 New Revision: 514298 URL: https://svnweb.freebsd.org/changeset/ports/514298 Log: security/sslsplit: update to 0.5.5 Deleted: head/security/sslsplit/files/ Modified: head/security/sslsplit/Makefile (contents, props changed) head/security/sslsplit/distinfo (contents, props changed) Modified: head/security/sslsplit/Makefile ============================================================================== --- head/security/sslsplit/Makefile Fri Oct 11 20:52:30 2019 (r514297) +++ head/security/sslsplit/Makefile Fri Oct 11 21:32:06 2019 (r514298) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sslsplit -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ @@ -17,9 +16,9 @@ LIB_DEPENDS= libevent.so:devel/libevent \ USES= gmake pkgconfig tar:bzip2 uidfix ssl MAKEFILE= GNUmakefile -MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID} +MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=${PREFIX}/man INSTALLUID=${UID} INSTALLGID=${GID} PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz man/man5/sslsplit.conf.5.gz \ - "@sample sslsplit/sslsplit.conf.sample" + "@sample %%ETCDIR%%/sslsplit.conf.sample" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit Modified: head/security/sslsplit/distinfo ============================================================================== --- head/security/sslsplit/distinfo Fri Oct 11 20:52:30 2019 (r514297) +++ head/security/sslsplit/distinfo Fri Oct 11 21:32:06 2019 (r514298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540995210 -SHA256 (sslsplit-0.5.4.tar.bz2) = 336c54c4578a2f2bd9d8bae153f31499156037515fa07d5fa7d5373f4c1378c2 -SIZE (sslsplit-0.5.4.tar.bz2) = 519660 +TIMESTAMP = 1570828243 +SHA256 (sslsplit-0.5.5.tar.bz2) = ba0473fd01428439e0cf22fae80fdd26d08a0bcf85e17c82177cb0810b700faf +SIZE (sslsplit-0.5.5.tar.bz2) = 532788