svn commit: r316261 - in head/graphics/libwpg: . files
Jung-uk Kim
jkim at FreeBSD.org
Mon Apr 22 18:47:53 UTC 2013
Author: jkim
Date: Mon Apr 22 18:47:52 2013
New Revision: 316261
URL: http://svnweb.freebsd.org/changeset/ports/316261
Log:
- Updated to 0.2.2.
- Update license. It is now dual-licensed under MPL2+ and LGPL2.1+.
- Fix packaging without DOCS.
- Trim Makefile header.
Approved by: fluffy (maintainer)
Deleted:
head/graphics/libwpg/files/
Modified:
head/graphics/libwpg/Makefile
head/graphics/libwpg/distinfo
Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile Mon Apr 22 18:45:59 2013 (r316260)
+++ head/graphics/libwpg/Makefile Mon Apr 22 18:47:52 2013 (r316261)
@@ -1,20 +1,15 @@
-# New ports collection makefile for: graphics/libwpg
-# Date created: 2009-01-09
-# Whom: Dima Panov <fluffy at Fluffy.Khv.RU>
-#
# $FreeBSD$
-#
PORTNAME= libwpg
-PORTVERSION= 0.2.1
-PORTREVISION= 2
+PORTVERSION= 0.2.2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= fluffy at FreeBSD.org
COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files
-LICENSE= LGPL20
+LICENSE= LGPL21 MPL
+LICENSE_COMB= dual
LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd
@@ -28,12 +23,11 @@ CONFIGURE_ARGS= --disable-werror
OPTIONS_DEFINE= DOCS
-PORTDOCS= *
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+PORTDOCS= *
.else
post-patch:
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in
Modified: head/graphics/libwpg/distinfo
==============================================================================
--- head/graphics/libwpg/distinfo Mon Apr 22 18:45:59 2013 (r316260)
+++ head/graphics/libwpg/distinfo Mon Apr 22 18:47:52 2013 (r316261)
@@ -1,2 +1,2 @@
-SHA256 (libwpg-0.2.1.tar.bz2) = a0bc8854af5affbcf6f91731d867163b96c4991220f8e3b28b9d49ca3cfba169
-SIZE (libwpg-0.2.1.tar.bz2) = 335521
+SHA256 (libwpg-0.2.2.tar.bz2) = ccb8907bdd78e2a094204a745431d6bcfdba475354ed3caba36aaea6c9d88626
+SIZE (libwpg-0.2.2.tar.bz2) = 376802
More information about the svn-ports-all
mailing list