Date: Tue, 1 Jul 2014 21:52:59 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360099 - head/sysutils/xfsprogs Message-ID: <201407012152.s61LqxW5023574@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 1 21:52:59 2014 New Revision: 360099 URL: http://svnweb.freebsd.org/changeset/ports/360099 QAT: https://qat.redports.org/buildarchive/r360099/ Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=libtool Modified: head/sysutils/xfsprogs/Makefile Modified: head/sysutils/xfsprogs/Makefile ============================================================================== --- head/sysutils/xfsprogs/Makefile Tue Jul 1 21:43:54 2014 (r360098) +++ head/sysutils/xfsprogs/Makefile Tue Jul 1 21:52:59 2014 (r360099) @@ -3,6 +3,7 @@ PORTNAME= xfsprogs PORTVERSION= 2.9.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/ @@ -12,10 +13,12 @@ EXTRACT_SUFX= -1.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Set of utilities and library to manipulate an XFS filesystem -LICENSE= GPLv2 +LICENSE= LGPL21 GPLv2 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/doc/COPYING -USES= gettext gmake -USE_AUTOTOOLS= autoconf libtool:env +USES= gettext gmake libtool +USE_AUTOTOOLS= autoconf libtoolize GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ LIBTOOL=${LIBTOOL} OPTIMIZER=" "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407012152.s61LqxW5023574>