Bug 154643

Summary: [PATCH] mail/elmo-devel: 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-devel.diff none

Description Jason E. Hale 2011-02-10 07:50:09 UTC
mail/elmo-devel 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-devel to use the latest gpgme library.

Bump PORTREVISION due to library change.

While here:
- Update MASTER_SITES
- Remove MD5
- Add LICENSE
- Mark MAKE_JOBS_SAFE

Side note:
I have also sent a PR to fix the same problem in the mail/elmo port.
Since this project appears abandoned in 2004, it seems like the mail/elmo port
could be updated to 1.3.2 and the mail/elmo-devel be removed.

How-To-Repeat: Use attached diff.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-10 07:50:27 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:38:47 UTC
dhn         2011-02-12 09:38:43 UTC

  FreeBSD ports repository

  Modified files:
    mail/elmo-devel      Makefile distinfo 
  Log:
  - Update MASTER_SITES
  - Remove MD5
  - Add LICENSE
  - Mark MAKE_JOBS_SAFE
  
  PR:             ports/154643
  Submitted by:   Jason E. Hale <bsdkaffee@gmail.com>
  
  Revision  Changes    Path
  1.25      +11 -5     ports/mail/elmo-devel/Makefile
  1.7       +0 -1      ports/mail/elmo-devel/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:38:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!