[100946] trunk/dports/net

blair at macports.org blair at macports.org
Tue Jan 1 16:16:55 PST 2013


Revision: 100946
          https://trac.macports.org/changeset/100946
Author:   blair at macports.org
Date:     2013-01-01 16:16:55 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
fwknop-client: new port copied from fwknop for version 2 of fwknop.

Modified Paths:
--------------
    trunk/dports/net/fwknop-client/Portfile

Added Paths:
-----------
    trunk/dports/net/fwknop-client/

Modified: trunk/dports/net/fwknop-client/Portfile
===================================================================
--- trunk/dports/net/fwknop/Portfile	2013-01-01 23:44:59 UTC (rev 100945)
+++ trunk/dports/net/fwknop-client/Portfile	2013-01-02 00:16:55 UTC (rev 100946)
@@ -2,11 +2,11 @@
 
 PortSystem 1.0
 
-name            fwknop
-version         1.9.12
-revision        1
+name            fwknop-client
+version         2.0.4
+conflicts       fwknop
 categories      net security
-licence         {GPL GPL-2}
+license         GPL-2+
 maintainers     blair
 description     'FireWall KNock OPerator': a port knocker to Linux servers
 homepage        http://www.cipherdyne.org/fwknop/
@@ -32,26 +32,14 @@
 
 master_sites    ${homepage}download/
 
-checksums       md5    4e190dfd31921ddcc0aa6ded8cdae6ae \
-                sha1   ece88ad7653bebee46ae348d9854f3e8751f392c \
-                rmd160 6b52cce7efb57409d02e4b97b1724d9ebdbb61fd
+distname        fwknop-${version}
+checksums       md5    9878137dd5d352a1963b618a96472f8b \
+                sha1   acf86e99f50a29b92d9daf19e41380baa5faadc7 \
+                sha256 a2865158c09c6446903d9ef5d81c581c20d77af3dc523427d1123702329879d4
 
 use_bzip2       yes
 
-depends_lib     port:p5.12-crypt-cbc \
-                port:p5.12-crypt-rijndael \
-                port:p5.12-digest-sha \
-                port:p5.12-net-ipv4addr \
-                port:p5.12-net-ping-external \
-                port:p5.12-term-readkey \
-                port:p5.12-unix-syslog
+depends_lib-append      port:gnupg \
+                        port:gpgme
 
-use_configure   no
-build           {}
-
-destroot {
-    system "cd ${worksrcpath} && ${prefix}/bin/perl5.12 -w -p -i -e 's:^#!/usr/bin/perl -w$:#!${prefix}/bin/perl5.12 -w:' fwknop"
-    system "cd ${worksrcpath} && ${prefix}/bin/perl5.12 -w -p -i -e 's:^use lib ./usr/lib/fwknop.;::' fwknop"
-    xinstall -m 755 ${worksrcpath}/fwknop ${destroot}${prefix}/bin
-    xinstall -m 644 ${worksrcpath}/fwknop.8 ${destroot}${prefix}/share/man/man8
-}
+configure.args-append   --disable-server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/51858700/attachment.html>


More information about the macports-changes mailing list