aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-12-15 02:08:30 +0800
committerroam <roam@FreeBSD.org>2001-12-15 02:08:30 +0800
commit3e114e9e7d0503a57d54e566ad42c3cff644caeb (patch)
treec1f963d887d9178e489f610f3d95c732ffa8eb46 /ftp
parent03a47b975d3fe1ac23821587284c65def6753273 (diff)
downloadfreebsd-ports-gnome-3e114e9e7d0503a57d54e566ad42c3cff644caeb.tar.gz
freebsd-ports-gnome-3e114e9e7d0503a57d54e566ad42c3cff644caeb.tar.zst
freebsd-ports-gnome-3e114e9e7d0503a57d54e566ad42c3cff644caeb.zip
Update to 7.9.2.
Add a vendor patch (from the cURL CVS repository) to make it compile. Remove the GNU make dependency. PR: 32815 Submitted by: Joseph Scott <joseph@randomnetworks.com> and naddy Apologies to: Joseph Scott and Christian Weisberger <naddy@FreeBSD.org>
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile9
-rw-r--r--ftp/curl/distinfo3
2 files changed, 8 insertions, 4 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index a8de7be0a38c..902083055684 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= curl
-PORTVERSION= 7.9.1
+PORTVERSION= 7.9.2
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
http://download.sourceforge.net/curl/ \
@@ -14,6 +14,10 @@ MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \
ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/
+PATCHFILES= curl-lib-sendf.c.patch
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= roam
+
MAINTAINER= roam@FreeBSD.org
MAN1= curl.1 curl-config.1
@@ -48,11 +52,10 @@ CONFIGURE_ARGS += --with-krb4=/usr
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
# Note: some of these tests seem to intermitently fail on my system.
# I don't know why they would do that, yet.
test: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test)
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
.include <bsd.port.mk>
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index 0de2726a0479..e63dcea1f402 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1 +1,2 @@
-MD5 (curl-7.9.1.tar.bz2) = a8ffc53706dbc2150891e42a08d9c09c
+MD5 (curl-7.9.2.tar.bz2) = a1ca37410905e79128a7ed6e48755b54
+MD5 (curl-lib-sendf.c.patch) = 1d8dc97d3aa5cb6573f382c22baa58d2