Date: Sun, 9 Sep 2018 20:54:29 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479334 - head/security/ccrypt Message-ID: <201809092054.w89KsTF6037921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Sun Sep 9 20:54:29 2018 New Revision: 479334 URL: https://svnweb.freebsd.org/changeset/ports/479334 Log: security/ccrypt: update to 1.11 * Fixes a number of minor portability issues and minor bugs PR: 230995 Submitted by: dg@syrec.org Approved by: tcberner (mentor), dev2@heesakkers.info (maintainer) Differential Revision: https://reviews.freebsd.org/D17098 Modified: head/security/ccrypt/Makefile head/security/ccrypt/distinfo head/security/ccrypt/pkg-plist Modified: head/security/ccrypt/Makefile ============================================================================== --- head/security/ccrypt/Makefile Sun Sep 9 20:14:55 2018 (r479333) +++ head/security/ccrypt/Makefile Sun Sep 9 20:54:29 2018 (r479334) @@ -2,46 +2,31 @@ # $FreeBSD$ PORTNAME= ccrypt -PORTVERSION= 1.10 -PORTREVISION= 1 +DISTVERSION= 1.11 CATEGORIES= security -MASTER_SITES= SF \ - http://www.mathstat.dal.ca/~selinger/ccrypt/download/ +MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \ + http://www.mathstat.dal.ca/~selinger/ccrypt/download/${DISTVERSION}/ MAINTAINER= dev2@heesakkers.info COMMENT= Command-line utility for encrypting and decrypting files and streams -LICENSE= GPLv2 +LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake +USES= gmake OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include <bsd.port.options.mk> +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -USES+= gettext -.else -PLIST_SUB+= NLS="@comment " -USES+= perl5 -USE_PERL5= build -CONFIGURE_ARGS+= --disable-nls -.endif - GNU_CONFIGURE= yes -post-patch: - @${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.for i in ccrypt.html cypfaq01.txt - ${INSTALL_DATA} ${WRKSRC}/doc/$i ${STAGEDIR}${DOCSDIR} +.for i in README doc/ccrypt.html doc/cypfaq01.txt + ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> Modified: head/security/ccrypt/distinfo ============================================================================== --- head/security/ccrypt/distinfo Sun Sep 9 20:14:55 2018 (r479333) +++ head/security/ccrypt/distinfo Sun Sep 9 20:54:29 2018 (r479334) @@ -1,2 +1,3 @@ -SHA256 (ccrypt-1.10.tar.gz) = 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 -SIZE (ccrypt-1.10.tar.gz) = 669491 +TIMESTAMP = 1535549116 +SHA256 (ccrypt-1.11.tar.gz) = b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f +SIZE (ccrypt-1.11.tar.gz) = 834575 Modified: head/security/ccrypt/pkg-plist ============================================================================== --- head/security/ccrypt/pkg-plist Sun Sep 9 20:14:55 2018 (r479333) +++ head/security/ccrypt/pkg-plist Sun Sep 9 20:54:29 2018 (r479334) @@ -9,6 +9,7 @@ man/man1/ccat.1.gz man/man1/ccrypt.1.gz man/man1/ccguess.1.gz %%NLS%%share/locale/de/LC_MESSAGES/ccrypt.mo +%%NLS%%share/locale/et/LC_MESSAGES/ccrypt.mo %%NLS%%share/locale/fr/LC_MESSAGES/ccrypt.mo %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ccrypt.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809092054.w89KsTF6037921>