From owner-svn-ports-head@freebsd.org Tue Sep 25 20:15:56 2018 Return-Path: Delivered-To: svn-ports-head@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 D847C10BA2E4; Tue, 25 Sep 2018 20:15:55 +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 8E98D7FCD5; Tue, 25 Sep 2018 20:15:55 +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 70D24549A; Tue, 25 Sep 2018 20:15:55 +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 w8PKFtAc047611; Tue, 25 Sep 2018 20:15:55 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8PKFsqZ047607; Tue, 25 Sep 2018 20:15:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201809252015.w8PKFsqZ047607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 25 Sep 2018 20:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480693 - head/devel/libgsf X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/devel/libgsf X-SVN-Commit-Revision: 480693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 20:15:56 -0000 Author: kwm Date: Tue Sep 25 20:15:54 2018 New Revision: 480693 URL: https://svnweb.freebsd.org/changeset/ports/480693 Log: Update libgsf to 1.14.44. * Add license * add WWW in pkg-descr Modified: head/devel/libgsf/Makefile head/devel/libgsf/distinfo head/devel/libgsf/pkg-descr head/devel/libgsf/pkg-plist Modified: head/devel/libgsf/Makefile ============================================================================== --- head/devel/libgsf/Makefile Tue Sep 25 20:12:03 2018 (r480692) +++ head/devel/libgsf/Makefile Tue Sep 25 20:15:54 2018 (r480693) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgsf -PORTVERSION= 1.14.41 +PORTVERSION= 1.14.44 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -10,7 +10,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Extensible I/O abstraction for dealing with structured file formats -USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB + +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= gdkpixbuf2 intlhack introspection:build libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libgsf/distinfo ============================================================================== --- head/devel/libgsf/distinfo Tue Sep 25 20:12:03 2018 (r480692) +++ head/devel/libgsf/distinfo Tue Sep 25 20:15:54 2018 (r480693) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491087467 -SHA256 (gnome2/libgsf-1.14.41.tar.xz) = 150b98586a1021d5c49b3d4d065d0aa3e3674ae31db131af5372499d2d3f08d3 -SIZE (gnome2/libgsf-1.14.41.tar.xz) = 616944 +TIMESTAMP = 1537906507 +SHA256 (gnome2/libgsf-1.14.44.tar.xz) = 68bede10037164764992970b4cb57cd6add6986a846d04657af9d5fac774ffde +SIZE (gnome2/libgsf-1.14.44.tar.xz) = 619008 Modified: head/devel/libgsf/pkg-descr ============================================================================== --- head/devel/libgsf/pkg-descr Tue Sep 25 20:12:03 2018 (r480692) +++ head/devel/libgsf/pkg-descr Tue Sep 25 20:15:54 2018 (r480693) @@ -1,2 +1,4 @@ The library aims to provide an efficient extensible i/o abstraction for dealing with different structured file formats. + +WWW: http://www.gnumeric.org Modified: head/devel/libgsf/pkg-plist ============================================================================== --- head/devel/libgsf/pkg-plist Tue Sep 25 20:12:03 2018 (r480692) +++ head/devel/libgsf/pkg-plist Tue Sep 25 20:15:54 2018 (r480693) @@ -54,7 +54,7 @@ lib/girepository-1.0/Gsf-1.typelib lib/libgsf-1.a lib/libgsf-1.so lib/libgsf-1.so.114 -lib/libgsf-1.so.114.0.41 +lib/libgsf-1.so.114.0.44 libdata/pkgconfig/libgsf-1.pc man/man1/gsf-office-thumbnailer.1.gz man/man1/gsf-vba-dump.1.gz