View | Details | Raw Unified | Return to bug 228647
Collapse All | Expand All

(-)print/libotf/Makefile (-3 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libotf
4
PORTNAME=	libotf
5
PORTVERSION=	0.9.13
5
PORTVERSION=	0.9.16
6
PORTREVISION=	2
7
CATEGORIES=	print devel textproc
6
CATEGORIES=	print devel textproc
8
MASTER_SITES=	SAVANNAH/m17n
7
MASTER_SITES=	SAVANNAH/m17n
9
8
Lines 10-19 Link Here
10
MAINTAINER=	nikola.lecic@anthesphoria.net
9
MAINTAINER=	nikola.lecic@anthesphoria.net
11
COMMENT=	Library for handling OpenType fonts
10
COMMENT=	Library for handling OpenType fonts
12
11
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
LIB_DEPENDS=	libfreetype.so:print/freetype2
15
LIB_DEPENDS=	libfreetype.so:print/freetype2
14
16
15
USES=		pathfix pkgconfig libtool:keepla
17
USES=		pathfix pkgconfig libtool:keepla
16
USE_XORG=	x11 xt xaw xmu
18
USE_XORG=	ice sm x11 xt xaw xmu
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
18
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
19
CPPFLAGS+=	-I${LOCALBASE}/include
21
CPPFLAGS+=	-I${LOCALBASE}/include
(-)print/libotf/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (libotf-0.9.13.tar.gz) = 7bc466ba50425f95b52de12b4ad35320acefcef13ce67bf33edc14abdcfe6908
1
TIMESTAMP = 1527784888
2
SIZE (libotf-0.9.13.tar.gz) = 388832
2
SHA256 (libotf-0.9.16.tar.gz) = 68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b
3
SIZE (libotf-0.9.16.tar.gz) = 423979
(-)print/libotf/pkg-plist (-2 / +2 lines)
Lines 7-12 Link Here
7
lib/libotf.a
7
lib/libotf.a
8
lib/libotf.la
8
lib/libotf.la
9
lib/libotf.so
9
lib/libotf.so
10
lib/libotf.so.0
10
lib/libotf.so.1
11
lib/libotf.so.0.0.0
11
lib/libotf.so.1.0.0
12
libdata/pkgconfig/libotf.pc
12
libdata/pkgconfig/libotf.pc
(-)editors/emacs/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	emacs
4
PORTNAME=	emacs
5
DISTVERSION=	${EMACS_VER}
5
DISTVERSION=	${EMACS_VER}
6
PORTREVISION=	1
6
PORTEPOCH=	3
7
PORTEPOCH=	3
7
CATEGORIES=	editors ipv6
8
CATEGORIES=	editors ipv6
8
MASTER_SITES=	GNU
9
MASTER_SITES=	GNU
(-)editors/emacs-devel/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	emacs
4
PORTNAME=	emacs
5
DISTVERSION=	${EMACS_VER}.${EMACS_REV}
5
DISTVERSION=	${EMACS_VER}.${EMACS_REV}
6
PORTREVISION=	1
6
PORTEPOCH=	2
7
PORTEPOCH=	2
7
CATEGORIES=	editors ipv6
8
CATEGORIES=	editors ipv6
8
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel

Return to bug 228647