From owner-svn-ports-head@freebsd.org Sun May 1 07:49:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCF86B28EFE; Sun, 1 May 2016 07:49:42 +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 mx1.freebsd.org (Postfix) with ESMTPS id 756901A9B; Sun, 1 May 2016 07:49:42 +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 u417nfXQ060791; Sun, 1 May 2016 07:49:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u417nflv060789; Sun, 1 May 2016 07:49:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605010749.u417nflv060789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 May 2016 07:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414392 - head/devel/libfsntfs X-SVN-Group: ports-head 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.22 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, 01 May 2016 07:49:42 -0000 Author: antoine Date: Sun May 1 07:49:41 2016 New Revision: 414392 URL: https://svnweb.freebsd.org/changeset/ports/414392 Log: - Update to experimental-20160418 - Unbundle libfwnt Modified: head/devel/libfsntfs/Makefile head/devel/libfsntfs/distinfo Modified: head/devel/libfsntfs/Makefile ============================================================================== --- head/devel/libfsntfs/Makefile Sun May 1 07:48:59 2016 (r414391) +++ head/devel/libfsntfs/Makefile Sun May 1 07:49:41 2016 (r414392) @@ -3,7 +3,7 @@ PORTNAME= libfsntfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20160108 +DISTVERSION= experimental-20160418 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsntfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -11,10 +11,13 @@ MASTER_SITES= https://github.com/libyal/ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the New Technology File System (NTFS) -LICENSE= LGPL3 +LICENSE= LGPL3+ + +LIB_DEPENDS= libfwnt.so:devel/libfwnt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} \ + --with-libfwnt=${LOCALBASE} USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libfsntfs/distinfo ============================================================================== --- head/devel/libfsntfs/distinfo Sun May 1 07:48:59 2016 (r414391) +++ head/devel/libfsntfs/distinfo Sun May 1 07:49:41 2016 (r414392) @@ -1,2 +1,2 @@ -SHA256 (libfsntfs-experimental-20160108.tar.gz) = c986f37f3fc62ee68d560099e552f2d7831903d28960c5b244715beb76a13378 -SIZE (libfsntfs-experimental-20160108.tar.gz) = 1620796 +SHA256 (libfsntfs-experimental-20160418.tar.gz) = f125cc66d16a5d1060b8f0a1f8dbf6b8d88070fee73cffebcac0ecdc58860893 +SIZE (libfsntfs-experimental-20160418.tar.gz) = 1652286