diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2008-02-19 13:52:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2008-02-19 13:52:20 +0000 |
commit | 63b65587a180b1b68afb936954bbaf858f2f2347 (patch) | |
tree | 684cb01532ad56a9530a5947086bb23aa078ba73 /x11 | |
parent | 5fe412a6a538c7fc83faeb2695f293ab2baf74c2 (diff) | |
download | pkgsrc-63b65587a180b1b68afb936954bbaf858f2f2347.tar.gz |
Update to 0.11: misc bugfixes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtksourceview-sharp/Makefile | 19 | ||||
-rw-r--r-- | x11/gtksourceview-sharp/PLIST | 7 | ||||
-rw-r--r-- | x11/gtksourceview-sharp/distinfo | 9 | ||||
-rw-r--r-- | x11/gtksourceview-sharp/patches/patch-aa | 15 |
4 files changed, 38 insertions, 12 deletions
diff --git a/x11/gtksourceview-sharp/Makefile b/x11/gtksourceview-sharp/Makefile index afa4c02e96f..37110b4335d 100644 --- a/x11/gtksourceview-sharp/Makefile +++ b/x11/gtksourceview-sharp/Makefile @@ -1,17 +1,26 @@ -# $NetBSD: Makefile,v 1.1 2008/02/13 14:32:34 kefren Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/19 13:52:20 xtraeme Exp $ -DISTNAME= gtksourceview-sharp-2.0-0.10 +DISTNAME= gtksourceview-sharp-2.0-0.11 CATEGORIES= x11 -MASTER_SITES= http://go-mono.com/sources/gtksourceview-sharp-2.0/ +MASTER_SITES= http://go-mono.com/sources/gtksourceview-sharp2/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= kefren@NetBSD.org HOMEPAGE= http://www.mono-project.com/Gtk -COMMENT= Bindings to the GtkSourceView widge +COMMENT= Bindings to the GtkSourceView widget GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config + +BUILDLINK_API_DEPENDS.gtksourceview+= gtksourceview>=2.1.2 + +SUBST_CLASSES= f +SUBST_STAGE.f= post-patch +SUBST_FILES.f= configure +SUBST_SED.f= -e "s|gtksourceview-1.0|gtksourceview-2.0|g" .include "../../lang/mono/buildlink3.mk" .include "../../x11/gtksourceview/buildlink3.mk" .include "../../x11/gtk2-sharp/buildlink3.mk" +.include "../../x11/gnome-sharp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/gtksourceview-sharp/PLIST b/x11/gtksourceview-sharp/PLIST index c5ef935dad1..87bf3e0f40d 100644 --- a/x11/gtksourceview-sharp/PLIST +++ b/x11/gtksourceview-sharp/PLIST @@ -1,13 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1 2008/02/13 14:32:34 kefren Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/02/19 13:52:20 xtraeme Exp $ lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f/gtksourceview-sharp.dll lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f/gtksourceview-sharp.dll.config lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll +lib/monodoc/sources/gtksourceview-sharp-docs.source +lib/monodoc/sources/gtksourceview-sharp-docs.tree +lib/monodoc/sources/gtksourceview-sharp-docs.zip lib/pkgconfig/gtksourceview-sharp-2.0.pc share/gapi-2.0/gtksourceview-api.xml share/gtksourceview-1.0/language-specs/nemerle.lang share/gtksourceview-1.0/language-specs/vbnet.lang -@dirrm share/gtksourceview-1.0/language-specs -@dirrm share/gapi-2.0 @dirrm lib/mono/gtksourceview-sharp-2.0 @dirrm lib/mono/gac/gtksourceview-sharp/1.0.0.2__35e10195dab3c99f @dirrm lib/mono/gac/gtksourceview-sharp diff --git a/x11/gtksourceview-sharp/distinfo b/x11/gtksourceview-sharp/distinfo index 9056737702f..100e8d5ade8 100644 --- a/x11/gtksourceview-sharp/distinfo +++ b/x11/gtksourceview-sharp/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2008/02/13 14:32:34 kefren Exp $ +$NetBSD: distinfo,v 1.2 2008/02/19 13:52:20 xtraeme Exp $ -SHA1 (gtksourceview-sharp-2.0-0.10.tar.gz) = 85836e57cf82a7514f7be5ddaec019299d804281 -RMD160 (gtksourceview-sharp-2.0-0.10.tar.gz) = 09fe99acca2bf109caf13f703060eed31226fb1d -Size (gtksourceview-sharp-2.0-0.10.tar.gz) = 143608 bytes +SHA1 (gtksourceview-sharp-2.0-0.11.tar.bz2) = e37570df15bb6658c4d7f2bf04295e5a670bcb16 +RMD160 (gtksourceview-sharp-2.0-0.11.tar.bz2) = f8ec8da286a8f9d3304e1bb09aaf703c7b464455 +Size (gtksourceview-sharp-2.0-0.11.tar.bz2) = 133609 bytes +SHA1 (patch-aa) = 028b786b89c490485682ff87a1919b5b08f45c26 diff --git a/x11/gtksourceview-sharp/patches/patch-aa b/x11/gtksourceview-sharp/patches/patch-aa new file mode 100644 index 00000000000..57bfb69a2bd --- /dev/null +++ b/x11/gtksourceview-sharp/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2008/02/19 13:52:20 xtraeme Exp $ + +--- sample/Makefile.in.orig 2008-02-19 13:26:38.000000000 +0100 ++++ sample/Makefile.in 2008-02-19 13:26:49.000000000 +0100 +@@ -145,8 +145,8 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + TEST = SourceViewTest.exe +-PRINT = PrintSample.exe +-EXTRA_DIST = SourceViewTest.cs PrintSample.cs ++PRINT = ++EXTRA_DIST = SourceViewTest.cs + CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb + all: all-am + |