diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-21 18:35:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-21 18:35:46 +0000 |
commit | 084d20edf97ab1ff54e5d5d8336f575e7f3650d5 (patch) | |
tree | aeef9b8d05b4df2a98da2941b4293e29a1e2a68c /net/crescendo | |
parent | c9e00131cac76a2e3f971859da1e78acf67a98e7 (diff) | |
download | ports-084d20edf97ab1ff54e5d5d8336f575e7f3650d5.tar.gz ports-084d20edf97ab1ff54e5d5d8336f575e7f3650d5.zip |
Update to 1.1.7
Changelog:
*src/menu.c: adding a menu option for redrawing
the screen. We need a real name for this. Ug, I'm
tired. Stupid raid hurry up and copy!!
*src/toolbar.c: Creating the pixmap in the
toolbar.
*src/crescendo.c: takeing the pixmap out of
the status thing.
*src/world.c: Stupid. One type of LP
*src/world.c: Removed none as a posible world
type, and added tiny.mush and tiny.muck
*src/about.c: Made david an archived developer.
*sniff* we will always love you dave.
*src/world.c: I gave the world saving routine the
ability to add each world to the tinyfugue world list. I
think this will prove to be very yummy.
*src/crescendo.c: Dummy, 10 chars, not 11.
*src/world.c: Fixed the ordering of hbox's in
the gnome_dialog vbox
* src/crescendo.c: I added a severely ugly hack to
the main() that basically shoves a /visual off to
tinyfugue. This is so disgustingly ugly.
* src/world.c: I added a port field to the dialog
* configure.in: Bumped the version number
* crescendo.spec: bumped the version number
* src/wrapper.c, src/world.c: Changed "Unknown"
password/username to empty string.
* src/about.c: fixed the URL pointing to the correct
home page. Added my email address to the array.
* src/world.c: Made the password field not shown by.
* src/world.c, src/wrapper.[ch]: Added auto-log-in support,
Notes
Notes:
svn path=/head/; revision=46606
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 2 | ||||
-rw-r--r-- | net/crescendo/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 6397448e2eab..1d3d4a009d5a 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= crescendo -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= net gnome MASTER_SITES= http://crescendo.lyrical.net/files/ diff --git a/net/crescendo/distinfo b/net/crescendo/distinfo index 7ba681ecbeb6..974ca6b02ae0 100644 --- a/net/crescendo/distinfo +++ b/net/crescendo/distinfo @@ -1 +1 @@ -MD5 (crescendo-1.1.6.tar.gz) = dc45a8756c0d9e7eab3b9ac65328dbd0 +MD5 (crescendo-1.1.7.tar.gz) = 6c52e50c61d279eeb6dceac3252ffdde |