mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.0.2.
This commit is contained in:
parent
fb12b47655
commit
62d9935e3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450180
3 changed files with 7 additions and 8 deletions
|
@ -1,15 +1,14 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libzmf
|
PORTNAME= libzmf
|
||||||
PORTVERSION= 0.0.1
|
PORTVERSION= 0.0.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= LODEV
|
MASTER_SITES= LODEV
|
||||||
|
|
||||||
MAINTAINER= office@FreeBSD.org
|
MAINTAINER= office@FreeBSD.org
|
||||||
COMMENT= Library that parses the file format of Zoner Callisto/Draw documents
|
COMMENT= Library that parses the file format of Zoner Callisto/Draw documents
|
||||||
|
|
||||||
LICENSE= MPL
|
LICENSE= MPL20
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs
|
||||||
|
@ -19,8 +18,8 @@ LIB_DEPENDS= libicui18n.so:devel/icu \
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
|
||||||
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
|
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs
|
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1495051161
|
TIMESTAMP = 1505861186
|
||||||
SHA256 (libzmf-0.0.1.tar.xz) = eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a
|
SHA256 (libzmf-0.0.2.tar.xz) = 27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22
|
||||||
SIZE (libzmf-0.0.1.tar.xz) = 315060
|
SIZE (libzmf-0.0.2.tar.xz) = 320952
|
||||||
|
|
|
@ -4,5 +4,5 @@ include/libzmf-0.0/libzmf/ZMFDocument.h
|
||||||
include/libzmf-0.0/libzmf/libzmf.h
|
include/libzmf-0.0/libzmf/libzmf.h
|
||||||
lib/libzmf-0.0.so
|
lib/libzmf-0.0.so
|
||||||
lib/libzmf-0.0.so.0
|
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
|
libdata/pkgconfig/libzmf-0.0.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue