diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-05-09 19:39:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-05-09 19:39:11 +0000 |
commit | 39053f7da2d027f1da728d2f409d227dcf7cff0d (patch) | |
tree | 586d0c8bba8db290457be4e0b9faa137e4be4c12 | |
parent | 59a53736bb7a8794f01c2490329fd5fca8db0ade (diff) | |
download | freebsd-ports-39053f7da2d027f1da728d2f409d227dcf7cff0d.zip |
- Update to 1.304
- Pet portlint
PR: ports/189500
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
-rw-r--r-- | devel/p5-Glib2/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Glib2/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Glib2/pkg-descr | 2 |
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 |