Maintenance update ccrypt to 1.11, sync pkg/DESCR while here to no longer

reference an emacs FLAVOR that we haven't been building for a while.

From new MAINTAINER Charlene Wendling -- thanks!
This commit is contained in:
bcallah 2018-08-28 18:49:11 +00:00
parent db0e58c4b0
commit 6c6e9fa7e5
4 changed files with 16 additions and 11 deletions

View File

@ -1,19 +1,21 @@
# $OpenBSD: Makefile,v 1.22 2017/11/21 00:13:03 naddy Exp $
# $OpenBSD: Makefile,v 1.23 2018/08/28 18:49:11 bcallah Exp $
COMMENT= encrypt and decrypt AES files and streams
DISTNAME= ccrypt-1.10
V= 1.11
DISTNAME= ccrypt-${V}
CATEGORIES= security
REVISION = 1
HOMEPAGE= http://ccrypt.sourceforge.net/
MAINTAINER= Charlene Wendling <julianaito@posteo.jp>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c iconv intl
MASTER_SITES= ${HOMEPAGE}/download/ \
MASTER_SITES= ${HOMEPAGE}/download/${V}/ \
${MASTER_SITE_SOURCEFORGE:=ccrypt/}
MODULES= textproc/intltool
@ -21,6 +23,9 @@ MODULES= textproc/intltool
LIB_DEPENDS= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-emacs
# XXX We need to use the upstream provided getopt or tests fail. This
# configuration option should be zapped as of v1.12 as it's fixed upstream.
CONFIGURE_ARGS= --disable-emacs \
--with-included-getopt
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ccrypt-1.10.tar.gz) = h9ZtohcPrKv28vwHNYauLHMg1GiZgM/KQVx0aI5Jm6A=
SIZE (ccrypt-1.10.tar.gz) = 669491
SHA256 (ccrypt-1.11.tar.gz) = sZxHUAqW7l+9gg9wTJEvbvzEK2OMCmqnpOPcCmtRpE8=
SIZE (ccrypt-1.11.tar.gz) = 834575

View File

@ -4,6 +4,3 @@ notorious for using a very weak encryption algorithm. ccrypt is based on
the Rijndael cipher, which is the U.S. government's chosen candidate for
the Advanced Encryption Standard. This cipher is believed to provide
very strong security.
Flavors:
emacs - emacs-mode for editing encrypted text files

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2013/01/20 20:03:44 jasper Exp $
@comment $OpenBSD: PLIST,v 1.6 2018/08/28 18:49:11 bcallah Exp $
bin/ccat
bin/ccdecrypt
bin/ccencrypt
@ -9,3 +9,6 @@ bin/ccencrypt
@man man/man1/ccencrypt.1
@man man/man1/ccguess.1
@man man/man1/ccrypt.1
share/locale/de/LC_MESSAGES/ccrypt.mo
share/locale/et/LC_MESSAGES/ccrypt.mo
share/locale/fr/LC_MESSAGES/ccrypt.mo