Date: Sun, 25 Aug 2013 16:13:05 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325352 - head/mail/p5-Mail-Box Message-ID: <201308251613.r7PGD59M092380@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Aug 25 16:13:05 2013 New Revision: 325352 URL: http://svnweb.freebsd.org/changeset/ports/325352 Log: - Add missed dependency on devel/p5-Devel-GlobalDestruction - bump portrevision PR: ports/181490 Submitted by: nork@ Approved by: tobez@ (maintainer) Modified: head/mail/p5-Mail-Box/Makefile Modified: head/mail/p5-Mail-Box/Makefile ============================================================================== --- head/mail/p5-Mail-Box/Makefile Sun Aug 25 16:12:33 2013 (r325351) +++ head/mail/p5-Mail-Box/Makefile Sun Aug 25 16:13:05 2013 (r325352) @@ -3,6 +3,7 @@ PORTNAME= Mail-Box PORTVERSION= 2.109 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -15,6 +16,7 @@ COMMON_DEPENDS= \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Devel-GlobalDestruction>=0.09:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-File-Remove>=0.20:${PORTSDIR}/devel/p5-File-Remove \ p5-HTML-Format>=2.01:${PORTSDIR}/textproc/p5-HTML-Format \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308251613.r7PGD59M092380>