diff options
author | skv <skv@FreeBSD.org> | 2007-05-28 03:41:23 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-05-28 03:41:23 +0800 |
commit | 13cc0fd393312025418c48190b1aede0c3688c3f (patch) | |
tree | e313878f680633444613835f4bd7d275bd525a27 /net-im/p5-DJabberd/Makefile | |
parent | 7fca1e012d3bc5da35dceca0787175bc8702a363 (diff) | |
download | freebsd-ports-gnome-13cc0fd393312025418c48190b1aede0c3688c3f.tar.gz freebsd-ports-gnome-13cc0fd393312025418c48190b1aede0c3688c3f.tar.zst freebsd-ports-gnome-13cc0fd393312025418c48190b1aede0c3688c3f.zip |
Update to 0.83
Changes: http://search.cpan.org/src/BRADFITZ/DJabberd-0.83/CHANGES
Diffstat (limited to 'net-im/p5-DJabberd/Makefile')
-rw-r--r-- | net-im/p5-DJabberd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/p5-DJabberd/Makefile b/net-im/p5-DJabberd/Makefile index 61a0f5df114f..1c9e1a7305b8 100644 --- a/net-im/p5-DJabberd/Makefile +++ b/net-im/p5-DJabberd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DJabberd -PORTVERSION= 0.81 +PORTVERSION= 0.83 CATEGORIES= net-im perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -28,7 +28,9 @@ PERL_CONFIGURE= yes MAN3= DJabberd.3 DJabberd::Component.3 \ DJabberd::Component::Example.3 DJabberd::Component::External.3 \ - DJabberd::Component::External::Connection.3 \ + DJabberd::Connection::ComponentIn.3 \ + DJabberd::Connection::ComponentOut.3 \ + DJabberd::Delivery::ComponentConnection.3 \ DJabberd::Delivery::LocalVHosts.3 .include <bsd.port.mk> |