Date: Wed, 20 Sep 2017 00:04:47 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450180 - head/graphics/libzmf Message-ID: <201709200004.v8K04lsk027895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Wed Sep 20 00:04:47 2017 New Revision: 450180 URL: https://svnweb.freebsd.org/changeset/ports/450180 Log: Update to 0.0.2. Modified: head/graphics/libzmf/Makefile head/graphics/libzmf/distinfo head/graphics/libzmf/pkg-plist Modified: head/graphics/libzmf/Makefile ============================================================================== --- head/graphics/libzmf/Makefile Tue Sep 19 23:58:48 2017 (r450179) +++ head/graphics/libzmf/Makefile Wed Sep 20 00:04:47 2017 (r450180) @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= libzmf -PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTVERSION= 0.0.2 CATEGORIES= graphics MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library that parses the file format of Zoner Callisto/Draw documents -LICENSE= MPL +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs @@ -19,8 +18,8 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/libzmf/distinfo ============================================================================== --- head/graphics/libzmf/distinfo Tue Sep 19 23:58:48 2017 (r450179) +++ head/graphics/libzmf/distinfo Wed Sep 20 00:04:47 2017 (r450180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495051161 -SHA256 (libzmf-0.0.1.tar.xz) = eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a -SIZE (libzmf-0.0.1.tar.xz) = 315060 +TIMESTAMP = 1505861186 +SHA256 (libzmf-0.0.2.tar.xz) = 27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22 +SIZE (libzmf-0.0.2.tar.xz) = 320952 Modified: head/graphics/libzmf/pkg-plist ============================================================================== --- head/graphics/libzmf/pkg-plist Tue Sep 19 23:58:48 2017 (r450179) +++ head/graphics/libzmf/pkg-plist Wed Sep 20 00:04:47 2017 (r450180) @@ -4,5 +4,5 @@ include/libzmf-0.0/libzmf/ZMFDocument.h include/libzmf-0.0/libzmf/libzmf.h lib/libzmf-0.0.so lib/libzmf-0.0.so.0 -lib/libzmf-0.0.so.0.0.1 +lib/libzmf-0.0.so.0.0.2 libdata/pkgconfig/libzmf-0.0.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709200004.v8K04lsk027895>