Common subdirectories: /Users/snc/Source/macports-trunk/dports/security/logwatch/.svn and security/logwatch/.svn
diff -u /Users/snc/Source/macports-trunk/dports/security/logwatch/Portfile security/logwatch/Portfile
old
|
new
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name logwatch |
| 7 | revision 1 |
7 | 8 | version 7.3.6 |
8 | 9 | distname logwatch-${version} |
9 | 10 | categories security |
… |
… |
|
24 | 25 | |
25 | 26 | use_configure no |
26 | 27 | build { } |
| 28 | destroot.keepdirs ${destroot}${prefix}/var/cache/${name} |
27 | 29 | destroot { |
28 | 30 | |
29 | 31 | reinplace s|/usr/share/${name}|${prefix}/share/${name}|g ${worksrcpath}/scripts/logwatch.pl |
… |
… |
|
55 | 57 | ln -s ${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist /Library/LaunchDaemons |
56 | 58 | ui_msg "###########################################################" |
57 | 59 | ui_msg "# A startup item has been generated that will aid in" |
58 | | ui_msg "# starting dnsmasq with launcd. It is disabled" |
| 60 | ui_msg "# starting logwatch with launchd. It is disabled" |
59 | 61 | ui_msg "# by default. Execute the following command to start it," |
60 | 62 | ui_msg "# and to cause it to launch at startup:" |
61 | 63 | ui_msg "#" |
62 | | ui_msg "# sudo launchctl load -w /Library/LaunchDaemons/org.macports.dnsmasq.plist" |
| 64 | ui_msg "# sudo launchctl load -w /Library/LaunchDaemons/org.macports.logwatch.plist" |
63 | 65 | ui_msg "###########################################################" |
64 | 66 | } |