[21886] trunk/dports/shells/bash

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 18:33:24 PST 2007


Revision: 21886
          http://trac.macosforge.org/projects/macports/changeset/21886
Author:   pipping at macports.org
Date:     2007-02-10 18:33:24 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * depend on ncurses, readline
 * move checksums-file to files directory

Modified Paths:
--------------
    trunk/dports/shells/bash/Portfile

Added Paths:
-----------
    trunk/dports/shells/bash/files/
    trunk/dports/shells/bash/files/checksums_patch

Removed Paths:
-------------
    trunk/dports/shells/bash/patch_checksums

Modified: trunk/dports/shells/bash/Portfile
===================================================================
--- trunk/dports/shells/bash/Portfile	2007-02-11 01:21:37 UTC (rev 21885)
+++ trunk/dports/shells/bash/Portfile	2007-02-11 02:33:24 UTC (rev 21886)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name        bash
 version     3.2.9
+revision    1
 distname    ${name}-3.2
 categories  shells
 maintainers yeled at macports.org
@@ -23,10 +24,11 @@
     00bfa16d58e034e3c2aa27f390390d30
 patchfiles
 
-depends_build   bin:msgfmt:gettext
-depends_lib     lib:libiconv.2:libiconv
+depends_build   port:gettext
+depends_lib     port:libiconv port:ncurses port:readline
 
-configure.env   LDFLAGS=-Wl,-search_paths_first
-configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
+configure.env   LDFLAGS="-Wl,-search_paths_first -lncurses"
+configure.args  --mandir=${prefix}/share/man --with-installed-readline \
+                --infodir=${prefix}/share/info
 
-include patch_checksums
+include checksums_patch

Added: trunk/dports/shells/bash/files/checksums_patch
===================================================================
--- trunk/dports/shells/bash/files/checksums_patch	                        (rev 0)
+++ trunk/dports/shells/bash/files/checksums_patch	2007-02-11 02:33:24 UTC (rev 21886)
@@ -0,0 +1,18 @@
+patchfiles-append      bash32-001 \
+			bash32-002 \
+			bash32-003 \
+			bash32-004 \
+			bash32-005 \
+			bash32-006 \
+			bash32-007 \
+			bash32-008 \
+			bash32-009
+checksums-append       bash32-001 md5 d8e10c754f477e3f3a581af566b89301 \
+			bash32-002 md5 d38a5288b2f0ea6c9ac76b66cc74ef7d \
+			bash32-003 md5 0b90d37911827d8cb95f3b4353cc225e \
+			bash32-004 md5 8062f3a59631f58d78b180d83759b68a \
+			bash32-005 md5 585b5943fadf0875ced243b245adde58 \
+			bash32-006 md5 1d5732e01ea938aeed42f3def131fa4d \
+			bash32-007 md5 dcd0cc5d801607827f7c851e72b0eabc \
+			bash32-008 md5 bb3c7dd11198c0ab93d0e960bebf6256 \
+			bash32-009 md5 434a6f29b0ca5f1ab784b2437ae8eaed

Deleted: trunk/dports/shells/bash/patch_checksums
===================================================================
--- trunk/dports/shells/bash/patch_checksums	2007-02-11 01:21:37 UTC (rev 21885)
+++ trunk/dports/shells/bash/patch_checksums	2007-02-11 02:33:24 UTC (rev 21886)
@@ -1,18 +0,0 @@
-patchfiles-append      bash32-001 \
-			bash32-002 \
-			bash32-003 \
-			bash32-004 \
-			bash32-005 \
-			bash32-006 \
-			bash32-007 \
-			bash32-008 \
-			bash32-009
-checksums-append       bash32-001 md5 d8e10c754f477e3f3a581af566b89301 \
-			bash32-002 md5 d38a5288b2f0ea6c9ac76b66cc74ef7d \
-			bash32-003 md5 0b90d37911827d8cb95f3b4353cc225e \
-			bash32-004 md5 8062f3a59631f58d78b180d83759b68a \
-			bash32-005 md5 585b5943fadf0875ced243b245adde58 \
-			bash32-006 md5 1d5732e01ea938aeed42f3def131fa4d \
-			bash32-007 md5 dcd0cc5d801607827f7c851e72b0eabc \
-			bash32-008 md5 bb3c7dd11198c0ab93d0e960bebf6256 \
-			bash32-009 md5 434a6f29b0ca5f1ab784b2437ae8eaed

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/97ca3164/attachment.html


More information about the macports-changes mailing list