[25921] trunk/dports/shells/fish/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jun 6 01:24:22 PDT 2007
Revision: 25921
http://trac.macosforge.org/projects/macports/changeset/25921
Author: eridius at macports.org
Date: 2007-06-06 01:24:21 -0700 (Wed, 06 Jun 2007)
Log Message:
-----------
Take over maintainership of fish, for the hell of it.
Fix whitespace to be soft tabs.
Add livecheck
Modified Paths:
--------------
trunk/dports/shells/fish/Portfile
Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile 2007-06-06 07:31:01 UTC (rev 25920)
+++ trunk/dports/shells/fish/Portfile 2007-06-06 08:24:21 UTC (rev 25921)
@@ -2,25 +2,28 @@
PortSystem 1.0
-name fish
-version 1.22.3
-categories shells
-platforms darwin
-maintainers nomaintainer at macports.org
-description user friendly command line shell for UNIX-like operating systems
-long_description fish is a user friendly command line shell for UNIX-like \
- operating systems like Darwin.
+name fish
+version 1.22.3
+categories shells
+platforms darwin
+maintainers eridius at macports.org
+description user friendly command line shell for UNIX-like operating systems
+long_description fish is a user friendly command line shell for UNIX-like \
+ operating systems like Darwin.
-homepage http://www.fishshell.org/
-master_sites http://www.fishshell.org/files/${version}/
-checksums md5 016a5944861ea48e363521c240834415
-use_bzip2 yes
+homepage http://www.fishshell.org/
+master_sites http://www.fishshell.org/files/${version}/
+checksums md5 016a5944861ea48e363521c240834415
+use_bzip2 yes
-depends_build bin:doxygen:doxygen
-depends_lib lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext
+livecheck.check regex
+livecheck.regex fish-(.*?).tar.bz2
-configure.args --mandir=${prefix}/share/man
+depends_build bin:doxygen:doxygen
+depends_lib lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext
+configure.args --mandir=${prefix}/share/man
+
platform darwin 8 {
# there's something wonky about the libiconv headers installed by
# macports that prevents autoconf from detecting libiconv, so i
@@ -28,11 +31,11 @@
# <http://permalink.gmane.org/gmane.comp.shells.fish.user/1217>
# for details.
pre-configure {
- reinplace "s|AC_SEARCH_LIBS( iconv_open|#AC_SEARCH_LIBS( iconv_open|g" "${worksrcpath}/configure.ac"
+ reinplace "s|AC_SEARCH_LIBS( iconv_open|#AC_SEARCH_LIBS( iconv_open|g" "${worksrcpath}/configure.ac"
}
post-configure {
- reinplace "s|LDFLAGS= |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
+ reinplace "s|LDFLAGS= |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
}
- configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+ configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070606/bb623f52/attachment.html
More information about the macports-changes
mailing list