diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-17 04:33:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-17 04:33:24 +0800 |
commit | 4407728d26a1f230b40d42cb78f9b5250482471e (patch) | |
tree | f9f9f1a0a5e6c8a99cc4a13c936506ed94d0ed49 /x11-fonts | |
parent | 048d94234b1878f6ae37cede429b4fbd7396304d (diff) | |
download | freebsd-ports-gnome-4407728d26a1f230b40d42cb78f9b5250482471e.tar.gz freebsd-ports-gnome-4407728d26a1f230b40d42cb78f9b5250482471e.tar.zst freebsd-ports-gnome-4407728d26a1f230b40d42cb78f9b5250482471e.zip |
Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simply
a renamed version of the Xft port after it was added to the Freedesktop X11
libs project.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libXft/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/libXft/distinfo | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 3d489404902d..09335a8b60b3 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -24,6 +24,7 @@ SUBDIR += jmk-x11-fonts SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var + SUBDIR += libXft SUBDIR += linux-fontconfig SUBDIR += linux-urw-fonts SUBDIR += mkbold diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 6298229bf7e8..6cd3f26ffac7 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -5,12 +5,10 @@ # $FreeBSD$ # -PORTNAME= Xft -PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTNAME= libXft +PORTVERSION= 2.1.5 CATEGORIES= x11-fonts -MASTER_SITES= http://pdx.freedesktop.org/software/fontconfig/releases/ -DISTNAME= xft-${PORTVERSION} +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= gnome@FreeBSD.org COMMENT= A client-sided font API for X applications diff --git a/x11-fonts/libXft/distinfo b/x11-fonts/libXft/distinfo index 637a9d389820..f0b9e8d55b72 100644 --- a/x11-fonts/libXft/distinfo +++ b/x11-fonts/libXft/distinfo @@ -1 +1,2 @@ -MD5 (xft-2.1.2.tar.gz) = defb7e801d4938b8b15a426ae57e2f3f +MD5 (libXft-2.1.5.tar.gz) = 47ecb0cba11ce7e92545a358ff3dbfc2 +SIZE (libXft-2.1.5.tar.gz) = 334536 |