Bug 154642

Summary: [PATCH] mail/elmo: Fix gpgme support, update MASTER_SITES
Product: Ports & Packages Reporter: Jason E. Hale <bsdkaffee>
Component: Individual Port(s)Assignee: Dennis Herrmann <dhn>
Status: Closed FIXED    
Severity: Affects Only Me CC: dhn
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
2011-02-10-elmo.diff none

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!