diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-16 10:29:19 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-16 10:29:19 +0800 |
commit | 703a7909af986e92d4badc47371ea860932d6667 (patch) | |
tree | 159e4450ad2355ad21db77c9e6b4274fb771943b | |
parent | 9866eed5ea10bcca9f9356d3bd948eb14e1962c7 (diff) | |
download | freebsd-ports-gnome-703a7909af986e92d4badc47371ea860932d6667.tar.gz freebsd-ports-gnome-703a7909af986e92d4badc47371ea860932d6667.tar.zst freebsd-ports-gnome-703a7909af986e92d4badc47371ea860932d6667.zip |
- Update to 0.25
PR: ports/135137
Approved by: maintainer timeout (chinsan; 2 weeks)
Submitted by: pgollucci@ (myself)
-rw-r--r-- | graphics/p5-Layout-Manager/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index 914ae574960e..b0c7f2f7d85a 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Layout-Manager -PORTVERSION= 0.20 +PORTVERSION= 0.25 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT @@ -29,6 +29,7 @@ MAN3= Layout::Manager.3 \ Layout::Manager::Axis.3 \ Layout::Manager::Compass.3 \ Layout::Manager::Flow.3 \ + Layout::Manager::Grid.3 \ Layout::Manager::Single.3 .include <bsd.port.mk> diff --git a/graphics/p5-Layout-Manager/distinfo b/graphics/p5-Layout-Manager/distinfo index ff4f866f0555..0c623ce3a583 100644 --- a/graphics/p5-Layout-Manager/distinfo +++ b/graphics/p5-Layout-Manager/distinfo @@ -1,3 +1,3 @@ -MD5 (Layout-Manager-0.20.tar.gz) = ee2357f3f1c36df484aa677c77150e3e -SHA256 (Layout-Manager-0.20.tar.gz) = 74ffd0ab9ba35670aac5d55c3a3e89b649ad4d5ee96fc7a2280ff3bebf02705f -SIZE (Layout-Manager-0.20.tar.gz) = 31246 +MD5 (Layout-Manager-0.25.tar.gz) = 69d016e39454a9cac86b96b5bcaeb64e +SHA256 (Layout-Manager-0.25.tar.gz) = d36c0d078223355e894e836f55cae0339fb8ca1960992d2429ed61cbc5f8a69d +SIZE (Layout-Manager-0.25.tar.gz) = 29273 diff --git a/graphics/p5-Layout-Manager/pkg-plist b/graphics/p5-Layout-Manager/pkg-plist index 4e250b3f1d46..fbac2082b194 100644 --- a/graphics/p5-Layout-Manager/pkg-plist +++ b/graphics/p5-Layout-Manager/pkg-plist @@ -4,6 +4,7 @@ %%SITE_PERL%%/Layout/Manager/Axis.pm %%SITE_PERL%%/Layout/Manager/Compass.pm %%SITE_PERL%%/Layout/Manager/Flow.pm +%%SITE_PERL%%/Layout/Manager/Grid.pm %%SITE_PERL%%/Layout/Manager/Single.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Layout/Manager @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Layout |