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

larryv at macports.org larryv at macports.org
Fri Oct 31 18:26:51 PDT 2014


Revision: 127674
          https://trac.macports.org/changeset/127674
Author:   larryv at macports.org
Date:     2014-10-31 18:26:51 -0700 (Fri, 31 Oct 2014)
Log Message:
-----------
gdbm: Rearrange and reformat

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

Modified: trunk/dports/databases/gdbm/Portfile
===================================================================
--- trunk/dports/databases/gdbm/Portfile	2014-11-01 01:16:19 UTC (rev 127673)
+++ trunk/dports/databases/gdbm/Portfile	2014-11-01 01:26:51 UTC (rev 127674)
@@ -6,33 +6,33 @@
 name                gdbm
 version             1.11
 categories          databases
+platforms           darwin
 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.
+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
+
+depends_lib         port:gettext
+
 master_sites        gnu
-
 checksums           rmd160  f3d38a31ed509fdbfe52674e55585c2e570938c5 \
                     sha256  8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3
 
-depends_lib         port:gettext
+post-patch {
+    reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile.in
+}
 
 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
-}
-
 post-install {
     # gdbm @1.8.3_1 installed files outside the destroot; remove them if found
     foreach file {share/info/gdbm.info share/man/man3/gdbm.3} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141031/9aaa6209/attachment.html>


More information about the macports-changes mailing list