Bug 161919 - [PATCH] net-p2p/p5-Net-DirectConnect: update to 0.11
Summary: [PATCH] net-p2p/p5-Net-DirectConnect: update to 0.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 08:10 UTC by Po-Chuan Hsieh
Modified: 2011-12-24 00:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-DirectConnect-0.11.patch (3.69 KB, patch)
2011-10-23 08:10 UTC, Po-Chuan Hsieh
no flags Details | Diff
p5-Net-DirectConnect.patch (3.54 KB, patch)
2011-10-24 21:41 UTC, proler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-23 08:10:10 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-23 08:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-23 08:10:22 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-23 08:10:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-23 08:26:33 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 5 proler 2011-10-23 20:04:34 UTC
i think depends must check files, not packages for easier perl upgrades  
(5.10->5.12->5.14)
Comment 6 proler 2011-10-24 21:41:48 UTC
my patch version
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-16 15:16:10 UTC
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
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-12-24 00:03:34 UTC
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"
Comment 9 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-12-24 00:03:37 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!