From owner-svn-ports-head@freebsd.org Wed Oct 11 08:47:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26C01E2527D; Wed, 11 Oct 2017 08:47:25 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6EF683DEA; Wed, 11 Oct 2017 08:47:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9B8lOvx075185; Wed, 11 Oct 2017 08:47:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9B8lNap075181; Wed, 11 Oct 2017 08:47:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710110847.v9B8lNap075181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 11 Oct 2017 08:47:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451738 - in head/emulators/hercules: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/emulators/hercules: . files X-SVN-Commit-Revision: 451738 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 08:47:25 -0000 Author: vanilla Date: Wed Oct 11 08:47:23 2017 New Revision: 451738 URL: https://svnweb.freebsd.org/changeset/ports/451738 Log: Update to 3.13. Added: head/emulators/hercules/files/patch-tuntap.c - copied, changed from r451737, head/emulators/hercules/files/patch-tuntap Deleted: head/emulators/hercules/files/patch-tuntap Modified: head/emulators/hercules/Makefile head/emulators/hercules/distinfo head/emulators/hercules/files/patch-hercifc.h Modified: head/emulators/hercules/Makefile ============================================================================== --- head/emulators/hercules/Makefile Wed Oct 11 08:37:14 2017 (r451737) +++ head/emulators/hercules/Makefile Wed Oct 11 08:47:23 2017 (r451738) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hercules -PORTVERSION= 3.12 +PORTVERSION= 3.13 CATEGORIES= emulators MASTER_SITES= http://downloads.hercules-390.eu/ Modified: head/emulators/hercules/distinfo ============================================================================== --- head/emulators/hercules/distinfo Wed Oct 11 08:37:14 2017 (r451737) +++ head/emulators/hercules/distinfo Wed Oct 11 08:47:23 2017 (r451738) @@ -1,2 +1,3 @@ -SHA256 (hercules-3.12.tar.gz) = aefbe9d2f09372a530c17c177b7d2a0f4bcf8cfd28474672935b067e5f9ee373 -SIZE (hercules-3.12.tar.gz) = 2569617 +TIMESTAMP = 1507710509 +SHA256 (hercules-3.13.tar.gz) = 890c57c558d58708e55828ae299245bd2763318acf53e456a48aac883ecfe67d +SIZE (hercules-3.13.tar.gz) = 2640742 Modified: head/emulators/hercules/files/patch-hercifc.h ============================================================================== --- head/emulators/hercules/files/patch-hercifc.h Wed Oct 11 08:37:14 2017 (r451737) +++ head/emulators/hercules/files/patch-hercifc.h Wed Oct 11 08:47:23 2017 (r451738) @@ -1,6 +1,6 @@ ---- hercifc.h.orig Fri Feb 24 18:36:35 2006 -+++ hercifc.h Fri Feb 24 18:39:41 2006 -@@ -77,7 +77,11 @@ +--- hercifc.h.orig 2017-03-26 19:44:49 UTC ++++ hercifc.h +@@ -73,7 +73,11 @@ // -------------------------------------------------------------------- #define HERCIFC_CMD "hercifc" // Interface config command Copied and modified: head/emulators/hercules/files/patch-tuntap.c (from r451737, head/emulators/hercules/files/patch-tuntap) ============================================================================== --- head/emulators/hercules/files/patch-tuntap Wed Oct 11 08:37:14 2017 (r451737, copy source) +++ head/emulators/hercules/files/patch-tuntap.c Wed Oct 11 08:47:23 2017 (r451738) @@ -1,6 +1,6 @@ ---- tuntap.c.orig Sun Dec 11 16:44:16 2005 -+++ tuntap.c Wed Jan 25 20:05:14 2006 -@@ -159,6 +159,25 @@ int TUNTAP_CreateInterface( +--- tuntap.c.orig 2017-03-26 19:44:49 UTC ++++ tuntap.c +@@ -241,6 +241,25 @@ int TUNTAP_CreateInterface( strcpy( pszNetDevName, ifr.ifr_name ); } #if !defined( OPTION_W32_CTCI )