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

(-)./Makefile (-7 / +2 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	Xft
1
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2
# Date created:		06 October 2002
3
# Whom:			Joe Marcus Clarke <marcus@FreeBSD.org>
4
#
5
# $FreeBSD: ports/x11-fonts/libXft/Makefile,v 1.51 2012/11/17 06:03:29 svnexp Exp $
2
# $FreeBSD: ports/x11-fonts/libXft/Makefile,v 1.51 2012/11/17 06:03:29 svnexp Exp $
6
#
7
3
8
PORTNAME=	libXft
4
PORTNAME=	libXft
9
PORTVERSION=	2.1.14
5
PORTVERSION=	2.3.1
10
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
11
7
12
MAINTAINER=	gnome@FreeBSD.org
8
MAINTAINER=	gnome@FreeBSD.org
Lines 19-25 Link Here
19
XORG_CAT=	lib
15
XORG_CAT=	lib
20
USE_XORG=	xproto:both xrender
16
USE_XORG=	xproto:both xrender
21
17
22
MAN1=		xft-config.1
23
MAN3=		Xft.3
18
MAN3=		Xft.3
24
19
25
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/lib/libXft-2.1.14.tar.bz2) = 700e9d594b81cad3dfd5fac4a5cfd0c4cf7780c812507ef04eb40139ebf5175e
1
SHA256 (xorg/lib/libXft-2.3.1.tar.bz2) = 7fce32b92dcb7b2869bed567af2abc7bbad0d5d6fcf471b8a3e137964a31bbbd
2
SIZE (xorg/lib/libXft-2.1.14.tar.bz2) = 289068
2
SIZE (xorg/lib/libXft-2.3.1.tar.bz2) = 311556
(-)./pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/xft-config
2
include/X11/Xft/Xft.h
1
include/X11/Xft/Xft.h
3
include/X11/Xft/XftCompat.h
2
include/X11/Xft/XftCompat.h
4
lib/libXft.so.2
3
lib/libXft.so.2

Return to bug 176801