summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2012-07-07 00:34:18 +0000
committergdt <gdt>2012-07-07 00:34:18 +0000
commit787dfcce63943fe09641ed347234a4142e6a4a7c (patch)
treef3073a1c1e79a271ede22f874fa8a11d31b54489 /filesystems/tahoe-lafs/Makefile
parentaac559d82cd6e4a3c184a604ea23d5905a200a93 (diff)
downloadpkgsrc-787dfcce63943fe09641ed347234a4142e6a4a7c.tar.gz
Update to 1.9.2.
Release 1.9.2 (2012-07-03) ---------------------------- Notable Bugfixes '''''''''''''''' - Several regressions in support for reading (`#1636`_), writing/modifying (`#1670`_, `#1749`_), verifying (`#1628`_) and repairing (`#1655`_, `#1669`_, `#1676`_, `#1689`_) mutable files have been fixed. - FTP can now list directories containing mutable files, although it still does not support reading or writing mutable files. (`#680`_) - The FTP frontend would previously show Jan 1 1970 for all timestamps; now it shows the correct modification time of the directory entry. (`#1688`_) - If a node is configured to report incidents to a log gatherer, but the gatherer is offline when some incidents occur, it would previously not "catch up" with those incidents as intended. (`#1725`_) - OpenBSD 5 is now supported. (`#1584`_) - The ``count-good-share-hosts`` field of file check results is now computed correctly. (`#1115`_) Configuration/Behavior Changes '''''''''''''''''''''''''''''' - The capability of the upload directory for the drop-upload frontend is now specified in the file ``private/drop_upload_dircap`` under the gateway's node directory, rather than in its ``tahoe.cfg``. (`#1593`_)
Diffstat (limited to 'filesystems/tahoe-lafs/Makefile')
-rw-r--r--filesystems/tahoe-lafs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
index 587e27f254f..0d73992519c 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2012/05/25 11:25:56 gdt Exp $
+# $NetBSD: Makefile,v 1.13 2012/07/07 00:34:18 gdt Exp $
#
-VERSION= 1.9.1
+VERSION= 1.9.2
DISTNAME= allmydata-tahoe-${VERSION}
EGG_NAME= allmydata_tahoe-${VERSION}
PKGNAME= tahoe-lafs-${VERSION}
-PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/releases/
#for beta, add
@@ -22,6 +21,7 @@ USE_TOOLS= gmake
PKG_DESTDIR_SUPPORT= user-destdir
+# $WRKDIR/Makefile has 'python' hardcoded; this works after hand-patching
TEST_TARGET= test
# TODO