diff options
author | jkim <jkim@FreeBSD.org> | 2013-08-17 05:50:28 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-08-17 05:50:28 +0800 |
commit | 2fa83ed01e762ed72c5dcce97d74cabe381d1cfe (patch) | |
tree | df7443305ef81be5814a6d6a733e9f658957e2ba | |
parent | c7a72a1e33da851b57a5a0addeebe249a92bc436 (diff) | |
download | freebsd-ports-gnome-2fa83ed01e762ed72c5dcce97d74cabe381d1cfe.tar.gz freebsd-ports-gnome-2fa83ed01e762ed72c5dcce97d74cabe381d1cfe.tar.zst freebsd-ports-gnome-2fa83ed01e762ed72c5dcce97d74cabe381d1cfe.zip |
Update to 0.9.9.
-rw-r--r-- | textproc/libwpd/Makefile | 6 | ||||
-rw-r--r-- | textproc/libwpd/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 30f260396b0c..d9ed19b410b0 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwpd -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,12 +12,12 @@ COMMENT= Tools for importing and exporting WordPerfect(tm) documents LICENSE= LGPL21 MPL LICENSE_COMB= dual -USE_BZIP2= yes GNU_CONFIGURE= yes +USE_BZIP2= yes USE_GNOME= gnomehack libgsf USE_LDCONFIG= yes -CONFIGURE_ARGS+=--disable-werror --without-docs +CONFIGURE_ARGS= --without-docs PLIST_SUB= MAJVER=${PORTVERSION:R} post-patch: diff --git a/textproc/libwpd/distinfo b/textproc/libwpd/distinfo index a0b54a57cbf0..d4454ed8a155 100644 --- a/textproc/libwpd/distinfo +++ b/textproc/libwpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwpd-0.9.8.tar.bz2) = 489541f969b3c54bca863a986eb4c322cd480af946fff17f922022234c985304 -SIZE (libwpd-0.9.8.tar.bz2) = 698026 +SHA256 (libwpd-0.9.9.tar.bz2) = 210c216bbbf67603f891373362ec0427aeb36bfcaf881d43433db85ca2160d7c +SIZE (libwpd-0.9.9.tar.bz2) = 684918 |