From owner-svn-ports-all@FreeBSD.ORG Fri Sep 27 20:25:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5EB72BF7; Fri, 27 Sep 2013 20:25:09 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31267293C; Fri, 27 Sep 2013 20:25:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RKP9VN032390; Fri, 27 Sep 2013 20:25:09 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8RKP89o032386; Fri, 27 Sep 2013 20:25:08 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309272025.r8RKP89o032386@svn.freebsd.org> From: Koop Mast Date: Fri, 27 Sep 2013 20:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328512 - head/devel/libgsf 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.14 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: Fri, 27 Sep 2013 20:25:09 -0000 Author: kwm Date: Fri Sep 27 20:25:08 2013 New Revision: 328512 URL: http://svnweb.freebsd.org/changeset/ports/328512 Log: Update to 1.4.28. Add gdkpixbuf2 to depend [1], also sort USE_GNOME. Enable stage support. PR: ports/181727 Submitted by: pawel@ Modified: head/devel/libgsf/Makefile head/devel/libgsf/distinfo head/devel/libgsf/pkg-plist Modified: head/devel/libgsf/Makefile ============================================================================== --- head/devel/libgsf/Makefile Fri Sep 27 20:04:54 2013 (r328511) +++ head/devel/libgsf/Makefile Fri Sep 27 20:25:08 2013 (r328512) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/devel/libgsf/Makefile 18634 2013-07-26 10:42:35Z kwm $ PORTNAME= libgsf -PORTVERSION= 1.14.27 +PORTVERSION= 1.14.28 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,13 +14,10 @@ COMMENT= Extensible I/O abstraction for USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomeprefix glib20 libxml2 ltverhack intlhack \ - introspection:build +USE_GNOME= gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \ + libxml2 ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1 - -NO_STAGE= yes .include Modified: head/devel/libgsf/distinfo ============================================================================== --- head/devel/libgsf/distinfo Fri Sep 27 20:04:54 2013 (r328511) +++ head/devel/libgsf/distinfo Fri Sep 27 20:25:08 2013 (r328512) @@ -1,2 +1,2 @@ -SHA256 (gnome2/libgsf-1.14.27.tar.xz) = a012e63bedd6003cea9ae8fa78944516b50c334767163b88527c6b2332bc3e6c -SIZE (gnome2/libgsf-1.14.27.tar.xz) = 554008 +SHA256 (gnome2/libgsf-1.14.28.tar.xz) = ea94914f1fdaa5d4eb49149f0228ae6e41a54bdeb8caf52a7dd8acaa329fcbe4 +SIZE (gnome2/libgsf-1.14.28.tar.xz) = 557724 Modified: head/devel/libgsf/pkg-plist ============================================================================== --- head/devel/libgsf/pkg-plist Fri Sep 27 20:04:54 2013 (r328511) +++ head/devel/libgsf/pkg-plist Fri Sep 27 20:25:08 2013 (r328512) @@ -55,6 +55,9 @@ lib/libgsf-1.la lib/libgsf-1.so lib/libgsf-1.so.114 libdata/pkgconfig/libgsf-1.pc +man/man1/gsf-office-thumbnailer.1.gz +man/man1/gsf-vba-dump.1.gz +man/man1/gsf.1.gz share/doc/gsf/annotation-glossary.html share/doc/gsf/api.html share/doc/gsf/dependencies.html