svn commit: r360099 - head/sysutils/xfsprogs

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 21:53:00 UTC 2014


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 at 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=" "


More information about the svn-ports-head mailing list