mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to curl 7.4.1. Adds Kerberos support.
Submitted by: Peter Pentchev <roam@orbitel.bg>
This commit is contained in:
parent
3a2ccdfafe
commit
a33d198437
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34436
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.2.1
|
||||
PORTVERSION= 7.4.1
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://curl.haxx.nu/stuff/ \
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
http://download.sourceforge.net/curl/ \
|
||||
ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \
|
||||
ftp://ftp.win.or.jp/pub/network/www/misc/ \
|
||||
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
||||
@ -18,7 +19,7 @@ MASTER_SITES= http://curl.haxx.nu/stuff/ \
|
||||
MAINTAINER= kris@FreeBSD.org
|
||||
|
||||
MAN1= curl.1
|
||||
MAN3= curl_easy_cleanup.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_formparse.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3
|
||||
MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_formparse.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
SHLIB_VER= 0
|
||||
@ -28,12 +29,16 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
USE_OPENSSL= YES
|
||||
CONFIGURE_ENV+= CPPFLAGS='-I${OPENSSLINC} -I${OPENSSLINC}/openssl' \
|
||||
LDFLAGS='-L${OPENSSLLIB}'
|
||||
.endif
|
||||
|
||||
.if exists(/usr/lib/libkrb.a) && defined(WITH_KERBEROS4)
|
||||
CONFIGURE_ARGS += --with-krb4=/usr
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILES= Makefile src/Makefile
|
||||
|
||||
post-configure:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (curl-7.2.1.tar.gz) = f74497cf49e1f61bb1f07e9353606f38
|
||||
MD5 (curl-7.4.1.tar.bz2) = 73e25e5d2b9f9da6713f1686bc52b1cf
|
||||
|
8
ftp/curl/files/patch-ab
Normal file
8
ftp/curl/files/patch-ab
Normal file
@ -0,0 +1,8 @@
|
||||
--- ./curl.spec Mon Oct 9 14:31:37 2000
|
||||
+++ ./curl.spec Mon Oct 16 16:49:03 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-%define ver 7.4-pre4
|
||||
+%define ver 7.4.1
|
||||
%define rel 1
|
||||
%define prefix /usr
|
||||
|
26
ftp/curl/files/patch-ac
Normal file
26
ftp/curl/files/patch-ac
Normal file
@ -0,0 +1,26 @@
|
||||
--- ./curl-ssl.spec Mon Oct 9 14:31:37 2000
|
||||
+++ ./curl-ssl.spec Mon Oct 16 16:48:22 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-%define ver 7.4-pre4
|
||||
+%define ver 7.4.1
|
||||
%define rel 1
|
||||
%define prefix /usr
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
%prep
|
||||
-%setup -n curl-7.4-pre4
|
||||
+%setup -n curl-7.4.1
|
||||
|
||||
|
||||
%build
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
%clean
|
||||
-(cd ..; rm -rf curl-7.4-pre4 ${RPM_BUILD_ROOT})
|
||||
+(cd ..; rm -rf curl-7.4.1 ${RPM_BUILD_ROOT})
|
||||
|
||||
|
||||
%files -f file-lists
|
Loading…
Reference in New Issue
Block a user