From owner-svn-ports-all@freebsd.org Tue Feb 2 22:44:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6962AA98B43; Tue, 2 Feb 2016 22:44:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23086C67; Tue, 2 Feb 2016 22:44:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12Mihii084094; Tue, 2 Feb 2016 22:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12Mihre084092; Tue, 2 Feb 2016 22:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602022244.u12Mihre084092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 2 Feb 2016 22:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407858 - head/x11-fonts/fntsample X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 22:44:44 -0000 Author: sunpoet Date: Tue Feb 2 22:44:42 2016 New Revision: 407858 URL: https://svnweb.freebsd.org/changeset/ports/407858 Log: - Update to 4.0 - Remove BUILD_DEPENDS - Remove no-op NLS option Changes: http://sourceforge.net/p/fntsample/code/ci/master/tree/ChangeLog Modified: head/x11-fonts/fntsample/Makefile head/x11-fonts/fntsample/distinfo Modified: head/x11-fonts/fntsample/Makefile ============================================================================== --- head/x11-fonts/fntsample/Makefile Tue Feb 2 22:44:40 2016 (r407857) +++ head/x11-fonts/fntsample/Makefile Tue Feb 2 22:44:42 2016 (r407858) @@ -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}/ Modified: head/x11-fonts/fntsample/distinfo ============================================================================== --- head/x11-fonts/fntsample/distinfo Tue Feb 2 22:44:40 2016 (r407857) +++ head/x11-fonts/fntsample/distinfo Tue Feb 2 22:44:42 2016 (r407858) @@ -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