diff options
author | clsung <clsung@FreeBSD.org> | 2008-07-31 14:56:45 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-07-31 14:56:45 +0800 |
commit | f7a4366d3b3197bc46951c16f1844a32222023ac (patch) | |
tree | befcc9109ddb59b1cc300751332bbd51949fcc5d /sysutils | |
parent | 2932d53ffb5a38516137fbf2bf2b271eb1a920f4 (diff) | |
download | freebsd-ports-gnome-f7a4366d3b3197bc46951c16f1844a32222023ac.tar.gz freebsd-ports-gnome-f7a4366d3b3197bc46951c16f1844a32222023ac.tar.zst freebsd-ports-gnome-f7a4366d3b3197bc46951c16f1844a32222023ac.zip |
- Add missing dependencies
- bump PORTREVISION
PR: ports/126103
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-MogileFS-Server/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-mogilefs-server/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile index 9d8b5fd1e7df..5392dced47d3 100644 --- a/sysutils/p5-MogileFS-Server/Makefile +++ b/sysutils/p5-MogileFS-Server/Makefile @@ -7,6 +7,7 @@ PORTNAME= mogilefs-server PORTVERSION= 2.17 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -17,6 +18,8 @@ COMMENT= MogileFS (distributed filesystem) server RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO \ ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \ + ${SITE_PERL}/Gearman/Client/Async.pm:${PORTSDIR}/devel/p5-Gearman-Client-Async \ + ${SITE_PERL}/Gearman/Server.pm:${PORTSDIR}/devel/p5-Gearman-Server \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ ${SITE_PERL}/Perlbal.pm:${PORTSDIR}/www/perlbal \ ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall diff --git a/sysutils/p5-mogilefs-server/Makefile b/sysutils/p5-mogilefs-server/Makefile index 9d8b5fd1e7df..5392dced47d3 100644 --- a/sysutils/p5-mogilefs-server/Makefile +++ b/sysutils/p5-mogilefs-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= mogilefs-server PORTVERSION= 2.17 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -17,6 +18,8 @@ COMMENT= MogileFS (distributed filesystem) server RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO \ ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \ + ${SITE_PERL}/Gearman/Client/Async.pm:${PORTSDIR}/devel/p5-Gearman-Client-Async \ + ${SITE_PERL}/Gearman/Server.pm:${PORTSDIR}/devel/p5-Gearman-Server \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ ${SITE_PERL}/Perlbal.pm:${PORTSDIR}/www/perlbal \ ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall |