summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-11 09:33:51 +0000
committerwiz <wiz>2012-07-11 09:33:51 +0000
commit50f2823869a46e2bdddc91acb4eb6a41aa57923a (patch)
tree109bb2e722a7508afb74ae01fa2a8741e5c5f1a1
parentfe86708722f64e622d6b1e034949df8c256a2a2c (diff)
downloadpkgsrc-50f2823869a46e2bdddc91acb4eb6a41aa57923a.tar.gz
Update to 1.260:
Overview of changes in Glib 1.260 (stable) ========================================== * Tell CPAN to ignore POD fragments in Makefile.PL * Document that SOURCE_CONTINUE and _REMOVE can be exported Overview of changes in Glib 1.253 ================================= * Export the constants SOURCE_CONTINUE and SOURCE_REMOVE on request. (RT #48070) * Create and register a GType for GConnectFlags. Overview of changes in Glib 1.252 ================================= * Make the recent thread-safety improvements work for non-threaded perls too. Overview of changes in Glib 1.251 ================================= * Make signal marshalling more thread-safe. When a signal handler is invoked from a foreign thread without associated Perl interpreter, hand the marshalling over to the main loop which in turn later wakes up the main thread and lets it handle the request. Since this approach is experimental, there is debug print for now whenever it is used: *** GPerl asked to invoke callback from a foreign thread; handing it over to the main loop Overview of changes in Glib 1.250 ================================= * Add a fallback implementation of SvMAGIC_set; Bugzilla bug #665266 * Avoid a syntax error on older perls * Glib::Object: make ref-counting compatible with perl >= 5.16 (RT#73650) * Fix some typos in POD (RT#73616)
-rw-r--r--devel/p5-glib2/Makefile8
-rw-r--r--devel/p5-glib2/distinfo8
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile
index f2ab14914bd..58356a56c53 100644
--- a/devel/p5-glib2/Makefile
+++ b/devel/p5-glib2/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2012/03/03 00:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2012/07/11 09:33:51 wiz Exp $
-# Not updated to 1.250 as that is an unstable/development version
-DISTNAME= Glib-1.242
+DISTNAME= Glib-1.260
PKGNAME= p5-${DISTNAME:S/Glib/glib2/}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
@@ -19,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.00:../../devel/p5-ExtUtils-PkgConfig
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.0.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.12.0
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/Glib/.packlist
diff --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo
index 13c85f97f5f..80640fc048d 100644
--- a/devel/p5-glib2/distinfo
+++ b/devel/p5-glib2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2012/01/22 18:43:12 abs Exp $
+$NetBSD: distinfo,v 1.17 2012/07/11 09:33:51 wiz Exp $
-SHA1 (Glib-1.242.tar.gz) = 5662e92eff16e3ba1980081e87b4ecdef88593f1
-RMD160 (Glib-1.242.tar.gz) = c8d5e09b39b02b3df362e8ad26485c2eb09782cf
-Size (Glib-1.242.tar.gz) = 275868 bytes
+SHA1 (Glib-1.260.tar.gz) = 6d93f603ea7b7054502c46df8e138e89fb067b0e
+RMD160 (Glib-1.260.tar.gz) = b205d7321978098b6a8d9383128441abd2662f68
+Size (Glib-1.260.tar.gz) = 278587 bytes