Bug 154642 - [PATCH] mail/elmo: Fix gpgme support, update MASTER_SITES
Summary: [PATCH] mail/elmo: Fix gpgme support, update MASTER_SITES
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 07:50 UTC by Jason E. Hale
Modified: 2011-02-12 09:40 UTC (History)
1 user (show)

See Also:


Attachments
2011-02-10-elmo.diff (1.89 KB, patch)
2011-02-10 07:50 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2011-02-10 07:50:09 UTC
mail/elmo currently depends on the ancient security/gpgme03 for gpgme support.
Gpgme support is also broken as it is due to '==' instead of '=' being used 
with 'test' in the configure script.

The provided patch allows mail/elmo to use the latest gpgme library.

Bump PORTREVISION due to library change.

While here:
- Pet portlint(1)
- Update MASTER_SITES
- Remove MD5
- Add LICENSE
- Mark MAKE_JOBS_SAFE

How-To-Repeat: Use attached diff.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-10 07:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-12 09:36:48 UTC
dhn         2011-02-12 09:36:43 UTC

  FreeBSD ports repository

  Modified files:
    mail/elmo            Makefile distinfo 
  Log:
  - Pet portlint(1)
  - Update MASTER_SITES
  - Remove MD5
  - Add LICENSE
  - Mark MAKE_JOBS_SAFE
  
  PR:             ports/154642
  Submitted by:   Jason E. Hale <bsdkaffee@gmail.com>
  
  Revision  Changes    Path
  1.24      +16 -7     ports/mail/elmo/Makefile
  1.6       +0 -1      ports/mail/elmo/distinfo
_______________________________________________
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 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-02-12 09:39:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!