svn commit: r407858 - head/x11-fonts/fntsample

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 2 22:44:44 UTC 2016


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


More information about the svn-ports-all mailing list