Date: Sun, 1 May 2016 07:49:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414392 - head/devel/libfsntfs Message-ID: <201605010749.u417nflv060789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605010749.u417nflv060789>