aboutsummaryrefslogtreecommitdiff
path: root/sysutils/duplicity
diff options
context:
space:
mode:
authorJase Thew <jase@FreeBSD.org>2013-11-03 16:54:55 +0000
committerJase Thew <jase@FreeBSD.org>2013-11-03 16:54:55 +0000
commit245e1142edc49f8b05bc74c48e5e0a371e7b7958 (patch)
tree439ff1594cac283dd2f6477697f0c87944f16bd2 /sysutils/duplicity
parent7070b5217ef0165465fd01a72f28277528b9e332 (diff)
downloadports-245e1142edc49f8b05bc74c48e5e0a371e7b7958.tar.gz
ports-245e1142edc49f8b05bc74c48e5e0a371e7b7958.zip
Notes
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r--sysutils/duplicity/Makefile6
-rw-r--r--sysutils/duplicity/files/patch-setup.py12
2 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index 22be4c7466dc..727ed9dccc9f 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -9,14 +9,14 @@ MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download
MAINTAINER= jase@FreeBSD.org
COMMENT= Backup tool that uses librsync and GnuPG
-LIB_DEPENDS= librsync.so:${PORTSDIR}/net/librsync
+LIB_DEPENDS= rsync:${PORTSDIR}/net/librsync
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
FETCH_ARGS= -pRr
CONFLICTS= duplicity-0.5.* duplicity-devel-[0-9]*
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
USE_LDCONFIG= yes
@@ -32,7 +32,7 @@ SSH_DESC= Install SSH/SCP/SFTP backend
U1_DESC= Install Ubuntu One backend
NO_STAGE= yes
-.include <bsd.port.options.mk>
+.include "bsd.port.options.mk"
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
diff --git a/sysutils/duplicity/files/patch-setup.py b/sysutils/duplicity/files/patch-setup.py
index d128a8724631..3a86163122d2 100644
--- a/sysutils/duplicity/files/patch-setup.py
+++ b/sysutils/duplicity/files/patch-setup.py
@@ -1,12 +1,6 @@
---- setup.py.orig 2013-08-22 15:30:09.000000000 +0200
-+++ setup.py 2013-10-06 19:43:39.000000000 +0200
-@@ -26,11 +26,15 @@
- version_string = "0.6.22"
-
- if sys.version_info[:2] < (2,4):
-- print "Sorry, duplicity requires version 2.4 or later of python"
-+ print("Sorry, duplicity requires version 2.4 or later of python")
- sys.exit(1)
+--- setup.py.orig 2011-11-25 23:58:57.147597966 +0000
++++ setup.py 2011-11-26 00:00:43.169721395 +0000
+@@ -31,6 +31,10 @@
incdir_list = libdir_list = None