[38568] trunk/dports/irc/silc-client/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 25 01:55:20 PDT 2008


Revision: 38568
          http://trac.macosforge.org/projects/macports/changeset/38568
Author:   ryandesign at macports.org
Date:     2008-07-25 01:55:20 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
silc-client: whitespace changes only

Modified Paths:
--------------
    trunk/dports/irc/silc-client/Portfile

Modified: trunk/dports/irc/silc-client/Portfile
===================================================================
--- trunk/dports/irc/silc-client/Portfile	2008-07-25 08:46:05 UTC (rev 38567)
+++ trunk/dports/irc/silc-client/Portfile	2008-07-25 08:55:20 UTC (rev 38568)
@@ -1,40 +1,41 @@
 # $Id$
 
-PortSystem 1.0
-name		silc-client	
-version		1.1.4
-categories	irc	
-description	client for the silc-network.
-long_description	silc-client is a client for the SILC (Secure Internet \
-			Live Conferencing) protocol. SILC provides secure \
-			conferencing services in the Internet over insecure channel. 
-homepage	http://silcnet.org/
-platforms	darwin
-maintainers	nomaintainer
-master_sites	${homepage}download/client/sources/
-checksums	md5 03e9ef2eb4ce6267bf791c450b929fb7 \
-		sha1 043fd02ffc0bb420d411c4ca14ad307b48beaa06 \
-		rmd160 519ba59912da4bb514330ca8e87979844f957ad0
-use_bzip2	yes
+PortSystem              1.0
 
-patchfiles	patch-perl-common.h.diff \
-		patch-module.h.diff
+name                    silc-client
+version                 1.1.4
+categories              irc
+description             client for the silc-network.
+long_description        silc-client is a client for the SILC (Secure Internet \
+                        Live Conferencing) protocol. SILC provides secure \
+                        conferencing services in the Internet over insecure channel.
+homepage                http://silcnet.org/
+platforms               darwin
+maintainers             nomaintainer
+master_sites            ${homepage}download/client/sources/
+checksums               md5     03e9ef2eb4ce6267bf791c450b929fb7 \
+                        sha1    043fd02ffc0bb420d411c4ca14ad307b48beaa06 \
+                        rmd160  519ba59912da4bb514330ca8e87979844f957ad0
+use_bzip2               yes
 
-depends_lib	lib:libglib.1:glib1
-depends_run	bin:perl:perl5.8
-configure.args	--without-silcd \
-		--with-docdir=${prefix}/share/${name} \
-		--with-helpdir=${prefix}/share/${name} \
-		--with-simdir=${prefix}/share/${name} \
-		--with-logsdir=${prefix}/var/log/${name} \
-		--disable-asm
+patchfiles              patch-perl-common.h.diff \
+                        patch-module.h.diff
 
+depends_lib             lib:libglib.1:glib1
+depends_run             bin:perl:perl5.8
+configure.args          --without-silcd \
+                        --with-docdir=${prefix}/share/${name} \
+                        --with-helpdir=${prefix}/share/${name} \
+                        --with-simdir=${prefix}/share/${name} \
+                        --with-logsdir=${prefix}/var/log/${name} \
+                        --disable-asm
+
 post-destroot {
     file delete ${destroot}${prefix}/lib/perl5/5.8.8/darwin-2level/perllocal.pod
 }
 
-universal_variant	no
+universal_variant       no
 
-livecheck.check		regex
-livecheck.url		${homepage}
-livecheck.regex		{${name}-([0-9.]+)\.tar}
+livecheck.check         regex
+livecheck.url           ${homepage}
+livecheck.regex         {${name}-([0-9.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/7c952df6/attachment.html 


More information about the macports-changes mailing list