mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 13 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= PHP-Session
|
PORTNAME= PHP-Session
|
||||||
PORTVERSION= 0.22
|
PORTVERSION= 0.23
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= PHP
|
MASTER_SITE_SUBDIR= PHP
|
||||||
|
@ -23,4 +23,13 @@ PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= PHP::Session.3 PHP::Session::Serializer::PHP.3
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (PHP-Session-0.22.tar.gz) = 7cf85d39851788452aca514a69e0c979
|
MD5 (PHP-Session-0.23.tar.gz) = 75a448f7de93d1e6953a8396a0302583
|
||||||
SIZE (PHP-Session-0.22.tar.gz) = 8471
|
SIZE (PHP-Session-0.23.tar.gz) = 8474
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
%%SITE_PERL%%/PHP/Session.pm
|
%%SITE_PERL%%/PHP/Session.pm
|
||||||
%%SITE_PERL%%/PHP/Session/Serializer/PHP.pm
|
%%SITE_PERL%%/PHP/Session/Serializer/PHP.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist
|
||||||
|
|
Loading…
Add table
Reference in a new issue