- Update to 1.9
PR: 138653 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
This commit is contained in:
parent
c9c2a887d7
commit
23ef681431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241110
@ -3,23 +3,23 @@
|
||||
# Date created: Feb 7, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ccrypt
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF \
|
||||
http://www.mathstat.dal.ca/~selinger/ccrypt/download/
|
||||
|
||||
http://www.mathstat.dal.ca/~selinger/ccrypt/download/
|
||||
|
||||
MAINTAINER= corky1951@comcast.net
|
||||
COMMENT= A command-line utility for encrypting and decrypting files and streams
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GNOME= intltool
|
||||
USE_GNOME= intltool
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
USE_PERL5_BUILD= yes
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ccrypt-1.8.tar.gz) = c8be3f35b8dddf3310ca043cd9817620
|
||||
SHA256 (ccrypt-1.8.tar.gz) = efd0487ebd21b7aee5c0d6c205d638c29880f3c4163d4bdfa9477c7838f61677
|
||||
SIZE (ccrypt-1.8.tar.gz) = 665596
|
||||
MD5 (ccrypt-1.9.tar.gz) = c3f78019d7a166dd66f1d4b1390c62c2
|
||||
SHA256 (ccrypt-1.9.tar.gz) = 6538cb75f7f45faf20f912c7b0d284831b0afced9fc61984b8d45a990276ebaf
|
||||
SIZE (ccrypt-1.9.tar.gz) = 667059
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig 2009-06-05 07:59:43.000000000 -0700
|
||||
+++ Makefile.in 2009-06-10 18:06:23.000000000 -0700
|
||||
@@ -251,7 +251,7 @@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
-SUBDIRS = m4 po intl src emacs doc check
|
||||
+SUBDIRS = m4 po intl src doc check
|
||||
EXTRA_DIST = m4/ChangeLog config.rpath README-WIN intltool-extract.in \
|
||||
intltool-merge.in intltool-update.in
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- src/main.c.orig 2009-06-05 07:58:59.000000000 -0700
|
||||
+++ src/main.c 2009-06-10 16:56:56.000000000 -0700
|
||||
@@ -519,10 +519,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
- /* reset stdin/stdout to binary mode under Windows */
|
||||
- setmode(0,O_BINARY);
|
||||
- setmode(1,O_BINARY);
|
||||
-
|
||||
/* if --keyref given, check encryption keys against named file */
|
||||
if (cmd.keyref && (cmd.mode == ENCRYPT || cmd.mode == KEYCHANGE)) {
|
||||
f = fopen(cmd.keyref, "rb");
|
@ -1,12 +0,0 @@
|
||||
--- src/platform.h.orig 2009-06-05 07:39:49.000000000 -0700
|
||||
+++ src/platform.h 2009-06-10 17:18:40.000000000 -0700
|
||||
@@ -78,9 +78,6 @@
|
||||
|
||||
#else /* on a POSIX system, map these to no-ops */
|
||||
|
||||
-static inline void setmode(int fd, int mode) {
|
||||
- return;
|
||||
-}
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif /* O_BINARY */
|
@ -8,4 +8,3 @@ bin/ccrypt
|
||||
%%PORTDOCS%%share/doc/ccrypt/ccrypt.html
|
||||
%%PORTDOCS%%share/doc/ccrypt/cypfaq01.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/ccrypt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user