Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 21:05:54 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409560 - head/textproc/libabw
Message-ID:  <201602252105.u1PL5sE5086009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Feb 25 21:05:53 2016
New Revision: 409560
URL: https://svnweb.freebsd.org/changeset/ports/409560

Log:
  - Remove LGPL21 from LICENSE.
  - Remove MASTER_SITE_SUBDIR. [1]
  
  Suggested by:	mat [1]

Modified:
  head/textproc/libabw/Makefile

Modified: head/textproc/libabw/Makefile
==============================================================================
--- head/textproc/libabw/Makefile	Thu Feb 25 20:50:28 2016	(r409559)
+++ head/textproc/libabw/Makefile	Thu Feb 25 21:05:53 2016	(r409560)
@@ -4,14 +4,12 @@ PORTNAME=	libabw
 PORTVERSION=	0.1.1
 PORTREVISION=	1
 CATEGORIES=	textproc
-MASTER_SITES=	LODEV
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	LODEV/${PORTNAME}
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Library providing ability to interpret Abiword documents
 
-LICENSE=	LGPL21 MPL
-LICENSE_COMB=	dual
+LICENSE=	MPL
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	librevenge-0.0.so:${PORTSDIR}/textproc/librevenge



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602252105.u1PL5sE5086009>