svn commit: r316028 - in head/devel/tkcon: . files

Pietro Cerutti gahr at FreeBSD.org
Thu Apr 18 08:31:38 UTC 2013


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 at 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/


More information about the svn-ports-all mailing list