- Update to 0.11 - Pet portlint Changes: http://search.cpan.org/dist/Net-DirectConnect/Changes Port maintainer (proler@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of net-p2p/p5-Net-DirectConnect, Please note that PR ports/161919 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161919 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I'll take it.
i think depends must check files, not packages for easier perl upgrades (5.10->5.12->5.14)
my patch version
On Sun, Oct 23, 2011 at 07:40:05PM +0000, oleg alexeenkov wrote: > i think depends must check files, not packages for easier perl upgrades = =20 > (5.10->5.12->5.14) I have different point of view. IMHO, more perl modules will be bundled in newer Perl release which means some of the dependencies should be removed as it will be already in supported Perl releases. On the other hand, the minimal required version of dependencies is not always 0 in most cases. For example, if port A requires port B version 0.2 and the user has port B version 0.1 installed. User is unaware of the required upgrade of port B. As a result, I recommend to set dependencies in the form of PORT>=3DVERSION:${PORTSDIR}/CATEGORY/PORT Regards, sunpoet
sunpoet 2011-12-24 00:03:20 UTC FreeBSD ports repository Modified files: net-p2p/p5-Net-DirectConnect Makefile distinfo pkg-plist Log: - Update to 0.11 - Pet portlint Changes: http://search.cpan.org/dist/Net-DirectConnect/Changes PR: ports/161919 Submitted by: sunpoet (myself) Approved by: maintainer (implicit) Revision Changes Path 1.6 +17 -8 ports/net-p2p/p5-Net-DirectConnect/Makefile 1.5 +2 -2 ports/net-p2p/p5-Net-DirectConnect/distinfo 1.3 +5 -3 ports/net-p2p/p5-Net-DirectConnect/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!