pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bittornado enable crypto connections
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa040f52b197
branches: trunk
changeset: 589915:fa040f52b197
user: plunky <plunky%pkgsrc.org@localhost>
date: Sun Jun 19 13:46:29 2011 +0000
description:
enable crypto connections
(many peers refuse to talk to me, otherwise?)
diffstat:
net/bittornado/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r fe3cbd133ae4 -r fa040f52b197 net/bittornado/Makefile
--- a/net/bittornado/Makefile Sun Jun 19 13:04:10 2011 +0000
+++ b/net/bittornado/Makefile Sun Jun 19 13:46:29 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:43 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/06/19 13:46:29 plunky Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
CONFLICTS= bittorrent-[0-9]*
@@ -13,5 +13,6 @@
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../devel/py-cursespanel/buildlink3.mk"
+.include "../../security/py-amkCrypto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index