From owner-svn-ports-all@freebsd.org Wed Jul 18 15:42:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 616D6104EC44; Wed, 18 Jul 2018 15:42:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F42B8000D; Wed, 18 Jul 2018 15:42:27 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA4C91C45F; Wed, 18 Jul 2018 15:42:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IFgQTZ056546; Wed, 18 Jul 2018 15:42:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IFgQcc056544; Wed, 18 Jul 2018 15:42:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807181542.w6IFgQcc056544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 18 Jul 2018 15:42:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474873 - in head/sysutils/pcapfix: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils/pcapfix: . files X-SVN-Commit-Revision: 474873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 18 Jul 2018 15:42:27 -0000 Author: swills Date: Wed Jul 18 15:42:25 2018 New Revision: 474873 URL: https://svnweb.freebsd.org/changeset/ports/474873 Log: sysutils/pcapfix: update to 1.1.2 PR: 229849 Submitted by: Vidar Karlsen (maintainer) Modified: head/sysutils/pcapfix/Makefile (contents, props changed) head/sysutils/pcapfix/distinfo (contents, props changed) head/sysutils/pcapfix/files/patch-Makefile (contents, props changed) Modified: head/sysutils/pcapfix/Makefile ============================================================================== --- head/sysutils/pcapfix/Makefile Wed Jul 18 15:39:35 2018 (r474872) +++ head/sysutils/pcapfix/Makefile Wed Jul 18 15:42:25 2018 (r474873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcapfix -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/pcapfix/distinfo ============================================================================== --- head/sysutils/pcapfix/distinfo Wed Jul 18 15:39:35 2018 (r474872) +++ head/sysutils/pcapfix/distinfo Wed Jul 18 15:42:25 2018 (r474873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514981810 -SHA256 (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = cbfdce1f9a1b3a7568ef16bf1d7d366c064d7cade1e4028080c45ee3a4cc66aa -SIZE (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = 41824 +TIMESTAMP = 1531857079 +SHA256 (Rup0rt-pcapfix-v1.1.2_GH0.tar.gz) = b8f987cb0fbf0b8f3210335824086b8b146fc0bfcba01d7804a28ed0b9c43972 +SIZE (Rup0rt-pcapfix-v1.1.2_GH0.tar.gz) = 42155 Modified: head/sysutils/pcapfix/files/patch-Makefile ============================================================================== --- head/sysutils/pcapfix/files/patch-Makefile Wed Jul 18 15:39:35 2018 (r474872) +++ head/sysutils/pcapfix/files/patch-Makefile Wed Jul 18 15:42:25 2018 (r474873) @@ -1,27 +1,15 @@ ---- Makefile.orig 2018-01-02 13:25:24 UTC +--- Makefile.orig 2018-07-16 12:17:05 UTC +++ Makefile -@@ -8,20 +8,18 @@ WARNFLAGS = -Wall -Wextra -std=gnu99 -pe +@@ -8,9 +8,9 @@ WARNFLAGS = -Wall -Wextra -std=gnu99 -pe DEBUGFLAGS = -g CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS) OS := $(shell uname) -ifneq ($(OS), Darwin) - LDFLAGS += -Wl,-z,relro -endif ++.if ${OS} != Darwin +LDFLAGS += -Wl,-z,relro ++.endif - all: pcap pcapng -- gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) pcapfix.c pcap.o pcapng.o -o pcapfix -+ ${CC} $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) pcapfix.c pcap.o pcapng.o -o pcapfix - - pcap: pcap.c -- gcc $(CPPFLAGS) $(CFLAGS) -c pcap.c -o pcap.o -+ ${CC} $(CPPFLAGS) $(CFLAGS) -c pcap.c -o pcap.o - - pcapng: pcapng.c -- gcc $(CPPFLAGS) $(CFLAGS) -c pcapng.c -o pcapng.o -+ ${CC} $(CPPFLAGS) $(CFLAGS) -c pcapng.c -o pcapng.o - - install: - install -pDm755 pcapfix $(DESTDIR)$(BINDIR)/pcapfix