summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Glib2/Makefile2
-rw-r--r--devel/p5-Glib2/distinfo4
-rw-r--r--devel/p5-Glib2/pkg-descr2
3 files changed, 3 insertions, 5 deletions
diff --git a/devel/p5-Glib2/Makefile b/devel/p5-Glib2/Makefile
index 07b92ab0f6d3..0b731336847e 100644
--- a/devel/p5-Glib2/Makefile
+++ b/devel/p5-Glib2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Glib
-PORTVERSION= 1.303
+PORTVERSION= 1.304
CATEGORIES= devel perl5
MASTER_SITES= CPAN/${PORTNAME} SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= p5-
diff --git a/devel/p5-Glib2/distinfo b/devel/p5-Glib2/distinfo
index c20eef21616d..5d1565b8e2aa 100644
--- a/devel/p5-Glib2/distinfo
+++ b/devel/p5-Glib2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Glib-1.303.tar.gz) = 67af87877db49bb8c3dc84b3db8fc6b7dd8450957aee4f3daae9e466467e0aa4
-SIZE (Glib-1.303.tar.gz) = 285968
+SHA256 (Glib-1.304.tar.gz) = ebb9d3bc42bc8ecebaa79359695ac699501c852186d68d67a192a9aff2432fa2
+SIZE (Glib-1.304.tar.gz) = 285931
diff --git a/devel/p5-Glib2/pkg-descr b/devel/p5-Glib2/pkg-descr
index 82455b62a806..6046be05870e 100644
--- a/devel/p5-Glib2/pkg-descr
+++ b/devel/p5-Glib2/pkg-descr
@@ -1,5 +1,3 @@
-From README
-
This module provides perl access to Glib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together