summaryrefslogtreecommitdiff
path: root/ports-mgmt/portsnap
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2005-07-30 22:35:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2005-07-30 22:35:00 +0000
commit3fcb5d8efe717c542562364a9fbe34a7e78c3f17 (patch)
tree584226504658df78ec40c51eb10cb56302d3f021 /ports-mgmt/portsnap
parentDocument that ekg -- insecure temporary file creation was fixed in (diff)
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
Notes
Notes: svn path=/head/; revision=140507
Diffstat (limited to 'ports-mgmt/portsnap')
-rw-r--r--ports-mgmt/portsnap/Makefile4
-rw-r--r--ports-mgmt/portsnap/distinfo4
2 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile
index aedd5408edf0..4f20bcbaa52c 100644
--- a/ports-mgmt/portsnap/Makefile
+++ b/ports-mgmt/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/ports-mgmt/portsnap/distinfo b/ports-mgmt/portsnap/distinfo
index 56574f14e4ce..3afd5aeb4fab 100644
--- a/ports-mgmt/portsnap/distinfo
+++ b/ports-mgmt/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