From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 27 20:30:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.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 B98BDEB2 for ; Fri, 27 Sep 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8E1E0296C for ; Fri, 27 Sep 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RKU1eS078290 for ; Fri, 27 Sep 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8RKU1Yr078289; Fri, 27 Sep 2013 20:30:01 GMT (envelope-from gnats) Date: Fri, 27 Sep 2013 20:30:01 GMT Message-Id: <201309272030.r8RKU1Yr078289@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181727: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 20:30:01 -0000 The following reply was made to PR ports/181727; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181727: commit references a PR Date: Fri, 27 Sep 2013 20:25:15 +0000 (UTC) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"