Bug 113034 - [PATCH] mail/p5-Mail-DKIM: update to 0.25
Summary: [PATCH] mail/p5-Mail-DKIM: update to 0.25
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-26 18:00 UTC by gslin
Modified: 2007-05-29 03:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-Mail-DKIM-0.25.patch (5.80 KB, patch)
2007-05-26 18:00 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-05-26 18:00:10 UTC
- Update to 0.25
- MIME::Base64 In Perl 5.8+ now
- Install two scripts (dkimsign.pl and dkimverify.pl)
- Remove Perl version < 5.6 warning
- Use %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plist

Port maintainer (yanagisawa@csg.is.titech.ac.jp) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 18:00:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 18:00:45 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Yoshisato YANAGISAWA 2007-05-27 08:15:53 UTC
Thank you for sending me a patch.

I have approved most part of your PR. I couldn't agree with following:
- MIME::Base64 In Perl 5.8+ now
- remove MASTER_SITE_BACKUP

Since this port doesn't require perl version >= 5.8, MIME::Base64
dependency should not be removed, I suppose.
MASTER_SITE_BACKUP will help the users to install this port although I
should remove a obsolete URL.

Thank you,

-- 
-------------------------------------------------------
Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Dept. of Mathematical and Computing Sciences,
Graduate School of Information Science and Engineering,
Tokyo Institute of Technology.
/* If you are an *BSD user, let's join http://bsdstats.org/ */
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-05-29 02:50:13 UTC
clsung      2007-05-29 01:50:06 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-DKIM    Makefile distinfo pkg-plist 
  Log:
  - Update to 0.25
  - MIME::Base64 In Perl 5.8+ now, so
    - make it conditional
  - Install two scripts (dkimsign.pl and dkimverify.pl)
  - Remove Perl version < 5.6 warning
  - Use %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plist
  
  PR:             ports/113034
  Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
  Reviewed by:    maintainer (Yoshisato YANAGISAWA)
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.8       +11 -9     ports/mail/p5-Mail-DKIM/Makefile
  1.7       +3 -3      ports/mail/p5-Mail-DKIM/distinfo
  1.4       +36 -30    ports/mail/p5-Mail-DKIM/pkg-plist
_______________________________________________
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 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-05-29 02:50:15 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.