mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.9.5
- Pass maintainership to submitter PR: ports/107554 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
This commit is contained in:
parent
1f57b83aba
commit
ccfea083ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181520
3 changed files with 11 additions and 6 deletions
|
@ -6,19 +6,23 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libotf
|
PORTNAME= libotf
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.5
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= print devel
|
CATEGORIES= print devel
|
||||||
MASTER_SITES= http://www.m17n.org/libotf/
|
MASTER_SITES= http://www.m17n.org/libotf/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= araujo@bsdmail.org
|
||||||
COMMENT= Library for handling OpenType fonts
|
COMMENT= Library for handling OpenType fonts
|
||||||
|
|
||||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||||
|
|
||||||
|
USE_GNOME= pkgconfig
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||||
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libotf-0.9.4.tar.gz) = 24fd907ede5e7df98ebd733c4d49e54d
|
MD5 (libotf-0.9.5.tar.gz) = f8b71fe2d88b51b7dfe1dbd62a56f0bd
|
||||||
SHA256 (libotf-0.9.4.tar.gz) = c84088fbd1d581ee486edc51153784d3b98281dd6d6ae141c64f220402667340
|
SHA256 (libotf-0.9.5.tar.gz) = cd09e1206e6f070019f4265ba79e41f7717e4bc41679fe9b180dfda8cb7f91a2
|
||||||
SIZE (libotf-0.9.4.tar.gz) = 357518
|
SIZE (libotf-0.9.5.tar.gz) = 382482
|
||||||
|
|
|
@ -8,3 +8,4 @@ lib/libotf.a
|
||||||
lib/libotf.la
|
lib/libotf.la
|
||||||
lib/libotf.so
|
lib/libotf.so
|
||||||
lib/libotf.so.0
|
lib/libotf.so.0
|
||||||
|
libdata/pkgconfig/libotf.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue