pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated ccrypt to ccrypt-1.10



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc_git%i3enedek.neomailbox.net@localhost>
Pushed By:	i3enedek
Date:		Thu Mar 17 09:52:14 2016 +0000
Changeset:	b73f9becd71e5b06965729fa32b87ef77ca286ee

Modified Files:
	TODO
	ccrypt/Makefile
	ccrypt/PLIST
	ccrypt/distinfo
Added Files:
	ccrypt/patches/patch-emacs_Makefile.in
Removed Files:
	ccrypt/patches/patch-ah

Log Message:
Updated ccrypt to ccrypt-1.10

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b73f9becd71e5b06965729fa32b87ef77ca286ee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO                                   |  1 -
 ccrypt/Makefile                        |  2 +-
 ccrypt/PLIST                           |  6 +++---
 ccrypt/distinfo                        |  9 +++++----
 ccrypt/patches/patch-ah                | 20 --------------------
 ccrypt/patches/patch-emacs_Makefile.in | 31 +++++++++++++++++++++++++++++++
 6 files changed, 40 insertions(+), 29 deletions(-)

diffs:
diff --git a/TODO b/TODO
index e67838b..91af12a 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,6 @@ Suggested package updates
 	o blam-1.8.12
 	o bleachbit-0.9.6
 	o cairo-java-1.0.8
-	o ccrypt-1.10
 	o cinelerra-4.5
 	o d4x-2.5.7.1
 	o daphne-1.0
diff --git a/ccrypt/Makefile b/ccrypt/Makefile
index 788e978..5f40309 100644
--- a/ccrypt/Makefile
+++ b/ccrypt/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.7 2012/09/24 18:26:52 asau Exp $
 #
 
-DISTNAME=	ccrypt-1.9
+DISTNAME=	ccrypt-1.10
 CATEGORIES=	security
 MASTER_SITES=	http://www.mathstat.dal.ca/~selinger/ccrypt/download/
 
diff --git a/ccrypt/PLIST b/ccrypt/PLIST
index 37303fc..ae51398 100644
--- a/ccrypt/PLIST
+++ b/ccrypt/PLIST
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.3 2009/09/05 20:33:58 asau Exp $
+@comment $NetBSD$
 bin/ccat
 bin/ccdecrypt
 bin/ccencrypt
+bin/ccguess
 bin/ccrypt
 lib/charset.alias
 man/man1/ccat.1
 man/man1/ccdecrypt.1
 man/man1/ccencrypt.1
+man/man1/ccguess.1
 man/man1/ccrypt.1
 share/emacs/site-lisp/ps-ccrypt.el
-share/locale/de/LC_MESSAGES/ccrypt.mo
-share/locale/fr/LC_MESSAGES/ccrypt.mo
 share/locale/locale.alias
diff --git a/ccrypt/distinfo b/ccrypt/distinfo
index b0ff3e5..b04209e 100644
--- a/ccrypt/distinfo
+++ b/ccrypt/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.7 2009/09/05 20:33:58 asau Exp $
 
-SHA1 (ccrypt-1.9.tar.gz) = 5ad1889c71be905c3004c80dc011948c9c35c814
-RMD160 (ccrypt-1.9.tar.gz) = 2e7ec037dcfab82ad6963b8644a52017ac6c003e
-Size (ccrypt-1.9.tar.gz) = 667059 bytes
-SHA1 (patch-ah) = a5c08375daf92a3bf770bc6168338abaed42dd0b
+SHA1 (ccrypt-1.10.tar.gz) = 95d4e524abb146946fe6af9d53ed0e5e294b34e2
+RMD160 (ccrypt-1.10.tar.gz) = b3b07d2e788f8ba04712879150b609a8c55f0dc5
+SHA512 (ccrypt-1.10.tar.gz) = b0130998f9830f63e8181340b3138260ab3c2014174e74fbcca77299dc9e0f807471fbfb7cc403dec7d0809f136e8afcb4c9bfd4ee5e43a1b3cc7185e14c3188
+Size (ccrypt-1.10.tar.gz) = 669491 bytes
+SHA1 (patch-emacs_Makefile.in) = 010c8d31eac615c17a8bd4848f9f6fc6b5edaeb6
diff --git a/ccrypt/patches/patch-ah b/ccrypt/patches/patch-ah
deleted file mode 100644
index fc5515a..0000000
--- a/ccrypt/patches/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- emacs/Makefile.in.orig	2009-08-29 05:30:12.000000000 +0400
-+++ emacs/Makefile.in	2009-09-06 00:25:41.000000000 +0400
-@@ -309,7 +309,7 @@
- 	    test -f elc-stamp; exit $$?; \
- 	  fi; \
- 	else : ; fi
--install-lispLISP: $(lisp_LISP) $(ELCFILES)
-+install-lispLISP: $(lisp_LISP)
- 	@$(NORMAL_INSTALL)
- 	@if test "$(EMACS)" != no; then \
- 	  test -z "$(lispdir)" || $(mkdir_p) "$(DESTDIR)$(lispdir)"; \
-@@ -373,7 +373,7 @@
- 	done
- check-am: all-am
- check: check-am
--all-am: Makefile $(LISP) $(ELCFILES)
-+all-am: Makefile $(LISP)
- installdirs:
- 	for dir in "$(DESTDIR)$(lispdir)"; do \
- 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
diff --git a/ccrypt/patches/patch-emacs_Makefile.in b/ccrypt/patches/patch-emacs_Makefile.in
new file mode 100644
index 0000000..e4229bd
--- /dev/null
+++ b/ccrypt/patches/patch-emacs_Makefile.in
@@ -0,0 +1,31 @@
+$NetBSD$
+
+--- emacs/Makefile.in.orig	2012-10-18 16:44:10.000000000 +0000
++++ emacs/Makefile.in
+@@ -316,7 +316,7 @@ $(am__ELCFILES): elc-stamp
+ 	    test -f elc-stamp; exit $$?; \
+ 	  fi; \
+ 	else : ; fi
+-install-lispLISP: $(lisp_LISP) $(ELCFILES)
++install-lispLISP: $(lisp_LISP)
+ 	@$(NORMAL_INSTALL)
+ 	@if test "$(EMACS)" != no && test -n "$(lispdir)"; then \
+ 	  $(MKDIR_P) "$(DESTDIR)$(lispdir)"; \
+@@ -345,7 +345,7 @@ uninstall-lispLISP:
+ 	cd "$(DESTDIR)$(lispdir)" && rm -f $$filesc
+ 
+ clean-lisp:
+-	-rm -f elc-stamp $(ELCFILES)
++	-rm -f elc-stamp 
+ tags: TAGS
+ TAGS:
+ 
+@@ -385,7 +385,7 @@ distdir: $(DISTFILES)
+ 	done
+ check-am: all-am
+ check: check-am
+-all-am: Makefile $(LISP) $(ELCFILES)
++all-am: Makefile $(LISP) 
+ installdirs:
+ 	for dir in "$(DESTDIR)$(lispdir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \


Home | Main Index | Thread Index | Old Index