diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-29 05:50:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-29 05:50:42 +0000 |
commit | f6bbc2d3950064f33f78c9a0ebbccef310503cc5 (patch) | |
tree | f210ebd2bede6f81e8b3a56f99a1b0cc726cac99 /fonts | |
parent | c350dff76df031d48019f18a5bf53e6769acf41b (diff) | |
download | pkgsrc-f6bbc2d3950064f33f78c9a0ebbccef310503cc5.tar.gz |
Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (7):
Adopt X.Org standard coding style (via x-indent.sh)
Initialize font to 0 values directly instead of via bzero
Combine usage message strings
Add -v flag to print version info
Use symbolic names instead of raw integers for stdin & stdout fd's
Use remove() instead of unlink() to remove files
bdftopcf 1.0.4
Gaetan Nadon (4):
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/bdftopcf/Makefile | 4 | ||||
-rw-r--r-- | fonts/bdftopcf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/bdftopcf/Makefile b/fonts/bdftopcf/Makefile index 19775fefcfa..fc9984d141c 100644 --- a/fonts/bdftopcf/Makefile +++ b/fonts/bdftopcf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 18:28:17 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/29 05:50:42 wiz Exp $ # -DISTNAME= bdftopcf-1.0.3 +DISTNAME= bdftopcf-1.0.4 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/bdftopcf/distinfo b/fonts/bdftopcf/distinfo index 627ac7df2df..052e8028370 100644 --- a/fonts/bdftopcf/distinfo +++ b/fonts/bdftopcf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/08/12 16:03:24 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/01/29 05:50:42 wiz Exp $ -SHA1 (bdftopcf-1.0.3.tar.bz2) = 146b4ece2867479045c3b4593b22c9f1d21da14a -RMD160 (bdftopcf-1.0.3.tar.bz2) = fc6cc11affa100aa7e5d25a011d8045b3b7ff746 -Size (bdftopcf-1.0.3.tar.bz2) = 104929 bytes +SHA1 (bdftopcf-1.0.4.tar.bz2) = 6010f4748d30007ebfeaa8cb053ec3c2e9bbda34 +RMD160 (bdftopcf-1.0.4.tar.bz2) = a8f96877887bc978b0076102ce91276838497277 +Size (bdftopcf-1.0.4.tar.bz2) = 116380 bytes |