diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-02-02 22:44:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-02-02 22:44:42 +0000 |
commit | d0af24018f460ad31d13d19f901c7c6886575928 (patch) | |
tree | 433fe2456ed328f1e3caf5f9a96a493a1bd62033 | |
parent | df538954226e74c82aa8d586f89294b4ed34968d (diff) | |
download | ports-d0af24018f460ad31d13d19f901c7c6886575928.tar.gz ports-d0af24018f460ad31d13d19f901c7c6886575928.zip |
Notes
-rw-r--r-- | x11-fonts/fntsample/Makefile | 11 | ||||
-rw-r--r-- | x11-fonts/fntsample/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 013f80fff7c7..7b5b0f55d8be 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fntsample -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 4.0 CATEGORIES= x11-fonts MASTER_SITES= SF/fntsample/fntsample/${PORTVERSION} \ http://unicode.org/Public/6.0.0/ucd/:unidata @@ -17,22 +16,18 @@ COMMENT= Show Unicode coverage of a font LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - CONFIGURE_ARGS= --disable-silent-rules \ --with-unicode-blocks=${WRKSRC}/Blocks.txt GNU_CONFIGURE= yes USE_GNOME= pango USE_PERL5= run -USES= gettext perl5 pkgconfig +USES= gettext iconv perl5 pkgconfig PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ - %%NLS%%share/locale/uk/LC_MESSAGES/${PORTNAME}.mo + share/locale/uk/LC_MESSAGES/${PORTNAME}.mo post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/Blocks.txt ${WRKSRC}/ diff --git a/x11-fonts/fntsample/distinfo b/x11-fonts/fntsample/distinfo index 222aa465f7c3..76a36dca3254 100644 --- a/x11-fonts/fntsample/distinfo +++ b/x11-fonts/fntsample/distinfo @@ -1,4 +1,4 @@ -SHA256 (fntsample-3.2.tar.gz) = 54ed7ac19dbcee82f9d66ff0c2aec6f63036e220e710849405e881ad58e27ef5 -SIZE (fntsample-3.2.tar.gz) = 174945 +SHA256 (fntsample-4.0.tar.gz) = 18ec822d9b2a233db955dfbb6cae53749e1da19ddc400fece6528593f80da492 +SIZE (fntsample-4.0.tar.gz) = 187204 SHA256 (Blocks.txt) = bddae53925efebe265e170e9dfd34811a584e5f59d2b18e3d9f9c7f5c8eb9c08 SIZE (Blocks.txt) = 7119 |