Bug 93225 - [patch] [maintainer update] Update port security/fwbuilder
Summary: [patch] [maintainer update] Update port security/fwbuilder
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: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-12 06:00 UTC by Vadim Kurland
Modified: 2006-02-13 07:36 UTC (History)
0 users

See Also:


Attachments
fwbuilder.diff (1.08 KB, patch)
2006-02-12 06:00 UTC, Vadim Kurland
no flags Details | Diff
fwbuilder-port.diff (695 bytes, patch)
2006-02-13 02:30 UTC, vadim
no flags Details | Diff
file.dat (1.01 KB, text/plain; charset=US-ASCII; delsp=yes; format=flowed)
2006-02-13 02:30 UTC, vadim
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Kurland 2006-02-12 06:00:17 UTC
	fixing build on 4.x
	Always use USE_GETOPT_LONG to check for GNU getopt
	Set port revision to '2'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-12 06:04:10 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-12 06:04:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 vadim 2006-02-12 06:11:42 UTC
yes, I approve the patch.

--vk

On Feb 11, 2006, at 10:04 PM, Edwin Groothuis wrote:

> Maintainer of security/fwbuilder,
>
> Please note that PR ports/93225 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/93225
>
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
>
>
> !DSPAM:43eecff7320601053114657!
>
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-02-12 06:58:54 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Sam Lawrance freebsd_committer freebsd_triage 2006-02-12 12:46:26 UTC
State Changed
From-To: open->feedback

Your patch removes the SHA256 checksum and replaces the MD5 checksum 
in distinfo.  Please send an updated patch with SHA256 as well. 

Why did the MD5 checksum change?  If the distfile was changed please 
compare the old and new distfiles and summarise the changes so we can 
be sure nothing nasty has been inserted. 

Do these changes affect the function or contents of the built package? 
If it is just a build fix for 4.x, there is no need to bump PORTREVISION. 



Comment 6 Sam Lawrance freebsd_committer freebsd_triage 2006-02-12 12:46:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Track
Comment 7 vadim 2006-02-13 02:30:41 UTC
the MD5 has changed because all the files were autogenerated as part  
of automatic build. You are right, there is no need to change the  
source tar.gz and hence MD5 in the distfile should not change either.  
I've fixed that, and returned PORTREVISION back to 1. New diff is  
attached.

thanks
--vk
Comment 8 Sam Lawrance freebsd_committer freebsd_triage 2006-02-13 07:36:41 UTC
State Changed
From-To: feedback->closed

Committed, thanks! There was no need for a PORTREVISION bump.