From owner-svn-ports-head@FreeBSD.ORG Thu Apr 18 08:31:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 825C89F9; Thu, 18 Apr 2013 08:31:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE35336; Thu, 18 Apr 2013 08:31:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3I8Vc0J071681; Thu, 18 Apr 2013 08:31:38 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3I8Vb8h071672; Thu, 18 Apr 2013 08:31:37 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201304180831.r3I8Vb8h071672@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 18 Apr 2013 08:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316028 - in head/devel/tkcon: . files 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.14 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: Thu, 18 Apr 2013 08:31:38 -0000 Author: gahr Date: Thu Apr 18 08:31:37 2013 New Revision: 316028 URL: http://svnweb.freebsd.org/changeset/ports/316028 Log: - Fix CATEGORIES - Add WWW line to pkg-descr Feature safe: yes Modified: head/devel/tkcon/Makefile head/devel/tkcon/files/patch-tkcon.tcl (contents, props changed) head/devel/tkcon/pkg-descr (contents, props changed) Modified: head/devel/tkcon/Makefile ============================================================================== --- head/devel/tkcon/Makefile Thu Apr 18 08:24:47 2013 (r316027) +++ head/devel/tkcon/Makefile Thu Apr 18 08:31:37 2013 (r316028) @@ -3,7 +3,7 @@ PORTNAME= tkcon PORTVERSION= 2.5 -CATEGORIES= devel tcl tk +CATEGORIES= devel MASTER_SITES= SF MAINTAINER= tcltk@FreeBSD.org Modified: head/devel/tkcon/files/patch-tkcon.tcl ============================================================================== --- head/devel/tkcon/files/patch-tkcon.tcl Thu Apr 18 08:24:47 2013 (r316027) +++ head/devel/tkcon/files/patch-tkcon.tcl Thu Apr 18 08:31:37 2013 (r316028) @@ -1,6 +1,6 @@ ---- tkcon.tcl.orig 2009-02-27 09:17:21.000000000 +0900 -+++ tkcon.tcl 2009-05-16 18:38:23.000000000 +0900 -@@ -194,7 +194,7 @@ +--- tkcon.tcl.orig 2009-02-27 01:17:21.000000000 +0100 ++++ tkcon.tcl 2013-04-16 09:25:50.000000000 +0200 +@@ -194,7 +192,7 @@ RCS {RCS: @(#) $Id: tkcon.tcl,v 1.102 2008/02/07 21:02:53 hobbs Exp $} HEADURL {http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl?rev=HEAD} @@ -9,7 +9,7 @@ email {jeff(a)hobbs(.)org} root . uid 0 -@@ -1586,8 +1586,8 @@ +@@ -1586,8 +1584,8 @@ foreach m [list [menu $w.help] [menu $w.pop.help]] { $m add command -label "About " -underline 0 -accel Ctrl-A \ -command ::tkcon::About Modified: head/devel/tkcon/pkg-descr ============================================================================== --- head/devel/tkcon/pkg-descr Thu Apr 18 08:24:47 2013 (r316027) +++ head/devel/tkcon/pkg-descr Thu Apr 18 08:31:37 2013 (r316028) @@ -3,3 +3,5 @@ TkCon is a replacement for the standard The console itself provides many more features than the standard console. It is meant primarily to aid one when working with the little details inside tcl and tk. + +WWW: http://tkcon.sourceforge.net/