svn commit: r324817 - head/textproc/libwpd

Jung-uk Kim jkim at FreeBSD.org
Fri Aug 16 21:50:29 UTC 2013


Author: jkim
Date: Fri Aug 16 21:50:28 2013
New Revision: 324817
URL: http://svnweb.freebsd.org/changeset/ports/324817

Log:
  Update to 0.9.9.

Modified:
  head/textproc/libwpd/Makefile
  head/textproc/libwpd/distinfo

Modified: head/textproc/libwpd/Makefile
==============================================================================
--- head/textproc/libwpd/Makefile	Fri Aug 16 19:35:28 2013	(r324816)
+++ head/textproc/libwpd/Makefile	Fri Aug 16 21:50:28 2013	(r324817)
@@ -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 exporti
 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:

Modified: head/textproc/libwpd/distinfo
==============================================================================
--- head/textproc/libwpd/distinfo	Fri Aug 16 19:35:28 2013	(r324816)
+++ head/textproc/libwpd/distinfo	Fri Aug 16 21:50:28 2013	(r324817)
@@ -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


More information about the svn-ports-all mailing list