diff options
author | wiz <wiz> | 2013-07-22 06:34:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-22 06:34:53 +0000 |
commit | 4e09e5b7c0cb705f9ee930b188817cfbd29aa3de (patch) | |
tree | 35dff92e9ffda4a8c647cbe16a9e20c060be1064 /x11 | |
parent | 879dcd630a07544561e1f712a7709accbb7b68d7 (diff) | |
download | pkgsrc-4e09e5b7c0cb705f9ee930b188817cfbd29aa3de.tar.gz |
Update to 1.4.6:
This minor bug fix release includes a couple bug fixes, and a little bit
of cleanup of both the code & build configuration.
Adam Jackson (2):
catalogue: Fix obvious thinko
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (3):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
libXfont 1.4.6
Arvind Umrao (1):
If socket is interrupted with signal EINTR, re-attempt read.
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.
Yaakov Selkowitz (1):
Omit catalogue support on systems without symlinks
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont/Makefile | 6 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index eef742ebed6..d5e7c5d9772 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2013/06/04 22:17:27 tron Exp $ -# +# $NetBSD: Makefile,v 1.28 2013/07/22 06:34:53 wiz Exp $ -DISTNAME= libXfont-1.4.5 -PKGREVISION= 2 +DISTNAME= libXfont-1.4.6 CATEGORIES= x11 devel fonts MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo index 118cbad5ee3..457780159a3 100644 --- a/x11/libXfont/distinfo +++ b/x11/libXfont/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2012/06/01 20:19:16 drochner Exp $ +$NetBSD: distinfo,v 1.19 2013/07/22 06:34:53 wiz Exp $ -SHA1 (libXfont-1.4.5.tar.bz2) = 0bf3cb8aa192ab96bbaf384d1a4a00d15a40171e -RMD160 (libXfont-1.4.5.tar.bz2) = f7749eb4fb7f8e73921c45c5bdcb48fc5f9a0645 -Size (libXfont-1.4.5.tar.bz2) = 470879 bytes +SHA1 (libXfont-1.4.6.tar.bz2) = 356512420fa8573a541450b957526dfd151b4870 +RMD160 (libXfont-1.4.6.tar.bz2) = 6c284e2d50638753e43f7dae09a5d4b80c660920 +Size (libXfont-1.4.6.tar.bz2) = 489067 bytes |