diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-09 17:27:09 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-09 17:27:09 +0000 |
commit | a5b9b381b0be82c2c78cd007c61bd78ec796b7da (patch) | |
tree | fb0b6c76163cfa0ee5d25c16e73f889efb68d122 /www/p5-Maypole-Authentication-UserSessionCookie | |
parent | 9cc7425c808fcf68d1e19be85ff2e0642adeaf7f (diff) | |
download | FreeBSD-ports-a5b9b381b0be82c2c78cd007c61bd78ec796b7da.zip FreeBSD-ports-a5b9b381b0be82c2c78cd007c61bd78ec796b7da.tar.gz |
- Update to 1.4
- fix PLIST
PR: 78080
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'www/p5-Maypole-Authentication-UserSessionCookie')
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile index 367f28a..66e9285 100644 --- a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile +++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ PORTNAME= Maypole-Authentication-UserSessionCookie -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 +PORTREVISION= 0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/ @@ -19,4 +19,6 @@ BROKEN= Incomplete pkg-plist PERL_CONFIGURE= yes +MAN3= Maypole::Authentication::UserSessionCookie.3 + .include <bsd.port.mk> diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/distinfo b/www/p5-Maypole-Authentication-UserSessionCookie/distinfo index ecbc313..ff5b4b0 100644 --- a/www/p5-Maypole-Authentication-UserSessionCookie/distinfo +++ b/www/p5-Maypole-Authentication-UserSessionCookie/distinfo @@ -1,2 +1,2 @@ -MD5 (Maypole-Authentication-UserSessionCookie-1.3.tar.gz) = 0e72ed09d2c488c0f7b1dc668f6bf33b -SIZE (Maypole-Authentication-UserSessionCookie-1.3.tar.gz) = 4583 +MD5 (Maypole-Authentication-UserSessionCookie-1.4.tar.gz) = 59b3b1372fce501645b6e82dc6a89033 +SIZE (Maypole-Authentication-UserSessionCookie-1.4.tar.gz) = 4810 diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist index 7574e04..3463c27 100644 --- a/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist +++ b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Maypole/Authentication/UserSessionCookie.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole @unexec rmdir %D/%%SITE_PERL%%/Maypole/Authentication 2>/dev/null || true |