[122561] trunk/dports/irc/eggdrop/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Jul 23 19:43:20 PDT 2014


Revision: 122561
          https://trac.macports.org/changeset/122561
Author:   khindenburg at macports.org
Date:     2014-07-23 19:43:20 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
eggdrop: whitespace changes (version update coming next)

Modified Paths:
--------------
    trunk/dports/irc/eggdrop/Portfile

Modified: trunk/dports/irc/eggdrop/Portfile
===================================================================
--- trunk/dports/irc/eggdrop/Portfile	2014-07-24 02:08:00 UTC (rev 122560)
+++ trunk/dports/irc/eggdrop/Portfile	2014-07-24 02:43:20 UTC (rev 122561)
@@ -1,32 +1,32 @@
 # -*- 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		eggdrop
-version		1.6.20
-revision        1
-set branch	[join [lrange [split ${version} .] 0 1] .]
-categories	irc
-maintainers	mac.com:dre
-description	Eggdrop is the world's most popular Internet Relay Chat (IRC) bot.
-long_description	${description}
-homepage	http://www.eggheads.org
-platforms	darwin
-master_sites	ftp://ftp.eggheads.org/pub/eggdrop/source/${branch}/ freebsd
-distname        ${name}${version}
+name                    eggdrop
+version                 1.6.20
+revision                1
+set branch              [join [lrange [split ${version} .] 0 1] .]
+categories              irc
+maintainers             mac.com:dre
+description             Eggdrop is the world's most popular Internet Relay Chat (IRC) bot.
+long_description        ${description}
+homepage                http://www.eggheads.org
+platforms               darwin
+master_sites            ftp://ftp.eggheads.org/pub/eggdrop/source/${branch}/ freebsd
+distname                ${name}${version}
 
-checksums       sha1    7ebecd0955af36caa1846d0e7cd1f959f819f6b5 \
-                rmd160  567668974e971a0c8ad6674a0500b32991a95f3d
+checksums               sha1    7ebecd0955af36caa1846d0e7cd1f959f819f6b5 \
+                        rmd160  567668974e971a0c8ad6674a0500b32991a95f3d
 
-use_bzip2	yes
+use_bzip2               yes
 
-patchfiles      patch-Makefile.in-LDFLAGS.diff
+patchfiles              patch-Makefile.in-LDFLAGS.diff
 
-post-configure	{ system "cd ${worksrcpath} && make config" }
-destroot.destdir DEST=${destroot}${prefix}/share/eggdrop
+post-configure          { system "cd ${worksrcpath} && make config" }
+destroot.destdir        DEST=${destroot}${prefix}/share/eggdrop
 
-post-destroot	{
+post-destroot {
     delete ${destroot}${prefix}/share/eggdrop/eggdrop
     ln -s ../share/eggdrop/eggdrop-${version} ${destroot}${prefix}/bin/eggdrop
     move ${destroot}${prefix}/share/eggdrop/eggdrop.conf ${destroot}${prefix}/share/eggdrop/eggdrop.conf.sample
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/15de1f59/attachment.html>


More information about the macports-changes mailing list