Changes between Initial Version and Version 2 of Ticket #608


Ignore:
Timestamp:
Mar 24, 2016, 11:54:42 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #608

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port apache added
  • Ticket #608 – Description

    initial v2  
    22should.  Here is a patch:
    33
     4{{{
    45Index: Portfile
    56===================================================================
     
    1314 
    1415 variant activate_server {
    15 +        depends_run       
    16 path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
    17         post-patch        { system "sed -e
    18 \"s=%%PREFIX%%=${prefix}/${name}-${version}=g\" \
     16+        depends_run        path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
     17        post-patch        { system "sed -e \"s=%%PREFIX%%=${prefix}/${name}-${version}=g\" \
    1918                      ${filespath}/apache.sh >${portpath}/apache.sh"
    2019                   }
     20}}}