Index: head/sysutils/zogftw/Makefile =================================================================== --- head/sysutils/zogftw/Makefile (revision 403323) +++ head/sysutils/zogftw/Makefile (revision 403324) @@ -1,42 +1,42 @@ # Created by: Fabian Keil # $FreeBSD$ PORTNAME= zogftw -PORTVERSION= 0.0.2014.12.12 +PORTVERSION= 0.0.2015.11.21 CATEGORIES= sysutils -MASTER_SITES= http://www.fabiankeil.de/sourcecode/zogftw/ -DISTNAME= ${PORTNAME}-2014-12-12-71f792b +MASTER_SITES= https://www.fabiankeil.de/sourcecode/zogftw/ +DISTNAME= ${PORTNAME}-2015-11-21-0a21288 MAINTAINER= fk@fabiankeil.de COMMENT= Creates redundant backups on encrypted ZFS pools RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mbuffer \ sudo:${PORTSDIR}/security/sudo OPTIONS_DEFINE= EXECUTE_TESTS GNUPG OPTIONS_DEFAULT= GNUPG EXECUTE_TESTS_DESC= Execute tests before staging. Adds build dependencies. PLIST_FILES= sbin/zogftw \ man/man8/zogftw.8.gz NO_BUILD= yes PORTSCOUT= ignore:1 GNUPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg EXECUTE_TESTS_BUILD_DEPENDS= atf-sh:${PORTSDIR}/devel/atf \ kyua:${PORTSDIR}/devel/kyua .include execute-tests: extract .if ${PORT_OPTIONS:MEXECUTE_TESTS} ${SETENV} HOME=${WRKDIR} kyua test --kyuafile ${WRKSRC}/tests/Kyuafile .endif do-install: execute-tests ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${STAGEDIR}${PREFIX}/sbin/zogftw ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Index: head/sysutils/zogftw/distinfo =================================================================== --- head/sysutils/zogftw/distinfo (revision 403323) +++ head/sysutils/zogftw/distinfo (revision 403324) @@ -1,2 +1,2 @@ -SHA256 (zogftw-2014-12-12-71f792b.tar.gz) = e9cf09e432857c23e88a5bf3e151d8474b20d6de87418058eda86832e1642f3f -SIZE (zogftw-2014-12-12-71f792b.tar.gz) = 38542 +SHA256 (zogftw-2015-11-21-0a21288.tar.gz) = 79a3a32fd261575ff20193988056150ec9e1fd27c5a8462fa7aa7ed08dc54041 +SIZE (zogftw-2015-11-21-0a21288.tar.gz) = 42068 Index: head/sysutils/zogftw/pkg-descr =================================================================== --- head/sysutils/zogftw/pkg-descr (revision 403323) +++ head/sysutils/zogftw/pkg-descr (revision 403324) @@ -1,14 +1,14 @@ zogftw makes using multiple geli-encrypted single-vdev ZFS pools for backups more convenient, mainly by automating creation, import and export of such pools and by synchronizing datasets without the user having to manually specify the names of the snapshots that should be sent. geli passphrases can be stored gpg-encrypted which allows importing several pools in a row without having to specify each passphrase manually. zogftw is extendable in shell. It can be sourced from other shell scripts or interactive shells. -WWW: http://www.fabiankeil.de/gehacktes/zogftw/ +WWW: https://www.fabiankeil.de/gehacktes/zogftw/