From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 9 06:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30B401065673 for ; Wed, 9 Mar 2011 06:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E05C08FC15 for ; Wed, 9 Mar 2011 06:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p296o6XY040300 for ; Wed, 9 Mar 2011 06:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p296o6e5040299; Wed, 9 Mar 2011 06:50:06 GMT (envelope-from gnats) Resent-Date: Wed, 9 Mar 2011 06:50:06 GMT Resent-Message-Id: <201103090650.p296o6e5040299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 925121065670 for ; Wed, 9 Mar 2011 06:49:13 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3B6FC8FC08 for ; Wed, 9 Mar 2011 06:49:12 +0000 (UTC) Received: by yxl31 with SMTP id 31so121556yxl.13 for ; Tue, 08 Mar 2011 22:49:12 -0800 (PST) Received: by 10.236.174.7 with SMTP id w7mr9628635yhl.99.1299653352441; Tue, 08 Mar 2011 22:49:12 -0800 (PST) Received: from localhost ([201.82.189.168]) by mx.google.com with ESMTPS id 69sm1120146yhl.4.2011.03.08.22.49.07 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2011 22:49:10 -0800 (PST) Message-Id: <4d7722e6.e905ec0a.2a6e.4cec@mx.google.com> Date: Tue, 08 Mar 2011 22:49:10 -0800 (PST) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lev@FreeBSD.org Subject: ports/155395: [PATCH] devel/subversion: Fix plist when GNOME_KEYRING is on. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2011 06:50:07 -0000 >Number: 155395 >Category: ports >Synopsis: [PATCH] devel/subversion: Fix plist when GNOME_KEYRING is on. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 06:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #26: Sat Feb 26 17:26:42 BRT 2011 >Description: This patch fixes the port's plist when GNOME Keyring support is enabled: the files installed due to Keyring support were not being listed at all. PORTREVISION has been bumped due to the change in the plist. Port maintainer (lev@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- subversion-1.6.16_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/subversion/Makefile.common /usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile.common --- /usr/ports/devel/subversion/Makefile.common 2011-03-05 09:10:31.000000000 -0300 +++ /usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile.common 2011-03-09 03:47:33.000000000 -0300 @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.6.16 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.5/:book @@ -161,8 +161,10 @@ .if defined(WITH_GNOME_KEYRING) LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring CONFIGURE_ARGS+=--with-gnome-keyring +PLIST_SUB+= GNOME_KEYRING_ENABLED="" .else CONFIGURE_ARGS+=--without-gnome-keyring +PLIST_SUB+= GNOME_KEYRING_ENABLED="@comment " .endif post-extract: diff -ruN --exclude=CVS /usr/ports/devel/subversion/pkg-plist /usr/home/rakuco/dev/ports/subversion/devel/subversion/pkg-plist --- /usr/ports/devel/subversion/pkg-plist 2010-04-19 07:39:12.000000000 -0300 +++ /usr/home/rakuco/dev/ports/subversion/devel/subversion/pkg-plist 2011-03-09 03:47:33.000000000 -0300 @@ -53,6 +53,10 @@ include/subversion-1/svn_wc.h include/subversion-1/svn_xml.h @dirrm include/subversion-1 +%%GNOME_KEYRING_ENABLED%%lib/libsvn_auth_gnome_keyring-1.a +%%GNOME_KEYRING_ENABLED%%lib/libsvn_auth_gnome_keyring-1.la +%%DYNAMIC_ENABLED%%%%GNOME_KEYRING_ENABLED%%lib/libsvn_auth_gnome_keyring-1.so +%%DYNAMIC_ENABLED%%%%GNOME_KEYRING_ENABLED%%lib/libsvn_auth_gnome_keyring-1.so.0 lib/libsvn_client-1.a lib/libsvn_client-1.la %%DYNAMIC_ENABLED%%lib/libsvn_client-1.so --- subversion-1.6.16_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: