mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 0.23
This commit is contained in:
parent
26f155f39d
commit
9e1c6a3c04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135539
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= PHP-Session
|
||||
PORTVERSION= 0.22
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= PHP
|
||||
@ -23,4 +23,13 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= PHP::Session.3 PHP::Session::Serializer::PHP.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changes README
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PHP-Session-0.22.tar.gz) = 7cf85d39851788452aca514a69e0c979
|
||||
SIZE (PHP-Session-0.22.tar.gz) = 8471
|
||||
MD5 (PHP-Session-0.23.tar.gz) = 75a448f7de93d1e6953a8396a0302583
|
||||
SIZE (PHP-Session-0.23.tar.gz) = 8474
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/PHP/Session.pm
|
||||
%%SITE_PERL%%/PHP/Session/Serializer/PHP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist
|
||||
|
Loading…
Reference in New Issue
Block a user