Bug 46836 - Update security/gpgme to 0.3.14
Summary: Update security/gpgme to 0.3.14
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: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-07 18:30 UTC by Miguel Mendez
Modified: 2003-01-30 17:28 UTC (History)
1 user (show)

See Also:


Attachments
gpgme.diff (648 bytes, patch)
2003-01-07 18:30 UTC, Miguel Mendez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Mendez 2003-01-07 18:30:00 UTC
Bring port up to date.
Comment 1 Oliver Lehmann 2003-01-07 18:44:13 UTC
Miguel Mendez wrote:

> Bring port up to date.

That *might* break some ports.. (i don't know if there is a port which
requires that gpgmeplug or not. Means, that is only a train of thought)

http://lists.gnupg.org/pipermail/gpa-dev/2002-December/001045.html

<cut>
gpgmeplug is not anymore included but
diverted to a separate package named cryptplug.
</cut>



-- 
Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/
  http://wishlist.pofo.de/
Comment 2 Peter Pentchev 2003-01-08 13:10:00 UTC
On Tue, Jan 07, 2003 at 08:10:32PM +0100, Miguel Mendez wrote:
> On Tue, 7 Jan 2003 10:50:03 -0800 (PST)
> Oliver Lehmann <lehmann@ans-netz.de> wrote:
> 
> 
> >  That *might* break some ports.. (i don't know if there is a port
> >  which requires that gpgmeplug or not. Means, that is only a train of
> >  thought)
> >  
> >  http://lists.gnupg.org/pipermail/gpa-dev/2002-December/001045.html
> >  
> >  <cut>
> >  gpgmeplug is not anymore included but
> >  diverted to a separate package named cryptplug.
> >  </cut>
> 
> Good point, a quick look at our ports tree...
> 
> flynn@christine# foreach foo ( `find . -name "Makefile"` )
> foreach? echo $foo >> /tmp/gpgme.dep; grep gpgme $foo>> /tmp/gpgme.dep
> foreach? end
> 
> reveals that (unless I'm mistaken) only the two sylpheeds and
> mail/anubis depend on gpgme, both of which seem to work with this new
> version.

A faster and somewhat more precise way to do that would be:

  find /usr/ports -type f | xargs fgrep -l gpgme > /tmp/gpgme.dep

The important point here is that searching Makefiles is not enough:
sometimes port dependencies are specified in other ways, e.g. in config
scripts relying on user input, as in the www/mod_php* case.

In this particular case, the only files which contain 'gpgme' are
ports/INDEX(-5), ports/security/gpgme/*, and, as you pointed out,
the Makefiles of the various sylpheed and anubis ports.

> Granted I'm not an anubis user, but I can certify that sylpheed does
> work. anubis has built and isntalled ok too.

Nothing to say about that; just comments on the dependency search method :)

G'luck,
Peter

-- 
Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
If wishes were fishes, the antecedent of this conditional would be true.
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-30 12:09:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->	 arved

I'll handle this
Comment 4 Oliver Lehmann 2003-01-30 14:20:06 UTC
Tilman Linneweh wrote:

> I did short testing with sylpheed and it seems not to harm sylpheed. 
> 
> So do you approve this upgrade?

I tested sylpheed too, and got no errors. So.. approved

-- 
Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/
  http://wishlist.pofo.de/
Comment 5 markun 2003-01-30 14:33:08 UTC
Hi Mr. arved.

On Thu, 30 Jan 2003 13:32:00 +0100
Tilman Linneweh <arved@FreeBSD.org> wrote:

> Michael submitted this diff. Additional to the PR from flynn he likes to
> readd the dependency on pth, since this is required by the upcoming
> Aegypten ports. (see http://lofi.dyndns.org/~lofi/egypt-kmail.txt for detail).
> I did short testing with sylpheed and it seems not to harm sylpheed. 

I test this patch, and it seems to have no problem.  Please
commit.

Thank you.

-- 
TERAMOTO Masahiro
   markun@onohara.to
Comment 6 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-30 17:28:07 UTC
State Changed
From-To: open->closed

A slightly different version was committed, thanks