diff options
author | wiz <wiz> | 2011-07-12 13:45:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-07-12 13:45:51 +0000 |
commit | 59200c0334e706cc3cdcbb378f680cd376df6b6b (patch) | |
tree | 575b8a0ba353680b8516fc703d853bc5effa8d07 | |
parent | e237c41a0a4fbf728c0330c8a58e412a503e0ca8 (diff) | |
download | pkgsrc-59200c0334e706cc3cdcbb378f680cd376df6b6b.tar.gz |
Update to 1.1.2:
font-schumacher-misc 1.1.2
config: Use the shorthand --disable-all-encodings option in font-util v1.2
This option is useful to disable all possible font encodings at once,
without fine-graining the calling ebuilds for a list of encodings
supported by each font package.
The option is parsed before all other encoding options, so it basically
sets defaults for all of them. Afterwards, any encoding can be
re-enabled back using '--enable-<encoding>' (much like
'--disable-all-encodings --enable-iso8859-2').
font-schumacher-misc 1.1.1
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
Makefile.am: add INSTALL target and clean ChangeLog DIST targets
Add INSTALL target to generate file with INSTALL_CMD #24206
ChangeLog is not required in EXTRA_DIST #24432
ChangeLog is not required in MAINTAINERCLEANFILES #24432
INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
COPYING may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
.gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
-rw-r--r-- | fonts/font-schumacher-misc/Makefile | 4 | ||||
-rw-r--r-- | fonts/font-schumacher-misc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/font-schumacher-misc/Makefile b/fonts/font-schumacher-misc/Makefile index 54ee0be9090..bcae3c73f35 100644 --- a/fonts/font-schumacher-misc/Makefile +++ b/fonts/font-schumacher-misc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 05:54:09 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/12 13:45:51 wiz Exp $ # -DISTNAME= font-schumacher-misc-1.1.0 +DISTNAME= font-schumacher-misc-1.1.2 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_XORG:=font/} EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/font-schumacher-misc/distinfo b/fonts/font-schumacher-misc/distinfo index 53b8f551161..b2387003a1a 100644 --- a/fonts/font-schumacher-misc/distinfo +++ b/fonts/font-schumacher-misc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/09/10 05:54:09 obache Exp $ +$NetBSD: distinfo,v 1.2 2011/07/12 13:45:51 wiz Exp $ -SHA1 (font-schumacher-misc-1.1.0.tar.bz2) = ea7e009e222379fa31a16bdbd4ca5b1e9d412944 -RMD160 (font-schumacher-misc-1.1.0.tar.bz2) = e346d08210f3d2bb03b7ce7d5549d7f286d1ba60 -Size (font-schumacher-misc-1.1.0.tar.bz2) = 136883 bytes +SHA1 (font-schumacher-misc-1.1.2.tar.bz2) = fbe3629e9dcc03d12300d4ebab64fd038ea98952 +RMD160 (font-schumacher-misc-1.1.2.tar.bz2) = 36421161141e790a060d00846792b0d4c7fb2dbc +Size (font-schumacher-misc-1.1.2.tar.bz2) = 141170 bytes |