[31046] trunk/dports/devel/dlcompat/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 14 14:30:55 PST 2007


Revision: 31046
          http://trac.macosforge.org/projects/macports/changeset/31046
Author:   nox at macports.org
Date:     2007-11-14 14:30:54 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
dlcompat: Whitespace changes.

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

Modified: trunk/dports/devel/dlcompat/Portfile
===================================================================
--- trunk/dports/devel/dlcompat/Portfile	2007-11-14 22:27:14 UTC (rev 31045)
+++ trunk/dports/devel/dlcompat/Portfile	2007-11-14 22:30:54 UTC (rev 31046)
@@ -1,19 +1,27 @@
 # $Id$
 
-PortSystem 1.0
-name		dlcompat
-version		20030629
-categories	devel
-maintainers	nomaintainer
-description	dlopen(3) compatibility library for Mac OS X / Darwin
-long_description	dlcompat provides the dlopen() interface for dynamic \
-			loading of modules for applications that need it.
-homepage	http://www.opendarwin.org/projects/dlcompat/
-platforms	darwin
-master_sites	http://www.opendarwin.org/~mww/files sourceforge:fink
-checksums	md5 a2894f76f1d277659af25a07548fb01c
-configure.args	--mandir=${prefix}/share/man
+PortSystem      1.0
 
+name            dlcompat
+version         20030629
+categories      devel
+platforms       darwin
+maintainers     nomaintainer
+description     dlopen(3) compatibility library for Mac OS X / Darwin
+
+long_description \
+    dlcompat provides the dlopen() interface for dynamic \
+    loading of modules for applications that need it.
+
+homepage        http://www.opendarwin.org/projects/dlcompat/
+master_sites    http://www.opendarwin.org/~mww/files \
+                sourceforge:fink
+
+checksums       md5 a2894f76f1d277659af25a07548fb01c
+
+configure.args  --mandir=${prefix}/share/man
+
 platform darwin 8 {
-	patchfiles patch-dlfcn.c
+    patchfiles patch-dlfcn.c
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071114/0be41421/attachment.html


More information about the macports-changes mailing list