diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:25:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:25:24 +0000 |
commit | 2b0e287e3c0b69397ead3388c04bc57734d7e618 (patch) | |
tree | 23016c07167e475785c62af85cf24a561fe70224 /x11/gtksourceview | |
parent | e882fe4c120cb09a866874f4ebd07224faa9a100 (diff) | |
download | pkgsrc-2b0e287e3c0b69397ead3388c04bc57734d7e618.tar.gz |
Update to 1.2.0:
News in 1.2.0
-------------
* Updated translations.
News in 1.1.93
--------------
* Partially fixed bug bug #168247 (wrong selection of characters when
searching for single characters)
* Fixed bug #164066 (Highlight Current Line Bug with Pixmap Based Themes)
* Fixed bug #168229 (disconnect tag table signal handlers in destructor)
* Rewritten idl.lang
* Added some missing items to php.lang
* Updated translations.
News in 1.1.92
--------------
* Bug fixes and update translations.
News in 1.1.91
--------------
* Undoing/Redoing to a non-modified state unset the modified flag.
* Added some missing documentation and improved existing one.
* Bug fixes and update translations.
Diffstat (limited to 'x11/gtksourceview')
-rw-r--r-- | x11/gtksourceview/Makefile | 6 | ||||
-rw-r--r-- | x11/gtksourceview/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/gtksourceview/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile index 88d1409afc6..daa4b2f7dbf 100644 --- a/x11/gtksourceview/Makefile +++ b/x11/gtksourceview/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2005/01/18 17:27:56 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2005/03/22 16:25:24 jmmv Exp $ # -DISTNAME= gtksourceview-1.1.90 +DISTNAME= gtksourceview-1.2.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.1/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org diff --git a/x11/gtksourceview/buildlink3.mk b/x11/gtksourceview/buildlink3.mk index 0f5d2b74b47..49089585ca9 100644 --- a/x11/gtksourceview/buildlink3.mk +++ b/x11/gtksourceview/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/09/21 16:59:47 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2005/03/22 16:25:24 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GTKSOURCEVIEW_BUILDLINK3_MK:= ${GTKSOURCEVIEW_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtksourceview} BUILDLINK_PACKAGES+= gtksourceview .if !empty(GTKSOURCEVIEW_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.gtksourceview+= gtksourceview>=1.1.0 +BUILDLINK_DEPENDS.gtksourceview+= gtksourceview>=1.2.0 BUILDLINK_PKGSRCDIR.gtksourceview?= ../../x11/gtksourceview .endif # GTKSOURCEVIEW_BUILDLINK3_MK diff --git a/x11/gtksourceview/distinfo b/x11/gtksourceview/distinfo index 7eb86decb85..65f33a8ece2 100644 --- a/x11/gtksourceview/distinfo +++ b/x11/gtksourceview/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2005/02/23 17:36:12 wiz Exp $ +$NetBSD: distinfo,v 1.10 2005/03/22 16:25:24 jmmv Exp $ -SHA1 (gtksourceview-1.1.90.tar.bz2) = 25342f05965f908112f34b35cb4f02c9ecc61c1f -RMD160 (gtksourceview-1.1.90.tar.bz2) = 988fc55df7a8d78641088b6873fb18893205885e -Size (gtksourceview-1.1.90.tar.bz2) = 812784 bytes +SHA1 (gtksourceview-1.2.0.tar.bz2) = ed5b33544fb8ceae3784e2949c527031d3a15a2e +RMD160 (gtksourceview-1.2.0.tar.bz2) = 162abbcbdba13c22af7bdebaff9f5d8f1057fcf6 +Size (gtksourceview-1.2.0.tar.bz2) = 882813 bytes SHA1 (patch-aa) = b02c485d726b5ca154f1c8ef8d8a5c0999eccfed |