Changeset 2139 for trunk/dports


Ignore:
Timestamp:
Mar 3, 2003, 11:50:59 PM (21 years ago)
Author:
mij
Message:

Update to version 2.0.1.

Location:
trunk/dports/irc/xchat2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/irc/xchat2/Portfile

    r2125 r2139  
    1 # $Id: Portfile,v 1.8 2003/03/03 06:55:21 mij Exp $
     1# $Id: Portfile,v 1.9 2003/03/03 23:50:59 mij Exp $
    22
    33PortSystem 1.0
    44name            xchat2
    5 version         2.0.0
     5version         2.0.1
    66categories      irc
    77maintainers     mij@opendarwin.org
     
    1616
    1717distname        xchat-${portversion}
    18 checksums       md5 4751c5ccb398060c12835dd37768d8d8
     18checksums       md5 d0fcc1137e704c2fe9417799e3e6e49c
    1919
    2020use_bzip2       yes
  • trunk/dports/irc/xchat2/files/patch-configure

    r2021 r2139  
    1 --- configure.orig      Wed Feb 12 02:40:14 2003
    2 +++ configure   Wed Feb 12 02:40:44 2003
    3 @@ -12350,7 +12350,7 @@
     1--- configure.orig      Mon Mar  3 14:44:47 2003
     2+++ configure   Mon Mar  3 14:47:16 2003
     3@@ -12342,7 +12342,7 @@
    44                         PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
    55                         PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
     
    1010                                 echo "$as_me:$LINENO: result: ok" >&5
    1111 echo "${ECHO_T}ok" >&6
    12 @@ -12942,7 +12942,7 @@
    13                 RDYNAMIC_FLAGS="`$pkgconfigpath gmodule-2.0 --libs | $sedpath 's/ -lgmodule-2.0//'`"
     12@@ -12934,7 +12934,7 @@
    1413                LIBS="$LIBS $RDYNAMIC_FLAGS"
    15                 if test "x$GCC" = "xyes"; then
     14                VS="`ld --help | grep version-script 2> /dev/null`"
     15                if test "$VS" != ""; then
    1616-                       GUI_LIBS="$GUI_LIBS -Wl,--version-script,\$(srcdir)/../version-script"
    1717+                       GUI_LIBS="$GUI_LIBS"
Note: See TracChangeset for help on using the changeset viewer.