- Update to 2.61

Changes:	http://search.cpan.org/dist/MogileFS-Server/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-05-20 03:52:46 +00:00
parent ecb94f19a4
commit f4120c6597
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296996
3 changed files with 15 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= MogileFS-Server
PORTVERSION= 2.60
PORTVERSION= 2.61
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DORMANDO
@ -27,6 +27,7 @@ BUILD_DEPENDS= p5-Danga-Socket>=1.56:${PORTSDIR}/devel/p5-Danga-Socket \
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
REINPLACE_ARGS= -i ''
USE_RC_SUBR= mogilefsd mogstored
MAN1= mogautomount.1 \
@ -53,10 +54,20 @@ MAN3= MogileFS::Checksum.3 \
MogileFS::Worker::Query.3 \
MogileFS::Worker::Replicate.3
# https://github.com/mogilefs/MogileFS-Server/commit/28fad964f2eee3f4b13614cce97e5423ebd54875
post-patch:
@${REINPLACE_CMD} -e '/MogileFS::Sys/d' ${WRKSRC}/lib/MogileFS/Server.pm
post-install:
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (MogileFS-Server-2.60.tar.gz) = 430b47ff0152f225c3af867910afa60516472d740f9b44f6e0c36a8a919238e2
SIZE (MogileFS-Server-2.60.tar.gz) = 166840
SHA256 (MogileFS-Server-2.61.tar.gz) = c3a92c7b1006ce5e0b41875b716ea0049585360195abc61125d2756ddfaaf8e6
SIZE (MogileFS-Server-2.61.tar.gz) = 173555

View File

@ -34,7 +34,6 @@ bin/mogstored
%%SITE_PERL%%/MogileFS/Store/MySQL.pm
%%SITE_PERL%%/MogileFS/Store/Postgres.pm
%%SITE_PERL%%/MogileFS/Store/SQLite.pm
%%SITE_PERL%%/MogileFS/Sys.pm
%%SITE_PERL%%/MogileFS/Test.pm
%%SITE_PERL%%/MogileFS/Util.pm
%%SITE_PERL%%/MogileFS/Worker.pm