pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl Make "curl-config --vernum" work again. It w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e149a6ae73c9
branches:  trunk
changeset: 501316:e149a6ae73c9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 20 16:25:15 2005 +0000

description:
Make "curl-config --vernum" work again.  It was broken in 7.15.0.
Bump PKGREVISION.

diffstat:

 www/curl/Makefile         |   3 ++-
 www/curl/distinfo         |   3 ++-
 www/curl/patches/patch-ab |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 60d7db71ad65 -r e149a6ae73c9 www/curl/Makefile
--- a/www/curl/Makefile Thu Oct 20 15:55:01 2005 +0000
+++ b/www/curl/Makefile Thu Oct 20 16:25:15 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2005/10/15 15:37:16 reed Exp $
+# $NetBSD: Makefile,v 1.58 2005/10/20 16:25:15 minskim Exp $
 
 DISTNAME=      curl-7.15.0
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://curl.haxx.se/download/ \
                ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff -r 60d7db71ad65 -r e149a6ae73c9 www/curl/distinfo
--- a/www/curl/distinfo Thu Oct 20 15:55:01 2005 +0000
+++ b/www/curl/distinfo Thu Oct 20 16:25:15 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.39 2005/10/15 15:37:16 reed Exp $
+$NetBSD: distinfo,v 1.40 2005/10/20 16:25:15 minskim Exp $
 
 SHA1 (curl-7.15.0.tar.bz2) = 5c4d5b57e180d419a311f5fbbc104aac4d3f3a83
 RMD160 (curl-7.15.0.tar.bz2) = 181cc8bbe7422fbf3c249902baae1d9c65633683
 Size (curl-7.15.0.tar.bz2) = 1426714 bytes
 SHA1 (patch-aa) = 83b1b2ec0d9531ef85c42d5ba1b5319415168d3e
+SHA1 (patch-ab) = bc4a3b9d02dd07ec89af8745a44ee9957ad502cc
diff -r 60d7db71ad65 -r e149a6ae73c9 www/curl/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/curl/patches/patch-ab Thu Oct 20 16:25:15 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.10 2005/10/20 16:25:15 minskim Exp $
+
+--- include/curl/curlver.h.orig        2005-10-13 01:20:05.000000000 -0700
++++ include/curl/curlver.h
+@@ -51,8 +51,6 @@
+    and it is always a greater number in a more recent release. It makes
+    comparisons with greater than and less than work.
+ */
+-#define LIBCURL_VERSION_NUM ((LIBCURL_VERSION_MAJOR << 16) | \
+-                             (LIBCURL_VERSION_MINOR << 8) | \
+-                             LIBCURL_VERSION_PATCH)
++#define LIBCURL_VERSION_NUM 0x070f00
+ 
+ #endif /* __CURL_CURLVER_H */



Home | Main Index | Thread Index | Old Index