1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Update to 1.304

- Pet portlint

PR:		ports/189500
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
Steve Wills 2014-05-09 19:39:11 +00:00
parent 59a53736bb
commit 39053f7da2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353506
3 changed files with 3 additions and 5 deletions

View File

@ -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-

View File

@ -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

View File

@ -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