diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-20 21:59:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-11-20 21:59:19 +0000 |
commit | c9a5b09b14090a1b2743dfe44c8386e9494301fc (patch) | |
tree | b67442374df78fe6e16e87e0fbc378cdc8e5807e /sysutils/duply | |
parent | 89fe94f66ef4942967605e5097f599152a762709 (diff) | |
download | ports-c9a5b09b14090a1b2743dfe44c8386e9494301fc.tar.gz ports-c9a5b09b14090a1b2743dfe44c8386e9494301fc.zip |
- Update to 1.5.4
- Honor PREFIX
Changes:
1.5.4:
- as of 1.5.3 already, new ARCH_DIR config option
- multiple key support
- ftplicity-Feature Requests-2994929: separate encryption and signing key
- key signing of symmetric encryption possible (duplicity patch committed)
- gpg tests disable switch
- gpg tests now previewable and more intelligent
1.5.3: (1.11.2010)
- bugfix 3056628: improve busybox compatibility, grep did not have -m param
- bugfix 2995408: allow empty password for PGP key
- bugfix 2996459: Duply erroneously escapes '-' symbol in username
- url_encode function is now pythonized
- rsync uses FTP_PASSWORD now if duplicity 0.6.10+ , else issue warning
- feature 3059262: Make pre and post aware of parameters,
internal parameters + CMD of pre or post
PR: ports/152391
Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
Approved by: Michael Ranner <michael@ranner.eu> (maintainer)
Notes
Notes:
svn path=/head/; revision=264851
Diffstat (limited to 'sysutils/duply')
-rw-r--r-- | sysutils/duply/Makefile | 9 | ||||
-rw-r--r-- | sysutils/duply/distinfo | 5 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/duply/Makefile b/sysutils/duply/Makefile index 72ade25d88b4..497ccf074701 100644 --- a/sysutils/duply/Makefile +++ b/sysutils/duply/Makefile @@ -6,7 +6,7 @@ # PORTNAME= duply -PORTVERSION= 1.5.2.3 +PORTVERSION= 1.5.4 CATEGORIES= sysutils MASTER_SITES= SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= michael@ranner.eu COMMENT= Shell front end for the duplicity backup tool -RUN_DEPENDS= duplicity:${PORTSDIR}/sysutils/duplicity +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ + duplicity:${PORTSDIR}/sysutils/duplicity LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/gpl.txt @@ -26,11 +27,11 @@ PLIST_FILES= bin/duply post-patch: @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \ - -e "s,/etc/duply,${LOCALBASE}/etc/duply,g" \ + -e "s,/etc/duply,${PREFIX}/etc/duply,g" \ ${WRKSRC}/duply do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/duply ${LOCALBASE}/bin/duply + @${INSTALL_SCRIPT} ${WRKSRC}/duply ${PREFIX}/bin/duply .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ . for i in ${PORTDOCS} diff --git a/sysutils/duply/distinfo b/sysutils/duply/distinfo index 088b0c96f032..d5db62063117 100644 --- a/sysutils/duply/distinfo +++ b/sysutils/duply/distinfo @@ -1,3 +1,2 @@ -MD5 (duply_1.5.2.3.tgz) = 7bb3af2219ba6c4dfe06856fbecbef8f -SHA256 (duply_1.5.2.3.tgz) = c671fdc6c9f74fb31910a2c755414d83fc3afe1f83212bca541048b8d1b4a536 -SIZE (duply_1.5.2.3.tgz) = 24729 +SHA256 (duply_1.5.4.tgz) = 3fd2027f117917c4720fbebd790dfb2d826b52b87b2049e8b41d752c12b69fef +SIZE (duply_1.5.4.tgz) = 27760 |