From owner-freebsd-ports@FreeBSD.ORG Mon Mar 6 13:08:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A266D16A420; Mon, 6 Mar 2006 13:08:20 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A9843D49; Mon, 6 Mar 2006 13:08:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com (melfina.ninth-nine.com [192.168.36.6]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k26D8Cja031070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Mar 2006 22:08:18 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 6 Mar 2006 22:08:12 +0900 From: Norikatsu Shigemura To: rainer.alves@gmail.com, portmgr@FreeBSD.org Message-Id: <20060306220812.5867c632.nork@FreeBSD.org> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Mon, 06 Mar 2006 22:08:18 +0900 (JST) Cc: ports@FreeBSD.org Subject: graphics/gimpshop: Fix pkg-plist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 13:08:20 -0000 Hi Rainer and portmgr! I found a pkg-plist issue on graphics/gimpshop. May I commit following patch? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gimpshop/Makefile,v retrieving revision 1.190 diff -u -r1.190 Makefile --- Makefile 27 Feb 2006 17:07:49 -0000 1.190 +++ Makefile 6 Mar 2006 06:22:49 -0000 @@ -7,7 +7,7 @@ PORTNAME= gimpshop PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= http://www.plasticbugs.com/blogimg/ \ ${MASTER_SITE_LOCAL} Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/gimpshop/pkg-plist,v retrieving revision 1.106 diff -u -r1.106 pkg-plist --- pkg-plist 25 Feb 2006 20:16:08 -0000 1.106 +++ pkg-plist 6 Mar 2006 06:22:04 -0000 @@ -375,10 +375,14 @@ %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.a +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.la %%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.a +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.la %%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so %%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py %%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc