[109596] trunk/dports/security/otrproxy/Portfile

mojca at macports.org mojca at macports.org
Sun Aug 18 03:24:57 PDT 2013


Revision: 109596
          https://trac.macports.org/changeset/109596
Author:   mojca at macports.org
Date:     2013-08-18 03:24:57 -0700 (Sun, 18 Aug 2013)
Log Message:
-----------
otrproxy: whitespace + first line + rmd160/sha256 checksums only

Modified Paths:
--------------
    trunk/dports/security/otrproxy/Portfile

Modified: trunk/dports/security/otrproxy/Portfile
===================================================================
--- trunk/dports/security/otrproxy/Portfile	2013-08-18 10:01:21 UTC (rev 109595)
+++ trunk/dports/security/otrproxy/Portfile	2013-08-18 10:24:57 UTC (rev 109596)
@@ -1,33 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name             otrproxy
-version          0.3.1
-categories       security
-maintainers      nomaintainer
-description      OTR localhost AIM proxy
-long_description \
-	This is a localhost proxy you can use with almost any \
-	AIM client in order to participate in Off-the-Record \
-	conversations. The current version is 0.1.1, which \
-	means it's nothing like ready for prime time. In \
-	particular, it's got no UI at all (well, it outputs \
-	things to stdout).
-homepage         http://www.cypherpunks.ca/otr/
-platforms        darwin
+name                otrproxy
+version             0.3.1
+categories          security
+maintainers         nomaintainer
+description         OTR localhost AIM proxy
+long_description    This is a localhost proxy you can use with almost any \
+                    AIM client in order to participate in Off-the-Record \
+                    conversations. The current version is 0.1.1, which \
+                    means it's nothing like ready for prime time. In \
+                    particular, it's got no UI at all (well, it outputs \
+                    things to stdout).
+homepage            http://www.cypherpunks.ca/otr/
+platforms           darwin
 
-master_sites     ${homepage}
-checksums        sha1 0defbc34c7135a6abf94d535898391fec4fc8f4c
+master_sites        ${homepage}
+checksums           rmd160  b8348df4af773e8823eeced494fb9d4dc93e512e \
+                    sha256  8de60f8b482169ebd40f1f128f298ecfba63b0522ebf817f4e15f433b398d451
 
-depends_build    port:libotr port:wxWidgets
+depends_build       port:libotr port:wxWidgets
 
 # wxWidgets is 32-bit only
 supported_archs i386 ppc
 
-configure.args   --with-libotr-prefix=${prefix}/lib --with-libotr-inc-prefix=${prefix}/include
+configure.args      --with-libotr-prefix=${prefix}/lib --with-libotr-inc-prefix=${prefix}/include
 
-patchfiles       patch-configure
+patchfiles          patch-configure
 
-destroot.env     INSTALLDIR=${prefix}/bin \
+destroot.env        INSTALLDIR=${prefix}/bin \
                     INSTALLMANDIR=${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130818/07a75425/attachment.html>


More information about the macports-changes mailing list