mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Update to 2.64
- Convert to new options framework Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES
This commit is contained in:
parent
9d597b7486
commit
be3b012a11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299775
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= MogileFS-Server
|
||||
PORTVERSION= 2.63
|
||||
PORTVERSION= 2.64
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DORMANDO
|
||||
@ -16,6 +16,7 @@ MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= MogileFS (distributed filesystem) server
|
||||
|
||||
BUILD_DEPENDS= p5-Danga-Socket>=1.56:${PORTSDIR}/devel/p5-Danga-Socket \
|
||||
p5-DBD-SQLite>=1.13:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-IO-AIO>=0:${PORTSDIR}/devel/p5-IO-AIO \
|
||||
@ -26,6 +27,8 @@ BUILD_DEPENDS= p5-Danga-Socket>=1.56:${PORTSDIR}/devel/p5-Danga-Socket \
|
||||
p5-Sys-Syslog>=0:${PORTSDIR}/sysutils/p5-Sys-Syslog
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
REINPLACE_ARGS= -i ''
|
||||
USE_RC_SUBR= mogilefsd mogstored
|
||||
@ -54,8 +57,10 @@ MAN3= MogileFS::Checksum.3 \
|
||||
MogileFS::Worker::Query.3 \
|
||||
MogileFS::Worker::Replicate.3
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MogileFS-Server-2.63.tar.gz) = d090fbe9858afac95a57c3a14ca06b112d56ba55a6d9ec9ddf284b4216961c98
|
||||
SIZE (MogileFS-Server-2.63.tar.gz) = 173793
|
||||
SHA256 (MogileFS-Server-2.64.tar.gz) = 8361dea97b71503be2d055679f01e8b2305247e247f88961be67921a2a380a13
|
||||
SIZE (MogileFS-Server-2.64.tar.gz) = 175482
|
||||
|
Loading…
Reference in New Issue
Block a user