Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 08:31:37 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316028 - in head/devel/tkcon: . files
Message-ID:  <201304180831.r3I8Vb8h071672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304180831.r3I8Vb8h071672>