diff options
author | adam <adam@pkgsrc.org> | 2006-01-26 20:58:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-26 20:58:18 +0000 |
commit | c40d8771795994f307c84e511c5607543c7e0880 (patch) | |
tree | 861316487f07a5595ab804600630e07fda689bcc | |
parent | e5df73cd84830f94cabd94e2fe0f673454a7291d (diff) | |
download | pkgsrc-c40d8771795994f307c84e511c5607543c7e0880.tar.gz |
Changes 1.0.4:
This is a bugfix release.
* Corrected a bug with window style mask settings.
* Corrected a bug, which caused window fields in the inspector
not to update when the field was being edited and a new window is
selected.
* Corrected problem with standalone views
-rw-r--r-- | devel/Gorm/Makefile | 5 | ||||
-rw-r--r-- | devel/Gorm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile index 1394de83d8e..05c2a500aaa 100644 --- a/devel/Gorm/Makefile +++ b/devel/Gorm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2006/01/24 07:32:00 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/26 20:58:18 adam Exp $ -DISTNAME= Gorm-1.0.1 -PKGREVISION= 1 +DISTNAME= Gorm-1.0.4 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/} diff --git a/devel/Gorm/distinfo b/devel/Gorm/distinfo index 3b3d3686f97..42d6440dfce 100644 --- a/devel/Gorm/distinfo +++ b/devel/Gorm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2005/11/24 04:27:09 rh Exp $ +$NetBSD: distinfo,v 1.19 2006/01/26 20:58:18 adam Exp $ -SHA1 (Gorm-1.0.1.tar.gz) = dee265ca388a92f586ad34419ac006a990c287e4 -RMD160 (Gorm-1.0.1.tar.gz) = b03f47561be21e17cd8db1d44f6f30774d38b995 -Size (Gorm-1.0.1.tar.gz) = 579653 bytes +SHA1 (Gorm-1.0.4.tar.gz) = daea133a8dfac4b9d8a28c01b0225ecfce9fb385 +RMD160 (Gorm-1.0.4.tar.gz) = 049105401fe400bc1c4c1bb40abfa1ded298f6aa +Size (Gorm-1.0.4.tar.gz) = 580824 bytes |