From owner-svn-ports-head@FreeBSD.ORG Fri Feb 14 02:08:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DABDF4EE; Fri, 14 Feb 2014 02:08:55 +0000 (UTC) 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 AC6441CF9; Fri, 14 Feb 2014 02:08:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1E28t48077423; Fri, 14 Feb 2014 02:08:55 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1E28tPg077421; Fri, 14 Feb 2014 02:08:55 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201402140208.s1E28tPg077421@svn.freebsd.org> From: Joe Marcus Clarke Date: Fri, 14 Feb 2014 02:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344159 - head/net-im/finch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 02:08:55 -0000 Author: marcus Date: Fri Feb 14 02:08:54 2014 New Revision: 344159 URL: http://svnweb.freebsd.org/changeset/ports/344159 QAT: https://qat.redports.org/buildarchive/r344159/ Log: When converting to stage I accidentally left out finch.1.gz. Re-add this and sort the plist. PR: 186746 Submitted by: olgeni Modified: head/net-im/finch/Makefile head/net-im/finch/pkg-plist Modified: head/net-im/finch/Makefile ============================================================================== --- head/net-im/finch/Makefile Fri Feb 14 02:00:04 2014 (r344158) +++ head/net-im/finch/Makefile Fri Feb 14 02:08:54 2014 (r344159) @@ -3,7 +3,7 @@ # $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ PORTNAME= finch -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) Modified: head/net-im/finch/pkg-plist ============================================================================== --- head/net-im/finch/pkg-plist Fri Feb 14 02:00:04 2014 (r344158) +++ head/net-im/finch/pkg-plist Fri Feb 14 02:08:54 2014 (r344159) @@ -14,11 +14,11 @@ include/finch/gntnotify.h include/finch/gntplugin.h include/finch/gntpounce.h include/finch/gntprefs.h -include/gnt/gntprogressbar.h +include/finch/gntprogressbar.h include/finch/gntrequest.h include/finch/gntroomlist.h -include/finch/gntstatus.h include/finch/gntsound.h +include/finch/gntstatus.h include/finch/gntui.h include/gnt/gnt.h include/gnt/gntbindable.h @@ -37,6 +37,7 @@ include/gnt/gntmarshal.h include/gnt/gntmenu.h include/gnt/gntmenuitem.h include/gnt/gntmenuitemcheck.h +include/gnt/gntprogressbar.h include/gnt/gntslider.h include/gnt/gntstyle.h include/gnt/gnttextview.h @@ -46,10 +47,10 @@ include/gnt/gntwidget.h include/gnt/gntwindow.h include/gnt/gntwm.h include/gnt/gntws.h -lib/finch/gntgf.la -lib/finch/gntgf.so lib/finch/gntclipboard.la lib/finch/gntclipboard.so +lib/finch/gntgf.la +lib/finch/gntgf.so lib/finch/gnthistory.la lib/finch/gnthistory.so lib/finch/gntlastlog.la @@ -67,6 +68,7 @@ lib/libgnt.so lib/libgnt.so.8 libdata/pkgconfig/finch.pc libdata/pkgconfig/gnt.pc +man/man1/finch.1.gz @dirrm lib/gnt @dirrm lib/finch @dirrm include/gnt