--- deskutils/note/Makefile (revision 466536) +++ deskutils/note/Makefile (working copy) @@ -1,20 +1,38 @@ # $FreeBSD$ PORTNAME= note -PORTVERSION= 1.3.18 -PORTREVISION= 2 +DISTVERSION= 1.3.22 CATEGORIES= deskutils perl5 MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ -MAINTAINER= idefix@fechner.net +MAINTAINER= lebarondemerde@privacychain.ch COMMENT= Console based tool to handle encrypted notes LICENSE= GPLv1 RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \ - p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA + p5-Config-General>0:devel/p5-Config-General \ + p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA \ + p5-Getopt-Long>0:devel/p5-Getopt-Long USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= CRYPTO MYSQL PWSAFE3 +OPTIONS_DEFAULT= CRYPTO MYSQL PWSAFE3 + +CRYPTO_DESC= Encryption support +CRYPTO_RUN_DEPENDS= p5-Crypt-CBC>0:security/p5-Crypt-CBC \ + p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael + +MYSQL_RUN_DEPENDS= p5-DBD-mysql>0:databases/p5-DBD-mysql \ + p5-DBI>0:databases/p5-DBI + +PWSAFE3_DESC= Password Safe v3 backend +PWSAFE3_RUN_DEPENDS= p5-Crypt-PWSafe3>0:security/p5-Crypt-PWSafe3 + +post-patch: + @${REINPLACE_CMD} -e 's|{{(|{\\{(|g' \ + ${WRKSRC}/bin/note + .include --- deskutils/note/distinfo (revision 466536) +++ deskutils/note/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (note-1.3.18.tar.gz) = ba3b4db2709ce4e662b205254dfc83a27ff6912316e80a8ed1e3b52a14847071 -SIZE (note-1.3.18.tar.gz) = 52108 +TIMESTAMP = 1522908300 +SHA256 (note-1.3.22.tar.gz) = d8821168ca6266c443d01a286ba3f410c8330d55abf9f9a993ea8950eeb31478 +SIZE (note-1.3.22.tar.gz) = 52827 --- deskutils/note/pkg-descr (revision 466536) +++ deskutils/note/pkg-descr (working copy) @@ -1,5 +1,6 @@ -This is a small console program written in -perl, which allows you to manage notes similar -to programs like "knotes" from commandline. +Console based tool to handle encrypted notes +This is a small console program written in perl, which allows you to manage +notes similar to programs like "knotes" from command line. + WWW: http://www.daemon.de/NOTE