From owner-svn-ports-all@freebsd.org Sun Oct 7 20:01:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19E5610CB037; Sun, 7 Oct 2018 20:01:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFEEB91BDE; Sun, 7 Oct 2018 20:01:47 +0000 (UTC) (envelope-from kwm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A680B188F1; Sun, 7 Oct 2018 20:01:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97K1lN3098823; Sun, 7 Oct 2018 20:01:47 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97K1lEd098822; Sun, 7 Oct 2018 20:01:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201810072001.w97K1lEd098822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 7 Oct 2018 20:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481482 - head/textproc/gtkspell3 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/textproc/gtkspell3 X-SVN-Commit-Revision: 481482 X-SVN-Commit-Repository: ports 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.27 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: Sun, 07 Oct 2018 20:01:48 -0000 Author: kwm Date: Sun Oct 7 20:01:47 2018 New Revision: 481482 URL: https://svnweb.freebsd.org/changeset/ports/481482 Log: Update gtkspell3 to 3.0.10. * add license * pet portlint * Make sure iso-codes is available during package build so the package gets configured correctly. [1] PR: 228091 [1] Reported by: Yuichiro NAITO [1] Modified: head/textproc/gtkspell3/Makefile head/textproc/gtkspell3/distinfo Modified: head/textproc/gtkspell3/Makefile ============================================================================== --- head/textproc/gtkspell3/Makefile Sun Oct 7 20:01:44 2018 (r481481) +++ head/textproc/gtkspell3/Makefile Sun Oct 7 20:01:47 2018 (r481482) @@ -2,18 +2,24 @@ # $FreeBSD$ PORTNAME= gtkspell3 -PORTVERSION= 3.0.9 +PORTVERSION= 3.0.10 CATEGORIES= textproc gnome MASTER_SITES= SF/gtkspell/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ 3 spell checking component -BUILD_DEPENDS= vapigen:lang/vala -LIB_DEPENDS= libenchant.so:textproc/enchant +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= vapigen:lang/vala \ + iso-codes>0:misc/iso-codes +LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ + libfribidi.so:converters/fribidi +RUN_DEPENDS= iso-codes>0:misc/iso-codes + +USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build -USES= gettext gmake localbase libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/textproc/gtkspell3/distinfo ============================================================================== --- head/textproc/gtkspell3/distinfo Sun Oct 7 20:01:44 2018 (r481481) +++ head/textproc/gtkspell3/distinfo Sun Oct 7 20:01:47 2018 (r481482) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524772443 -SHA256 (gtkspell3-3.0.9.tar.xz) = a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26 -SIZE (gtkspell3-3.0.9.tar.xz) = 298988 +TIMESTAMP = 1538830620 +SHA256 (gtkspell3-3.0.10.tar.xz) = b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732 +SIZE (gtkspell3-3.0.10.tar.xz) = 300968