diff options
author | mef <mef@pkgsrc.org> | 2011-10-25 08:08:09 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2011-10-25 08:08:09 +0000 |
commit | 4d1f00700a32f680b3d9457dae359bb1cdd7b9f0 (patch) | |
tree | 539ed26dc513ed02533f66ed13d00182bd323bf2 /x11/libFS | |
parent | 0c5fd73a1f8166c17018b4e396ea44219fe8999c (diff) | |
download | pkgsrc-4d1f00700a32f680b3d9457dae359bb1cdd7b9f0.tar.gz |
Based on PR pkg/45468,
Update x11/libFS 1.0.2 to 1.0.3
-------------
The libFS library is used by clients of X Font Servers (xfs), such as
xfsinfo, xfslsfonts, and the X servers themselves.
This minor maintenance release simply collects the latest set of
build configuration improvements and janitorial cleanups.
Alan Coopersmith (2):
Remove unnecessary calls from configure.ac
libFS 1.0.3
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
config: install in $docdir and distribute doc/FSlib.txt
config: update AC_PREREQ statement to 2.60
Jeremy Huddleston (1):
This is not a GNU project, so declare it foreign.
Diffstat (limited to 'x11/libFS')
-rw-r--r-- | x11/libFS/Makefile | 4 | ||||
-rw-r--r-- | x11/libFS/PLIST | 3 | ||||
-rw-r--r-- | x11/libFS/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/libFS/Makefile b/x11/libFS/Makefile index 8225fd0ee15..1598b959d54 100644 --- a/x11/libFS/Makefile +++ b/x11/libFS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/07/18 10:30:19 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/10/25 08:08:09 mef Exp $ # -DISTNAME= libFS-1.0.2 +DISTNAME= libFS-1.0.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libFS/PLIST b/x11/libFS/PLIST index 63c369e378a..fa885d54425 100644 --- a/x11/libFS/PLIST +++ b/x11/libFS/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:06:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/10/25 08:08:09 mef Exp $ include/X11/fonts/FSlib.h lib/libFS.la lib/pkgconfig/libfs.pc +share/doc/libFS/FSlib.txt diff --git a/x11/libFS/distinfo b/x11/libFS/distinfo index cb101646cb6..ac49c0658fe 100644 --- a/x11/libFS/distinfo +++ b/x11/libFS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/07/18 10:30:19 wiz Exp $ +$NetBSD: distinfo,v 1.4 2011/10/25 08:08:09 mef Exp $ -SHA1 (libFS-1.0.2.tar.bz2) = 41cf53fae37210acaa034199f01f36af3f3ec548 -RMD160 (libFS-1.0.2.tar.bz2) = 297bfba53064e73cc23d0e9cb272f172e04a9887 -Size (libFS-1.0.2.tar.bz2) = 261401 bytes +SHA1 (libFS-1.0.3.tar.bz2) = 2b33fa17369605303ae70a7de1aa681879249c92 +RMD160 (libFS-1.0.3.tar.bz2) = a4c1811de0cba5fd40a083031c44a951c240dd3b +Size (libFS-1.0.3.tar.bz2) = 284331 bytes |