[95239] trunk/dports/databases/gdbm/Portfile

cal at macports.org cal at macports.org
Sat Jul 7 07:44:43 PDT 2012


Revision: 95239
          https://trac.macports.org/changeset/95239
Author:   cal at macports.org
Date:     2012-07-07 07:44:43 -0700 (Sat, 07 Jul 2012)
Log Message:
-----------
gdbm: whitespace only

Modified Paths:
--------------
    trunk/dports/databases/gdbm/Portfile

Modified: trunk/dports/databases/gdbm/Portfile
===================================================================
--- trunk/dports/databases/gdbm/Portfile	2012-07-07 14:42:44 UTC (rev 95238)
+++ trunk/dports/databases/gdbm/Portfile	2012-07-07 14:44:43 UTC (rev 95239)
@@ -1,36 +1,37 @@
 # -*- 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		gdbm
-version 	1.10
-revision	2
-categories	databases
-license 	GPL-3+
-maintainers	nomaintainer
-description	The GNU database manager
-long_description	\
-	The GNU `dbm' is a library of database functions that \
-	use extendible hashing and works similar to the standard \
-	UNIX `dbm' functions. \
-	These routines are provided to a programmer needing to \
-	create and manipulate a hashed database.
-homepage	http://www.gnu.org/software/gdbm/gdbm.html
-platforms	darwin
-master_sites	gnu
+name                gdbm
+version             1.10
+revision            2
+categories          databases
+license             GPL-3+
+maintainers         nomaintainer
+description         The GNU database manager
+long_description    \
+        The GNU `dbm' is a library of database functions that \
+        use extendible hashing and works similar to the standard \
+        UNIX `dbm' functions. \
+        These routines are provided to a programmer needing to \
+        create and manipulate a hashed database.
+homepage            http://www.gnu.org/software/gdbm/gdbm.html
+platforms           darwin
+master_sites        gnu
 
 checksums           rmd160  32207388952acc2e9123fd1fd1f8880031cfb8d6 \
                     sha256  23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441
 
 depends_lib         port:gettext
 
-configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
-configure.ldflags-append '-Wl,-headerpad_max_install_names'
-configure.ccache no
+configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info
+configure.ldflags-append \
+                    -Wl,-headerpad_max_install_names
+configure.ccache    no
 
 post-patch {
-	reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile.in
+    reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile.in
 }
 
 post-install {
@@ -46,7 +47,7 @@
 }
 
 variant compat description {Install dbm/ndbm compatibility files} {
-	configure.args-append --enable-libgdbm-compat
+    configure.args-append --enable-libgdbm-compat
 }
 
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/3a433033/attachment.html>


More information about the macports-changes mailing list