[85279] trunk/dports/security/botan/Portfile

mww at macports.org mww at macports.org
Wed Oct 12 01:17:30 PDT 2011


Revision: 85279
          http://trac.macports.org/changeset/85279
Author:   mww at macports.org
Date:     2011-10-12 01:17:29 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
botan: whitespace changes only

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

Modified: trunk/dports/security/botan/Portfile
===================================================================
--- trunk/dports/security/botan/Portfile	2011-10-12 08:15:01 UTC (rev 85278)
+++ trunk/dports/security/botan/Portfile	2011-10-12 08:17:29 UTC (rev 85279)
@@ -2,37 +2,37 @@
 
 PortSystem 1.0
 
-name			botan
-version			1.8.13
-revision                1
-categories		security devel
-platforms		darwin
-maintainers		mww
-description		cryptographic algorithms and formats library in C++
-long_description	Botan is a C++ library implementing a variety of \
-				cryptographic algorithms and formats. At this time, it is \
-				quite stable, and is suitable for use in a wide variety of \
-				programs.
+name                botan
+version             1.8.13
+revision            1
+categories          security devel
+platforms           darwin
+maintainers         mww
+description         cryptographic algorithms and formats library in C++
+long_description    Botan is a C++ library implementing a variety of \
+                    cryptographic algorithms and formats. At this time, it is \
+                    quite stable, and is suitable for use in a wide variety of \
+                    programs.
 
-homepage		http://botan.randombit.net/
-master_sites	http://files.randombit.net/botan/
-distfiles		Botan-${version}.tbz
-worksrcdir      Botan-${version}
+homepage            http://botan.randombit.net/
+master_sites        http://files.randombit.net/botan/
+distfiles           Botan-${version}.tbz
+worksrcdir          Botan-${version}
 checksums           md5     26674282f146d187ba98c09a137368f5 \
                     sha1    66cda9e05001e4a298cbb0095b9a3f6d11c4ef53 \
                     rmd160  31ef4ee2114e6edf298b643ea5bbf5b022ca3ae1
-use_bzip2		yes
+use_bzip2           yes
 
-depends_lib     port:openssl port:zlib port:bzip2
+depends_lib         port:openssl port:zlib port:bzip2
 
-worksrcdir	Botan-${version}
+worksrcdir          Botan-${version}
 
-configure.cmd	./configure.py
-configure.args	--docdir=share/doc --cc=gcc --with-openssl --with-zlib --with-bzip2
+configure.cmd       ./configure.py
+configure.args      --docdir=share/doc --cc=gcc --with-openssl --with-zlib --with-bzip2
 
-destroot.destdir DESTDIR=${destroot}${prefix}
+destroot.destdir    DESTDIR=${destroot}${prefix}
 
-platform darwin   { configure.args-append --os=darwin }
+platform darwin { configure.args-append --os=darwin }
 
 if {[info exists build_arch] && ${os.platform} == "darwin"} {
     if {(${build_arch} == "i386")} {
@@ -52,7 +52,7 @@
     build.args CXX="${configure.cxx}"
 }
 
-universal_variant no
+universal_variant   no
 
-livecheck.regex "(?i)<title>botan (1.8.*)</title>"
+livecheck.regex     "(?i)<title>botan (1.8.*)</title>"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111012/5f6848df/attachment-0001.html>


More information about the macports-changes mailing list