Changes between Initial Version and Version 3 of Ticket #9130


Ignore:
Timestamp:
Mar 24, 2016, 2:24:32 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9130

    • Property Status changed from new to closed
    • Property Attachments.isobsolete changed from 0 to 1
    • Property Cc markd@… added
    • Property Resolution changed from to fixed
    • Property Type changed from defect to update
    • Property Port p5-mail-spamassassin added
  • Ticket #9130 – Description

    initial v3  
    11The current port file for spamassassin supports version 3.04.  The current version is 3.12.  With the new version there is also a different home page and an added variable in configue (LOCALSTATEDIR) which governs where state files are stored.  I have edited the port (unified diff included below) to pull the latest version and to assign the ${prefix}/var as the state directory.  This directory was being set to /var/opt and causing the sa-update script to fail.
    22
    3 ===== cut here ======
     3{{{
    44--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/perl/p5-mail-spamassassin/Portfile.~1~ 2005-11-08 21:46:31.000000000 -0500
    55+++ /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/perl/p5-mail-spamassassin/Portfile     2006-05-26 16:19:21.000000000 -0400
     
    4040
    4141 variant        razor {
     42}}}