Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 08:47:23 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451738 - in head/emulators/hercules: . files
Message-ID:  <201710110847.v9B8lNap075181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710110847.v9B8lNap075181>