Date: Thu, 31 Mar 2016 15:39:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412247 - head/devel/p5-SVN-Notify Message-ID: <201603311539.u2VFdXH2039995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 31 15:39:33 2016 New Revision: 412247 URL: https://svnweb.freebsd.org/changeset/ports/412247 Log: - Update to 2.86 - Fix *_DEPENDS: - Add missing Email::Address - Net::SMTP_auth was replaced by Net::SMTP::TLS in 2.83 - Sort *_DEPENDS - Update *_DEPENDS: remove PORTSDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/SVN-Notify/Changes Modified: head/devel/p5-SVN-Notify/Makefile head/devel/p5-SVN-Notify/distinfo Modified: head/devel/p5-SVN-Notify/Makefile ============================================================================== --- head/devel/p5-SVN-Notify/Makefile Thu Mar 31 15:39:28 2016 (r412246) +++ head/devel/p5-SVN-Notify/Makefile Thu Mar 31 15:39:33 2016 (r412247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= SVN-Notify -PORTVERSION= 2.84 -PORTREVISION= 1 +PORTVERSION= 2.86 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +13,13 @@ COMMENT= Subversion activity notificatio LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \ - p5-Text-Trac>=0.10:${PORTSDIR}/textproc/p5-Text-Trac \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Email-Address>=1.89.7:mail/p5-Email-Address \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ + p5-Text-Trac>=0.10:textproc/p5-Text-Trac +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-SVN-Notify/distinfo ============================================================================== --- head/devel/p5-SVN-Notify/distinfo Thu Mar 31 15:39:28 2016 (r412246) +++ head/devel/p5-SVN-Notify/distinfo Thu Mar 31 15:39:33 2016 (r412247) @@ -1,2 +1,2 @@ -SHA256 (SVN-Notify-2.84.tar.gz) = baf60516039c90de8e7067772105f4e1680f734da08be7a4e9a6bfcbd25183f6 -SIZE (SVN-Notify-2.84.tar.gz) = 98737 +SHA256 (SVN-Notify-2.86.tar.gz) = 1c230d09536870261a75e0d005e4510f6b38f16994b494064d48312f3e852e17 +SIZE (SVN-Notify-2.86.tar.gz) = 99031
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603311539.u2VFdXH2039995>