Skip to content

Commit

Permalink
Updated to 0.7009. Fixes build with perl 5.8.x.
Browse files Browse the repository at this point in the history
Addresses PR pkg/23209 by Christian Gall.
  • Loading branch information
salo committed Nov 25, 2003
1 parent f28b512 commit 12837f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions x11/p5-gtk/Makefile
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.24 2003/07/13 13:54:27 wiz Exp $
# $NetBSD: Makefile,v 1.25 2003/11/25 12:08:00 salo Exp $
#

.include "Makefile.common"

PKGNAME= p5-gtk-${GTKPERL_VERSION}
PKGREVISION= 2
SVR4_PKGNAME= p5gtk
WRKSRC= ${WRKDIR}/${DISTNAME}/Gtk

Expand All @@ -16,4 +15,5 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist

.include "../../lang/perl5/module.mk"
.include "../../x11/gtk/buildlink2.mk"

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions x11/p5-gtk/Makefile.common
@@ -1,8 +1,8 @@
# $NetBSD: Makefile.common,v 1.1 2003/06/23 07:14:48 mrg Exp $
# $NetBSD: Makefile.common,v 1.2 2003/11/25 12:08:00 salo Exp $
#
# common things for p5-gtk based packages

GTKPERL_VERSION= 0.7008
GTKPERL_VERSION= 0.7009
DISTNAME= Gtk-Perl-${GTKPERL_VERSION}

CATEGORIES= x11 perl5
Expand Down
3 changes: 2 additions & 1 deletion x11/p5-gtk/Makefile.subpackage
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.subpackage,v 1.3 2003/09/04 07:34:59 wiz Exp $
# $NetBSD: Makefile.subpackage,v 1.4 2003/11/25 12:08:00 salo Exp $
#
# makefile fragment for p5-gtk sub-packages. you need to
# set SUBPACKAGE before including this.
Expand All @@ -20,4 +20,5 @@ pre-configure:

.include "../../lang/perl5/module.mk"
.include "../../x11/gtk/buildlink2.mk"

.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions x11/p5-gtk/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2003/09/07 18:17:02 seb Exp $
$NetBSD: distinfo,v 1.5 2003/11/25 12:08:00 salo Exp $

SHA1 (Gtk-Perl-0.7008.tar.gz) = e87c19b4b9b7ef4cf811052bef655e556dcb7b6e
Size (Gtk-Perl-0.7008.tar.gz) = 455977 bytes
SHA1 (Gtk-Perl-0.7009.tar.gz) = a48680c4db2aef82247061265784383df320c221
Size (Gtk-Perl-0.7009.tar.gz) = 447432 bytes
SHA1 (patch-aa) = c15288af428dde6c97996c5f8e2904107062dca8

0 comments on commit 12837f5

Please sign in to comment.