diff options
author | markd <markd@pkgsrc.org> | 2012-03-10 21:53:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-10 21:53:47 +0000 |
commit | 74b06d3f298944271599741ccf8c8e3e37f68648 (patch) | |
tree | f3db97b7294218b385d54bfa0c1c5ecebf438297 | |
parent | 3ec9fad51e501c8e827aaf46b28c73e824f5716a (diff) | |
download | pkgsrc-74b06d3f298944271599741ccf8c8e3e37f68648.tar.gz |
Update to 2.4.9
2.4.9
=====
*) Fixed help window (corrects problem related to tooltip api changes)
*) Fixed regex reference guide (missing exit icon)
2.4.8
=====
*) Uses the new logo/icons contributed by Konstantin Ryabitsev
*) Fixed reportBug bug-- dialog would not load due to attribute error
2.4.7
=====
*) packaging now contains python2.3 and python2.4 specific rpms (rather
than just an "rpm")
*) Windows binary is now complied against python2.4 rather than 2.3
Earlier changes unknown.
-rw-r--r-- | misc/kodos/Makefile | 5 | ||||
-rw-r--r-- | misc/kodos/PLIST | 14 | ||||
-rw-r--r-- | misc/kodos/distinfo | 8 |
3 files changed, 14 insertions, 13 deletions
diff --git a/misc/kodos/Makefile b/misc/kodos/Makefile index 77ec36f1489..8837f03e94e 100644 --- a/misc/kodos/Makefile +++ b/misc/kodos/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2012/03/09 12:34:19 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/10 21:53:47 markd Exp $ -DISTNAME= kodos-2.4.2 -PKGREVISION= 10 +DISTNAME= kodos-2.4.9 CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kodos/} diff --git a/misc/kodos/PLIST b/misc/kodos/PLIST index 94335d3eb61..a54ee44fdb9 100644 --- a/misc/kodos/PLIST +++ b/misc/kodos/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:07:25 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/03/10 21:53:47 markd Exp $ bin/kodos.py ${PYSITELIB}/kodos.pth ${PYSITELIB}/kodos/__init__.py @@ -25,6 +25,9 @@ ${PYSITELIB}/kodos/modules/debug.pyo ${PYSITELIB}/kodos/modules/help.py ${PYSITELIB}/kodos/modules/help.pyc ${PYSITELIB}/kodos/modules/help.pyo +${PYSITELIB}/kodos/modules/helpBA.py +${PYSITELIB}/kodos/modules/helpBA.pyc +${PYSITELIB}/kodos/modules/helpBA.pyo ${PYSITELIB}/kodos/modules/kodosBA.py ${PYSITELIB}/kodos/modules/kodosBA.pyc ${PYSITELIB}/kodos/modules/kodosBA.pyo @@ -100,6 +103,9 @@ ${PYSITELIB}/kodos/modules/webbrowser.pyo ${PYSITELIB}/kodos/modules/xpm.py ${PYSITELIB}/kodos/modules/xpm.pyc ${PYSITELIB}/kodos/modules/xpm.pyo +${PYSITELIB}/kodos/py2exe-setup.py +${PYSITELIB}/kodos/py2exe-setup.pyc +${PYSITELIB}/kodos/py2exe-setup.pyo share/kodos/help/examine.html share/kodos/help/example.html share/kodos/help/importURL.html @@ -125,11 +131,6 @@ share/kodos/images/green.png share/kodos/images/help.png share/kodos/images/kodos.png share/kodos/images/kodos_icon.png -share/kodos/images/kodos_icon_old.png -share/kodos/images/kodos_icon_small.png -share/kodos/images/kodos_logo.png -share/kodos/images/kodos_text_logo.png -share/kodos/images/kodos_text_logo1.png share/kodos/images/library.png share/kodos/images/pause.png share/kodos/images/pause_toolbar.png @@ -139,6 +140,7 @@ share/kodos/images/yellow.png share/kodos/kodos.pro share/kodos/kodosqt.pro share/kodos/modules/aboutBA.ui +share/kodos/modules/helpBA.ui share/kodos/modules/kodosBA.ui share/kodos/modules/newUserDialogBA.ui share/kodos/modules/prefsBA.ui diff --git a/misc/kodos/distinfo b/misc/kodos/distinfo index 02303db8826..3c1d0f7fb6c 100644 --- a/misc/kodos/distinfo +++ b/misc/kodos/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 11:02:54 agc Exp $ +$NetBSD: distinfo,v 1.5 2012/03/10 21:53:47 markd Exp $ -SHA1 (kodos-2.4.2.tar.gz) = a360135af26b4e4ad68bd2adb44453bc5fd0b233 -RMD160 (kodos-2.4.2.tar.gz) = 26798374b2efb717659217228a1e43b54730a6b3 -Size (kodos-2.4.2.tar.gz) = 356286 bytes +SHA1 (kodos-2.4.9.tar.gz) = aae715fec4974a506305d0cff16035ea3c619c85 +RMD160 (kodos-2.4.9.tar.gz) = 0f1f83a8ec5165056affc11f05b34a4c832f3372 +Size (kodos-2.4.9.tar.gz) = 450343 bytes SHA1 (patch-aa) = 2b77ce699c1b2f334f5e76c65363e35172d29c97 |