[53897] trunk/dports/sysutils/freeradius/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 16 01:52:43 PDT 2009


Revision: 53897
          http://trac.macports.org/changeset/53897
Author:   ryandesign at macports.org
Date:     2009-07-16 01:52:41 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
freeradius: whitespace changes only

Modified Paths:
--------------
    trunk/dports/sysutils/freeradius/Portfile

Modified: trunk/dports/sysutils/freeradius/Portfile
===================================================================
--- trunk/dports/sysutils/freeradius/Portfile	2009-07-16 08:39:13 UTC (rev 53896)
+++ trunk/dports/sysutils/freeradius/Portfile	2009-07-16 08:52:41 UTC (rev 53897)
@@ -1,42 +1,49 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name             freeradius
-version          2.1.3
-categories       sysutils
-maintainers      nomaintainer
-description      Free Radius Implementation
-long_description \
-	The FreeRADIUS Server Project is an attempt to create a high-performance and highly-configurable \
-	GPLd free RADIUS server.  The server is similar to Livingston's 2.0 server. FreeRADIUS is a variant of \
-	the Cistron RADIUS server, but they don't share a lot in common any more.
-homepage         http://www.freeradius.org/
-platforms        darwin freebsd
-use_bzip2	yes
-distname	${name}-server-${version}
-master_sites     ftp://ftp.freeradius.org/pub/freeradius/ \
-		 ftp://ftp.freeradius.org/pub/radius/old
-checksums	md5 df7a23ec6303a89d014fcc43418ce5e5  \
-		sha1 752bc9ad79dec97661ebf5459fd51b708d0f9ddd  \
-		rmd160 9f697c1b0a834dc7f2b0f669df0d6b8c379ad346
+name                    freeradius
+version                 2.1.3
+categories              sysutils
+maintainers             nomaintainer
+homepage                http://www.freeradius.org/
+platforms               darwin freebsd
+use_bzip2               yes
+distname                ${name}-server-${version}
 
-depends_lib      port:openssl port:gdbm
+description             Free Radius Implementation
 
-configure.args   --with-openssl-includes=${prefix}/include/openssl \
-                 --with-openssl-libraries=${prefix}/lib \
-                 --without-rlm_krb5 \
-                 --mandir=${prefix}/share/man
+long_description        The FreeRADIUS Server Project is an attempt to create \
+                        a high-performance and highly-configurable GPLd free \
+                        RADIUS server. The server is similar to Livingston's \
+                        2.0 server. FreeRADIUS is a variant of the Cistron \
+                        RADIUS server, but they don't share a lot in common \
+                        anymore.
 
+master_sites            ftp://ftp.freeradius.org/pub/freeradius/ \
+                        ftp://ftp.freeradius.org/pub/radius/old
+
+checksums               md5     df7a23ec6303a89d014fcc43418ce5e5  \
+                        sha1    752bc9ad79dec97661ebf5459fd51b708d0f9ddd  \
+                        rmd160  9f697c1b0a834dc7f2b0f669df0d6b8c379ad346
+
+depends_lib             port:openssl \
+                        port:gdbm
+
+configure.args          --with-openssl-includes=${prefix}/include/openssl \
+                        --with-openssl-libraries=${prefix}/lib \
+                        --without-rlm_krb5 \
+                        --mandir=${prefix}/share/man
+
 configure.cflags-append -I${prefix}/include
 
-destroot.env-append	R=${destroot}
+destroot.env-append     R=${destroot}
 
 variant kerberos description { Use Kerberos } {
      depends_lib-append port:kerberos5
      configure.args-delete --without-rlm_krb5
 }
 
-livecheck.check  regex
-livecheck.url    [lindex ${master_sites} 0]
-livecheck.regex  ${name}-server-(\[0-9.\]+)\\.tar
+livecheck.check         regex
+livecheck.url           [lindex ${master_sites} 0]
+livecheck.regex         ${name}-server-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/fd41cd11/attachment.html>


More information about the macports-changes mailing list