svn commit: r450177 - head/graphics/libfreehand

Jung-uk Kim jkim at FreeBSD.org
Tue Sep 19 23:46:01 UTC 2017


Author: jkim
Date: Tue Sep 19 23:45:59 2017
New Revision: 450177
URL: https://svnweb.freebsd.org/changeset/ports/450177

Log:
  Update to 0.1.2.

Modified:
  head/graphics/libfreehand/Makefile
  head/graphics/libfreehand/distinfo
  head/graphics/libfreehand/pkg-descr
  head/graphics/libfreehand/pkg-plist

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Tue Sep 19 23:44:35 2017	(r450176)
+++ head/graphics/libfreehand/Makefile	Tue Sep 19 23:45:59 2017	(r450177)
@@ -1,18 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	libfreehand
-PORTVERSION=	0.1.1
-PORTREVISION=	7
+PORTVERSION=	0.1.2
 CATEGORIES=	graphics
 MASTER_SITES=	LODEV
 
 MAINTAINER=	office at FreeBSD.org
-COMMENT=	Library providing ability to interpret and import Adobe/Macromedia drawings
+COMMENT=	Library for interpreting and importing Adobe/Macromedia drawings
 
-LICENSE=	LGPL21 MPL GPLv2
-LICENSE_COMB=	dual
+LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	icu-config:devel/icu
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \
+		cppunit-config:devel/cppunit \
+		icu-config:devel/icu
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		librevenge-0.0.so:textproc/librevenge
 
@@ -21,6 +22,7 @@ USES=	compiler:c++11-lang gperf perl5 libtool pathfix 
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 CONFIGURE_ARGS=	--disable-werror --without-docs
+CPPFLAGS+=	-I ${LOCALBASE}/include
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/graphics/libfreehand/distinfo
==============================================================================
--- head/graphics/libfreehand/distinfo	Tue Sep 19 23:44:35 2017	(r450176)
+++ head/graphics/libfreehand/distinfo	Tue Sep 19 23:45:59 2017	(r450177)
@@ -1,2 +1,3 @@
-SHA256 (libfreehand-0.1.1.tar.xz) = ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30
-SIZE (libfreehand-0.1.1.tar.xz) = 492916
+TIMESTAMP = 1505860846
+SHA256 (libfreehand-0.1.2.tar.xz) = 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac
+SIZE (libfreehand-0.1.2.tar.xz) = 516132

Modified: head/graphics/libfreehand/pkg-descr
==============================================================================
--- head/graphics/libfreehand/pkg-descr	Tue Sep 19 23:44:35 2017	(r450176)
+++ head/graphics/libfreehand/pkg-descr	Tue Sep 19 23:45:59 2017	(r450177)
@@ -1,4 +1,4 @@
 Libfreehand is library providing ability to interpret and import
 Adobe/Macromedia drawings into various applications
 
-WWW: http://www.freedesktop.org/wiki/Software/libfreehand/
+WWW: https://wiki.documentfoundation.org/DLP/Libraries/libfreehand

Modified: head/graphics/libfreehand/pkg-plist
==============================================================================
--- head/graphics/libfreehand/pkg-plist	Tue Sep 19 23:44:35 2017	(r450176)
+++ head/graphics/libfreehand/pkg-plist	Tue Sep 19 23:45:59 2017	(r450177)
@@ -5,5 +5,5 @@ include/libfreehand-0.1/libfreehand/FreeHandDocument.h
 include/libfreehand-0.1/libfreehand/libfreehand.h
 lib/libfreehand-0.1.so
 lib/libfreehand-0.1.so.1
-lib/libfreehand-0.1.so.1.0.1
+lib/libfreehand-0.1.so.1.0.2
 libdata/pkgconfig/libfreehand-0.1.pc


More information about the svn-ports-all mailing list