[65407] trunk/dports/net/dante/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 25 18:06:00 PDT 2010


Revision: 65407
          http://trac.macports.org/changeset/65407
Author:   ryandesign at macports.org
Date:     2010-03-25 18:05:59 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
dante: update to 1.2.0; don't install a pid file, just install the directory where it will go

Modified Paths:
--------------
    trunk/dports/net/dante/Portfile

Modified: trunk/dports/net/dante/Portfile
===================================================================
--- trunk/dports/net/dante/Portfile	2010-03-26 00:59:04 UTC (rev 65406)
+++ trunk/dports/net/dante/Portfile	2010-03-26 01:05:59 UTC (rev 65407)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    dante
-version                 1.1.19
+version                 1.2.0
 categories              net
 platforms               darwin
 maintainers             nomaintainer
@@ -22,21 +22,20 @@
 homepage                http://www.inet.no/dante/
 master_sites            ftp://ftp.inet.no/pub/socks/ freebsd
 
-checksums               sha1 e366a60a880ceff6205f7cd87249c7322b844d3c
+checksums               md5     af00063243cc94e524497342982615cd \
+                        sha1    5dbab0e1e20b7915f744a7982005f5b854eba3fc \
+                        rmd160  c3b717f70eb2a550af21591862d74aa43e3b887f
 
 configure.args          --mandir=${prefix}/share/man \
                         --with-socks-conf=${prefix}/etc/dante/socks.conf \
                         --with-sockd-conf=${prefix}/etc/dante/sockd.conf \
                         --with-pidfile=${prefix}/var/run/dante/dante.pid
 
+destroot.keepdirs       ${destroot}${prefix}/var/run/dante/
 post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/etc/dante/ \
-        ${destroot}${prefix}/var/run/dante/
-    system "touch ${destroot}${prefix}/var/run/dante/dante.pid"
+    xinstall -m 755 -d ${destroot}${prefix}/etc/dante/
     xinstall -m 644 ${worksrcpath}/example/socks.conf \
         ${destroot}${prefix}/etc/dante/socks.conf.sample
-    xinstall -m 644 ${worksrcpath}/example/sockd.conf \
-        ${destroot}${prefix}/etc/dante/sockd.conf.sample
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/d3a3cdb4/attachment.html>


More information about the macports-changes mailing list