Bug 102757 - [PATCH] net/p5-POE-Component-Client-Ident: update to 1.02
Summary: [PATCH] net/p5-POE-Component-Client-Ident: update to 1.02
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: Andrew Pantyukhin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 18:00 UTC by gslin
Modified: 2006-09-04 09:33 UTC (History)
1 user (show)

See Also:


Attachments
p5-POE-Component-Client-Ident-1.02.patch (2.84 KB, patch)
2006-09-01 18:00 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-01 18:00:35 UTC
- Update to 1.02
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency

Port maintainer (infofarmer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-01 18:01:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->infofarmer

Over to maintainer
Comment 2 Andrew Pantyukhin freebsd_committer freebsd_triage 2006-09-03 10:35:53 UTC
On 9/1/06, Gea-Suan Lin <gslin@gslin.org> wrote:
> - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency
>
> -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
> -RUN_DEPENDS=   ${BUILD_DEPENDS}
> +RUN_DEPENDS=   ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
> +BUILD_DEPENDS= ${RUN_DEPENDS}

Frankly, I don't understand this. Can you elaborate, please?

Thanks!
Comment 3 gslin 2006-09-04 01:50:14 UTC
Hello,

This prevents from unused dependency in the future.

For example, in the past, if using USE_REINPLACE=yes with
BUILD_DEPENDS=${RUN_DEPENDS}, it will cause sed_inplace in run-depend.

Another one is using PERL_MODBUILD=yes with same condition, it will
add p5-Module-Build into BUILD_DEPENDS.

On Sun, Sep 03, 2006 at 01:35:53PM +0400, Andrew Pantyukhin wrote:
> On 9/1/06, Gea-Suan Lin <gslin@gslin.org> wrote:
> >- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency
> >
> >-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
> >-RUN_DEPENDS=   ${BUILD_DEPENDS}
> >+RUN_DEPENDS=   ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
> >+BUILD_DEPENDS= ${RUN_DEPENDS}
> 
> Frankly, I don't understand this. Can you elaborate, please?
> 
> Thanks!

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 4 sat freebsd_committer freebsd_triage 2006-09-04 09:33:27 UTC
State Changed
From-To: open->closed

Committed, thanks!