svn commit: r316536 - head/graphics/libcdr

Jung-uk Kim jkim at FreeBSD.org
Thu Apr 25 23:43:57 UTC 2013


Author: jkim
Date: Thu Apr 25 23:43:56 2013
New Revision: 316536
URL: http://svnweb.freebsd.org/changeset/ports/316536

Log:
  Update to 0.0.13.

Modified:
  head/graphics/libcdr/Makefile
  head/graphics/libcdr/distinfo

Modified: head/graphics/libcdr/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile	Thu Apr 25 22:55:41 2013	(r316535)
+++ head/graphics/libcdr/Makefile	Thu Apr 25 23:43:56 2013	(r316536)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libcdr
-PORTVERSION=	0.0.12
+PORTVERSION=	0.0.13
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://dev-www.libreoffice.org/src/
 
@@ -11,6 +11,7 @@ COMMENT=	Library and tools for parsing C
 LICENSE=	LGPL21 MPL GPLv2
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	icui18n:${PORTSDIR}/devel/icu \
 		wpd-0.9:${PORTSDIR}/textproc/libwpd \
 		wpg-0.2:${PORTSDIR}/graphics/libwpg \
@@ -22,6 +23,7 @@ CONFIGURE_ARGS=	--disable-werror --witho
 USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
 CXXFLAGS+=	-Wno-long-long
 
 .include <bsd.port.mk>

Modified: head/graphics/libcdr/distinfo
==============================================================================
--- head/graphics/libcdr/distinfo	Thu Apr 25 22:55:41 2013	(r316535)
+++ head/graphics/libcdr/distinfo	Thu Apr 25 23:43:56 2013	(r316536)
@@ -1,2 +1,2 @@
-SHA256 (libcdr-0.0.12.tar.xz) = c8699c00ff5c4eddd506c21767463f1c13577ca8c65f69560d488e8df4a7225d
-SIZE (libcdr-0.0.12.tar.xz) = 565412
+SHA256 (libcdr-0.0.13.tar.xz) = a14bb9a91f667616aac04d5d02f8e0cca02a49baa988906ab8d80a787eb918c9
+SIZE (libcdr-0.0.13.tar.xz) = 570080


More information about the svn-ports-head mailing list