Bug 154643 - [PATCH] mail/elmo-devel: Fix gpgme support, update MASTER_SITES
Summary: [PATCH] mail/elmo-devel: 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-devel.diff (1.77 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-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!