diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-07-30 22:35:00 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-07-30 22:35:00 +0000 |
commit | 9b967704915e8c7f01890690b78dc8b0753b506f (patch) | |
tree | 664b579bd6e8baf507e80aaad0aebadff0aafb96 /sysutils/portsnap | |
parent | 02d68e137b4dc43034b1072c5fc6a83dd48a8b7c (diff) | |
download | FreeBSD-ports-9b967704915e8c7f01890690b78dc8b0753b506f.zip FreeBSD-ports-9b967704915e8c7f01890690b78dc8b0753b506f.tar.gz |
Upgrade to version 0.9.3.
This adds some new _experimental_ pipelined HTTP code which typically
makes portsnap 3-10 times faster at downloading updates. This
experimental code is disabled by default; to enable it, run portsnap
with the (undocumented) -x option. (e.g., "portsnap -x fetch")
I am not currently aware of any problems with this new code, but it has
had less than 24 hours of testing; I would definitely like to know if
it breaks anything.
If portsnap is run without the -x option, this version should behave
exactly the same way as the previous version.
Approved by: simon
Diffstat (limited to 'sysutils/portsnap')
-rw-r--r-- | sysutils/portsnap/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portsnap/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile index aedd540..4f20bcb 100644 --- a/sysutils/portsnap/Makefile +++ b/sysutils/portsnap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portsnap -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= sysutils net MASTER_SITES= http://www.daemonology.net/portsnap/ @@ -24,6 +24,7 @@ RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256 MAN5= portsnap.conf.5 MAN8= portsnap.8 PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \ + libexec/phttpget \ libexec/make_index portsnap/.package.this.directory PLIST_DIRS= portsnap @@ -39,6 +40,7 @@ post-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portsnap ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/make_index ${PREFIX}/libexec + ${INSTALL_PROGRAM} ${WRKSRC}/phttpget ${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/portsnap.conf.5 ${PREFIX}/man/man5/ ${INSTALL_MAN} ${WRKSRC}/portsnap.8 ${PREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/portsnap.conf \ diff --git a/sysutils/portsnap/distinfo b/sysutils/portsnap/distinfo index 56574f1..3afd5ae 100644 --- a/sysutils/portsnap/distinfo +++ b/sysutils/portsnap/distinfo @@ -1,2 +1,2 @@ -MD5 (portsnap-0.9.2.tar.gz) = 0dd5fac74b70edb615b62ff0a6ebf72b -SIZE (portsnap-0.9.2.tar.gz) = 12512 +MD5 (portsnap-0.9.3.tar.gz) = e3218a2f532dffd842a14018aefade20 +SIZE (portsnap-0.9.3.tar.gz) = 16744 |