Update to 0.6pl5.
Dist moved from GitHub to Tarballia.
This commit is contained in:
parent
a04092ced6
commit
24f221bf37
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2017/12/25 04:38:47 stu Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2018/06/12 23:46:26 stu Exp $
|
||||
|
||||
COMMENT = Tk Standard Library
|
||||
|
||||
DISTNAME = tklib-0.6pl4
|
||||
DISTNAME = tklib-0.6pl5
|
||||
CATEGORIES = devel x11/tk
|
||||
HOMEPAGE = http://core.tcl.tk/tklib/home
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
@ -10,9 +10,7 @@ MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
# BSD style
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
GH_ACCOUNT = tcltk
|
||||
GH_PROJECT = tklib
|
||||
GH_COMMIT = ca3929712227511ec2ade3540e1121032a4f8baa
|
||||
MASTER_SITES = https://chiselapp.com/user/stwo/repository/tarballia/uv/
|
||||
|
||||
MODULES = x11/tk
|
||||
BUILD_DEPENDS = devel/tcllib
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tklib-0.6pl4-ca392971.tar.gz) = SrVkaB/hYbmvOj0GRpT4TwolJmZhZjfSCweupJvEkqU=
|
||||
SIZE (tklib-0.6pl4-ca392971.tar.gz) = 5503550
|
||||
SHA256 (tklib-0.6pl5.tar.gz) = navDEWLGyn5doFABhf/JKVVIY4tt0fHDoMlXKQN8QOM=
|
||||
SIZE (tklib-0.6pl5.tar.gz) = 5668097
|
||||
|
@ -1,7 +1,8 @@
|
||||
$OpenBSD: patch-support_installation_modules_tcl,v 1.3 2017/05/14 09:02:01 stu Exp $
|
||||
--- support/installation/modules.tcl.orig Fri Mar 31 13:13:21 2017
|
||||
+++ support/installation/modules.tcl Sat Apr 22 01:58:32 2017
|
||||
@@ -31,26 +31,27 @@ array set guide {}
|
||||
$OpenBSD: patch-support_installation_modules_tcl,v 1.4 2018/06/12 23:46:26 stu Exp $
|
||||
Index: support/installation/modules.tcl
|
||||
--- support/installation/modules.tcl.orig
|
||||
+++ support/installation/modules.tcl
|
||||
@@ -31,34 +31,33 @@ array set guide {}
|
||||
# @@ Registration START
|
||||
|
||||
# name pkg doc example
|
||||
@ -31,6 +32,7 @@ $OpenBSD: patch-support_installation_modules_tcl,v 1.3 2017/05/14 09:02:01 stu E
|
||||
Module mentry _tab _null _exa
|
||||
Module menubar _tcl _man _exa
|
||||
Module ntext _tcl _man _exa
|
||||
-Module persistentSelection _tcl _man _exa
|
||||
+Module notifywindow _tcm _man _null
|
||||
Module plotchart _tcl _man _exa
|
||||
Module style _tcl _man _null
|
||||
@ -39,3 +41,10 @@ $OpenBSD: patch-support_installation_modules_tcl,v 1.3 2017/05/14 09:02:01 stu E
|
||||
Module tablelist _tab _null _exa
|
||||
Module tkpiechart _tcl _man _exa
|
||||
Module tooltip _tcl _man _null
|
||||
Module wcb _tab _null _exa
|
||||
Module widget _tcl _man _exa
|
||||
Module widgetl _tcl _man _null
|
||||
-Module widgetPlus _tcl _man _exa
|
||||
Module widgetv _tcl _man _null
|
||||
|
||||
Application diagram-viewer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2017/05/14 09:02:01 stu Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2018/06/12 23:46:26 stu Exp $
|
||||
@conflict mentry-*
|
||||
@conflict wcb-*
|
||||
@pkgpath devel/mentry
|
||||
@ -383,6 +383,7 @@ share/examples/tklib/ntext/
|
||||
share/examples/tklib/ntext/ntextDemoBindings.tcl
|
||||
share/examples/tklib/ntext/ntextDemoIndent.tcl
|
||||
share/examples/tklib/ntext/ntextDemoMacScrolling.tcl
|
||||
share/examples/tklib/ntext/ntextDemoScroll.tcl
|
||||
share/examples/tklib/ntext/ntextExample.tcl
|
||||
share/examples/tklib/plotchart/
|
||||
share/examples/tklib/plotchart/demo.tcl
|
||||
|
Loading…
Reference in New Issue
Block a user