diff options
author | jkim <jkim@FreeBSD.org> | 2013-04-23 02:44:24 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-04-23 02:44:24 +0800 |
commit | 0b674fd47c493ecd2e1de11168fb8f30b51d543a (patch) | |
tree | 14b56570767a35ccdfe8bb10a45116934399c34f /textproc | |
parent | 0bfcc43e8709680a1f5828f712c57c405a0183f3 (diff) | |
download | freebsd-ports-gnome-0b674fd47c493ecd2e1de11168fb8f30b51d543a.tar.gz freebsd-ports-gnome-0b674fd47c493ecd2e1de11168fb8f30b51d543a.tar.zst freebsd-ports-gnome-0b674fd47c493ecd2e1de11168fb8f30b51d543a.zip |
- Update to 0.9.7.
- Update license. It is now dual-licensed under MPL2+ and LGPL2.1+.
- Trim Makefile header.
Approved by: fluffy (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libwpd/Makefile | 11 | ||||
-rw-r--r-- | textproc/libwpd/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 2b6956032be5..b0a20b735698 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: libwpd -# Date created: Mon May 19 09:09:10 PDT 2003 -# Whom: reed@pugetsoundtechnology.com -# +# Created by: reed@pugetsoundtechnology.com # $FreeBSD$ -# PORTNAME= libwpd -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= fluffy@FreeBSD.org COMMENT= Tools for importing and exporting WordPerfect(tm) documents -LICENSE= LGPL21 +LICENSE= LGPL21 MPL +LICENSE_COMB= dual USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/textproc/libwpd/distinfo b/textproc/libwpd/distinfo index 00a073dcf050..f19f14559f76 100644 --- a/textproc/libwpd/distinfo +++ b/textproc/libwpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwpd-0.9.6.tar.bz2) = 87081d5a81fb08e3aae88dc959aec769c4c62df44b59d5f9c0561f039cc9db6b -SIZE (libwpd-0.9.6.tar.bz2) = 675826 +SHA256 (libwpd-0.9.7.tar.bz2) = af747805afe764f03c6b6f0cd95dce7d156654e0e09d6686271b23bed3e722e8 +SIZE (libwpd-0.9.7.tar.bz2) = 693332 |