summaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-11-05 10:05:57 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-11-05 10:05:57 +0000
commit4e033dff3b6ccf108a530d1b835f5b1b0dccc445 (patch)
tree81747428d0ef2c0a000999094acd1ec5953e9388 /ftp/curl
parentUpdate to 1.0.3 (diff)
Update to 7.9.1, add a 'test' target to run the curl suite tests.
Note: some of those seem to intermitently fail on my system, no idea why. Nuke the commented-out USE_AUTOMAKE and a no-longer-needed post-configure substitution in some Makefiles.
Notes
Notes: svn path=/head/; revision=49593
Diffstat (limited to '')
-rw-r--r--ftp/curl/Makefile17
-rw-r--r--ftp/curl/distinfo2
2 files changed, 6 insertions, 13 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 839609bdef3b..a8de7be0a38c 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= curl
-PORTVERSION= 7.9
+PORTVERSION= 7.9.1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
http://download.sourceforge.net/curl/ \
@@ -47,19 +47,12 @@ CONFIGURE_ARGS += --with-krb4=/usr
.endif
GNU_CONFIGURE= yes
-# Disable this for the present - curl breaks with automake 1.4 :(
-# (and besides, the pregenerated configure script will DTRT anyway)
-# USE_AUTOMAKE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-MAKEFILES= Makefile src/Makefile
-post-configure:
-
-.for x in ${MAKEFILES}
- @ ${MV} ${WRKSRC}/${x} ${WRKSRC}/${x}.pre_sed
- @ ${SED} -e 's#@SHELL@#${SH}#' \
- ${WRKSRC}/${x}.pre_sed > ${WRKSRC}/${x}
-.endfor
+# 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)
.include <bsd.port.mk>
diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo
index a3772e3cdaa3..0de2726a0479 100644
--- a/ftp/curl/distinfo
+++ b/ftp/curl/distinfo
@@ -1 +1 @@
-MD5 (curl-7.9.tar.bz2) = 54a881c7995c148862845e1056f5d9c0
+MD5 (curl-7.9.1.tar.bz2) = a8ffc53706dbc2150891e42a08d9c09c