Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2005 20:25:38 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roam@FreeBSD.org
Subject:   ports/87393: Update port: ftp/curl to 7.15.0
Message-ID:  <20051013172538.GA47509@qlovarnika.bg.datamax>
Resent-Message-ID: <200510131730.j9DHUGag028119@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87393
>Category:       ports
>Synopsis:       Update port: ftp/curl to 7.15.0
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 13 17:30:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-RC1 amd64
>Organization:
DataMax
>Environment:

>Description:

Update ftp/curl from 7.14.1 to 7.15.0 and fix irritating configure
warning (although it is harmless).
Note that the new version includes security fixes.

>How-To-Repeat:

>Fix:

--- curl_7.14.1-7.15.0.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/curl/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile	5 Sep 2005 20:22:41 -0000	1.72
+++ Makefile	13 Oct 2005 17:17:43 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	curl
-PORTVERSION=	7.14.1
+PORTVERSION=	7.15.0
 CATEGORIES=	ftp ipv6 www
 MASTER_SITES=	http://curl.haxx.se/download/ \
 		${MASTER_SITE_SOURCEFORGE} \
@@ -47,6 +47,7 @@
 PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
 
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_BZIP2=	yes
 
 .if defined(WITH_GNUTLS)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ftp/curl/distinfo,v
retrieving revision 1.41
diff -u -r1.41 distinfo
--- distinfo	5 Sep 2005 18:12:41 -0000	1.41
+++ distinfo	13 Oct 2005 17:17:43 -0000
@@ -1,2 +1,2 @@
-MD5 (curl-7.14.1.tar.bz2) = 8b8723f3c0e7acfb30c5215e6cffde32
-SIZE (curl-7.14.1.tar.bz2) = 1399247
+MD5 (curl-7.15.0.tar.bz2) = e3b130320d3704af375c097606f49c01
+SIZE (curl-7.15.0.tar.bz2) = 1426714
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/ftp/curl/pkg-plist,v
retrieving revision 1.16
diff -u -r1.16 pkg-plist
--- pkg-plist	5 Sep 2005 18:12:41 -0000	1.16
+++ pkg-plist	13 Oct 2005 17:17:43 -0000
@@ -193,7 +193,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version_info.3
 %%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version_info.html
 %%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version_info.pdf
-%%PORTDOCS%%%%DOCSDIR%%/libcurl/getinfo-times
 %%PORTDOCS%%%%DOCSDIR%%/libcurl/index.html
 %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-easy.3
 %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-easy.html
--- curl_7.14.1-7.15.0.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051013172538.GA47509>