[134866] trunk/dports/devel/osslsigncode/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 9 03:27:30 PDT 2015


Revision: 134866
          https://trac.macports.org/changeset/134866
Author:   ryandesign at macports.org
Date:     2015-04-09 03:27:30 -0700 (Thu, 09 Apr 2015)
Log Message:
-----------
osslsigncode: adjust whitespace to conform to modeline (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/devel/osslsigncode/Portfile

Modified: trunk/dports/devel/osslsigncode/Portfile
===================================================================
--- trunk/dports/devel/osslsigncode/Portfile	2015-04-09 09:02:26 UTC (rev 134865)
+++ trunk/dports/devel/osslsigncode/Portfile	2015-04-09 10:27:30 UTC (rev 134866)
@@ -1,36 +1,38 @@
 # -*- 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			osslsigncode
-version			1.7.1
-revision        1
-categories		devel security
-maintainers		nomaintainer
-license			GPL-3
-description		OpenSSL-based signcode utility
-long_description \
-	Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), \
-	CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping \
-	(Authenticode and RFC3161).
+name                osslsigncode
+version             1.7.1
+revision            1
+categories          devel security
+maintainers         nomaintainer
+license             GPL-3
 
-homepage		http://osslsigncode.sourceforge.net/
-platforms		darwin
-master_sites	sourceforge
+description         OpenSSL-based signcode utility
 
-use_bzip2		no
+long_description    Platform-independent tool for Authenticode signing of \
+                    PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL \
+                    and libcurl. It also supports timestamping (Authenticode \
+                    and RFC3161).
 
-checksums		md5		ac5655b9281b692423ecb2e9185f09d7 \
-				sha1	42f847bf4753f3435c746f5be12de37e6b1a57b1
+homepage            http://osslsigncode.sourceforge.net/
+platforms           darwin
+master_sites        sourceforge
 
-configure.args	--with-curl         \
-				--without-gsf
+use_bzip2           no
 
-depends_lib		port:curl	\
-				port:openssl
+checksums           md5     ac5655b9281b692423ecb2e9185f09d7 \
+                    sha1    42f847bf4753f3435c746f5be12de37e6b1a57b1
 
-test.run		yes
-test.target		check
+configure.args      --with-curl \
+                    --without-gsf
 
-livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
+depends_lib         port:curl \
+                    port:openssl
+
+test.run            yes
+test.target         check
+
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150409/38a31436/attachment.html>


More information about the macports-changes mailing list