diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-09 17:27:09 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-09 17:27:09 +0000 |
commit | 31c6b417f48bdf2b6c72a6a699d3440748ba1a0d (patch) | |
tree | 9ce361f37d79e3d9bda4a8e3e8f61bd1d7a9dcb2 /www/p5-Maypole-Authentication-UserSessionCookie | |
parent | 46e0e919fbc561d74eeb58d94705f213807ba93a (diff) | |
download | ports-31c6b417f48bdf2b6c72a6a699d3440748ba1a0d.tar.gz ports-31c6b417f48bdf2b6c72a6a699d3440748ba1a0d.zip |
Notes
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 367f28a5016d..66e9285fec89 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 ecbc313f4582..ff5b4b06a526 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 7574e0485de0..3463c274c226 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 |