diff options
author | flz <flz@FreeBSD.org> | 2005-03-03 08:09:35 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-03 08:09:35 +0800 |
commit | 0b4271e312cad3dc55444e5d0bfac13ff1f2e627 (patch) | |
tree | d78acd4575f5c2158c0942d1e9e7065214fe9b47 /print/libotf | |
parent | b8445471f4481acf509ccb44db53040f3e1150b5 (diff) | |
download | freebsd-ports-gnome-0b4271e312cad3dc55444e5d0bfac13ff1f2e627.tar.gz freebsd-ports-gnome-0b4271e312cad3dc55444e5d0bfac13ff1f2e627.tar.zst freebsd-ports-gnome-0b4271e312cad3dc55444e5d0bfac13ff1f2e627.zip |
- Update to 0.9.3.
- Update MASTER_SITES.
- Update WWW line in pkg-descr.
PR: ports/78317
Submitted by: Ports Fury
Approved by: pav (mentor)
Diffstat (limited to 'print/libotf')
-rw-r--r-- | print/libotf/Makefile | 8 | ||||
-rw-r--r-- | print/libotf/distinfo | 4 | ||||
-rw-r--r-- | print/libotf/pkg-descr | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index f530ad15d7bf..d1368e5094cd 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libotf -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= print devel -MASTER_SITES= http://tsukuba.m17n.org/libotf/ +MASTER_SITES= http://www.m17n.org/libotf/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for handling OpenType fonts @@ -17,9 +17,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes USE_LIBTOOL_VER= 15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -MAKE_ARGS= AM_CPPFLAGS="-I${X11BASE}/include" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/print/libotf/distinfo b/print/libotf/distinfo index ad4fb2cf69f5..b64c83528e68 100644 --- a/print/libotf/distinfo +++ b/print/libotf/distinfo @@ -1,2 +1,2 @@ -MD5 (libotf-0.9.2.tar.gz) = 579f088d64844c00a1f1036a04b53a0a -SIZE (libotf-0.9.2.tar.gz) = 338447 +MD5 (libotf-0.9.3.tar.gz) = c63cdd318757c589fa0d9e261a2be69b +SIZE (libotf-0.9.3.tar.gz) = 354851 diff --git a/print/libotf/pkg-descr b/print/libotf/pkg-descr index 67bea7194f39..7b1dc6bf3147 100644 --- a/print/libotf/pkg-descr +++ b/print/libotf/pkg-descr @@ -6,4 +6,4 @@ The library "libotf" provides the following facilites. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. -WWW: http://tsukuba.m17n.org/libotf/ +WWW: http://www.m17n.org/libotf/ |