From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 15:30:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC4EEC8B for ; Sun, 3 Aug 2014 15:30:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBAE12A9C for ; Sun, 3 Aug 2014 15:30:04 +0000 (UTC) Received: from dinoex (uid 875) (envelope-from dinoex@FreeBSD.org) id 5a4f by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 15:30:04 +0000 From: Dirk Meyer Date: Sun, 3 Aug 2014 15:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363914 - head/security/openssl/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de557c.5a4f.36ed903d@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 15:30:04 -0000 Author: dinoex Date: Sun Aug 3 15:30:04 2014 New Revision: 363914 URL: http://svnweb.freebsd.org/changeset/ports/363914 QAT: https://qat.redports.org/buildarchive/r363914/ Log: - rename patch files Added: head/security/openssl/files/patch-Makefile - copied unchanged from r363792, head/security/openssl/files/patch-apps__Makefile head/security/openssl/files/patch-md5.c - copied unchanged from r363792, head/security/openssl/files/patch-crypto__md5__md5.c Deleted: head/security/openssl/files/patch-apps__Makefile head/security/openssl/files/patch-crypto__md5__md5.c Copied: head/security/openssl/files/patch-Makefile (from r363792, head/security/openssl/files/patch-apps__Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssl/files/patch-Makefile Sun Aug 3 15:30:04 2014 (r363914, copy of r363792, head/security/openssl/files/patch-apps__Makefile) @@ -0,0 +1,11 @@ +--- apps/Makefile.orig Tue Aug 10 11:09:07 2004 ++++ apps/Makefile Tue Oct 26 07:00:51 2004 +@@ -112,7 +112,7 @@ + done + @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \ + chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \ +- mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf ++ mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample + + tags: + ctags $(SRC) Copied: head/security/openssl/files/patch-md5.c (from r363792, head/security/openssl/files/patch-crypto__md5__md5.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openssl/files/patch-md5.c Sun Aug 3 15:30:04 2014 (r363914, copy of r363792, head/security/openssl/files/patch-crypto__md5__md5.c) @@ -0,0 +1,11 @@ +--- crypto/md5/md5.c.orig Thu Apr 9 07:59:29 1998 ++++ crypto/md5/md5.c Sun Dec 27 18:44:33 1998 +@@ -94,7 +94,7 @@ + err++; + continue; + } +- printf("MD5(%s)= ",argv[i]); ++ printf("MD5 (%s) = ",argv[i]); + do_fp(IN); + fclose(IN); + }