Index: head/security/ccrypt/Makefile =================================================================== --- head/security/ccrypt/Makefile +++ head/security/ccrypt/Makefile @@ -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 +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 Index: head/security/ccrypt/distinfo =================================================================== --- head/security/ccrypt/distinfo +++ head/security/ccrypt/distinfo @@ -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 Index: head/security/ccrypt/pkg-plist =================================================================== --- head/security/ccrypt/pkg-plist +++ head/security/ccrypt/pkg-plist @@ -9,6 +9,7 @@ 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