Changeset 14436 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2005, 5:00:59 AM (19 years ago)
Author:
toby
Message:

tclcurl 0.14.1

Location:
trunk/dports/devel/tclcurl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/tclcurl/Portfile

    r12818 r14436  
    1 # $Id: Portfile,v 1.5 2005/06/24 02:13:22 toby Exp $
     1# $Id: Portfile,v 1.6 2005/10/06 05:00:58 toby Exp $
    22
    33PortSystem 1.0
    44name             tclcurl
    5 version          0.14.0
     5version          0.14.1
    66categories       devel
    77maintainers      toby@opendarwin.org
     
    1616master_sites     ${urlbase}download/tarball/
    1717distname         TclCurl-${version}
    18 checksums        md5 0b189dd101aef4a778510da92381f15d
    19 depends_lib      path:${prefix}/bin/curl-config:curl
     18checksums        sha1 44ac77f871e4bf926fe427bd63b362e1a1348608
     19depends_lib      port:curl
    2020patchfiles       patch-configure
    21 configure.cmd    sh configure
    2221configure.args   --exec-prefix=${prefix} \
    2322                 --mandir=${prefix}/share/man \
  • trunk/dports/devel/tclcurl/files/patch-configure

    r12818 r14436  
    1 --- configure.orig      2005-06-04 01:49:53.000000000 -0400
    2 +++ configure   2005-06-04 01:49:59.000000000 -0400
    3 @@ -10523,7 +10523,7 @@
     1--- configure.orig      2005-08-30 16:13:44.000000000 -0700
     2+++ configure   2005-10-05 21:49:29.000000000 -0700
     3@@ -10526,7 +10526,7 @@
    44 
    55 echo "$as_me:$LINENO: checking if libcurl version is recent enough" >&5
     
    88+CURL_VERSION=`$curlpath/curl -V | sed '2,$d' | awk '{print $2}' | sed "s/\\.//g"`
    99 CURL_VERSION=`echo $CURL_VERSION | sed "s/-.*//g"`
    10  if test ${CURL_VERSION} -lt 7140 ; then
     10 if test ${CURL_VERSION} -lt 7141 ; then
    1111     { { echo "$as_me:$LINENO: error: libcurl version too old, please upgrade" >&5
Note: See TracChangeset for help on using the changeset viewer.