diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2011-02-08 05:35:40 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2011-02-08 05:35:40 +0000 |
commit | 5fcfd876fac363e73d88ba6a2fe3525a6d005edd (patch) | |
tree | 7feff2c32d3fe4a1438453017fdb43379dd62d67 /sysutils/tarsnap/Makefile | |
parent | 19aa70a902210e1498fe6b147366776bc7b9d710 (diff) | |
download | ports-5fcfd876fac363e73d88ba6a2fe3525a6d005edd.tar.gz ports-5fcfd876fac363e73d88ba6a2fe3525a6d005edd.zip |
Update to version 1.0.29. This brings the addition of a utility for
re-encrypting Tarsnap data with a new set of keys.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268772
Diffstat (limited to 'sysutils/tarsnap/Makefile')
-rw-r--r-- | sysutils/tarsnap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 02bf8564c3b9..cf91eaf73112 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tarsnap -PORTVERSION= 1.0.28 +PORTVERSION= 1.0.29 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} @@ -20,7 +20,8 @@ RESTRICTED= license restricts redistribution of source and binaries GNU_CONFIGURE= yes USE_GMAKE= yes -MAN1= tarsnap.1 tarsnap-keygen.1 tarsnap-keymgmt.1 +MAN1= tarsnap.1 tarsnap-keygen.1 tarsnap-keymgmt.1 \ + tarsnap-keyregen.1 tarsnap-recrypt.1 MAN5= tarsnap.conf.5 OPTIONS= SSE2 "Use SSE2-optimized code" Off |