From owner-svn-ports-head@freebsd.org Sun Jan 6 12:24:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C3A9148C700; Sun, 6 Jan 2019 12:24:35 +0000 (UTC) (envelope-from antoine@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 437F073A4C; Sun, 6 Jan 2019 12:24:35 +0000 (UTC) (envelope-from antoine@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 34E963B5; Sun, 6 Jan 2019 12:24:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x06COZ6Q030179; Sun, 6 Jan 2019 12:24:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x06COYnc030175; Sun, 6 Jan 2019 12:24:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201901061224.x06COYnc030175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Jan 2019 12:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489479 - head/sysutils/libfvde X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/libfvde X-SVN-Commit-Revision: 489479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 437F073A4C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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: Sun, 06 Jan 2019 12:24:35 -0000 Author: antoine Date: Sun Jan 6 12:24:34 2019 New Revision: 489479 URL: https://svnweb.freebsd.org/changeset/ports/489479 Log: Update to 20190104 Modified: head/sysutils/libfvde/Makefile head/sysutils/libfvde/distinfo Modified: head/sysutils/libfvde/Makefile ============================================================================== --- head/sysutils/libfvde/Makefile Sun Jan 6 12:22:19 2019 (r489478) +++ head/sysutils/libfvde/Makefile Sun Jan 6 12:24:34 2019 (r489479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libfvde -PORTVERSION= 20180108 +PORTVERSION= 20190104 DISTVERSIONPREFIX= experimental- CATEGORIES= sysutils MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \ @@ -20,14 +20,13 @@ RUN_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYT python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python2 --enable-python3 +CONFIGURE_ARGS= --enable-python2 --enable-python3 --with-openssl=no CONFIGURE_ENV= PYTHON2_CONFIG=${LOCALBASE}/bin/python${PYTHON2_DEFAULT}-config \ PYTHON3=${LOCALBASE}/bin/python${PYTHON3_DEFAULT} \ PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON3_DEFAULT}-config -USES= fuse libtool pathfix pkgconfig ssl +USES= fuse libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip -LIBS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= PYTHON2_SITELIBDIR=lib/python${PYTHON2_DEFAULT}/site-packages \ PYTHON3_SITELIBDIR=lib/python${PYTHON3_DEFAULT}/site-packages Modified: head/sysutils/libfvde/distinfo ============================================================================== --- head/sysutils/libfvde/distinfo Sun Jan 6 12:22:19 2019 (r489478) +++ head/sysutils/libfvde/distinfo Sun Jan 6 12:24:34 2019 (r489479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527151359 -SHA256 (libfvde-experimental-20180108.tar.gz) = b1d3f25059400800122c33ce0a05f472f1ba1339b5ec502086a4b87f371c5cc2 -SIZE (libfvde-experimental-20180108.tar.gz) = 1685341 +TIMESTAMP = 1546678031 +SHA256 (libfvde-experimental-20190104.tar.gz) = 0101dba937827999cfe1bf7518652851b08613dd218a8d182b1636f1af2d62a8 +SIZE (libfvde-experimental-20190104.tar.gz) = 1720806