Index: head/converters/p5-Convert-Bencode/Makefile =================================================================== --- head/converters/p5-Convert-Bencode/Makefile (revision 394735) +++ head/converters/p5-Convert-Bencode/Makefile (revision 394736) @@ -1,19 +1,19 @@ # Created by: Oleg R. Muhutdinov # $FreeBSD$ PORTNAME= Convert-Bencode PORTVERSION= 1.03 PORTREVISION= 2 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= mor@WhiteLuna.com +MAINTAINER= ports@FreeBSD.org COMMENT= Module to encode and decode bencoded strings BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure .include Index: head/net-p2p/p5-Net-BitTorrent-File/Makefile =================================================================== --- head/net-p2p/p5-Net-BitTorrent-File/Makefile (revision 394735) +++ head/net-p2p/p5-Net-BitTorrent-File/Makefile (revision 394736) @@ -1,25 +1,25 @@ # Created by: Oleg R. Muhutdinov # $FreeBSD$ PORTNAME= Net-BitTorrent-File PORTVERSION= 1.02 PORTREVISION= 1 CATEGORIES= net-p2p perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION}-fix -MAINTAINER= mor@WhiteLuna.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for handles loading and saving of .torrent file RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//} USES= perl5 USE_PERL5= configure .include