From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 26 19:20:58 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8ADAF50D; Tue, 26 Feb 2013 19:20:58 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9941A43; Tue, 26 Feb 2013 19:20:58 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1UAQ55-0004wD-7u; Tue, 26 Feb 2013 23:20:51 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id A485CB84D; Tue, 26 Feb 2013 23:20:50 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 95B069E0; Tue, 26 Feb 2013 23:20:50 +0400 (MSK) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] graphics/gegl: fix plist From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130226192050.95B069E0@hades.panopticon> Date: Tue, 26 Feb 2013 23:20:50 +0400 (MSK) Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:20:58 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] graphics/gegl: fix plist >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: Fix plist: share/gtk-doc/html/gegl/api.html is not installed Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- gegl-0.1.8_6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/gegl/pkg-plist ./pkg-plist --- /usr/ports/graphics/gegl/pkg-plist 2012-05-20 20:44:31.000000000 +0400 +++ ./pkg-plist 2013-02-26 20:30:45.928932805 +0400 @@ -271,7 +271,6 @@ lib/libgegl-0.1.so.%%GEGL_MINOR%% libdata/pkgconfig/gegl.pc share/gir-1.0/Gegl-0.1.gir -%%PORTDOCS%%share/gtk-doc/html/gegl/api.html %%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-composer.h.html --- gegl-0.1.8_6.patch ends here ---