Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2018 16:59:26 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457992 - in head/sysutils/pcapfix: . files
Message-ID:  <201801031659.w03GxQ2i065971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jan  3 16:59:26 2018
New Revision: 457992
URL: https://svnweb.freebsd.org/changeset/ports/457992

Log:
  sysutils/pcapfix: update to 1.1.1
  
  PR:		224861
  Submitted by:	Vidar Karlsen <vidar@karlsen.tech> (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 Jan  3 16:46:55 2018	(r457991)
+++ head/sysutils/pcapfix/Makefile	Wed Jan  3 16:59:26 2018	(r457992)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pcapfix
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 

Modified: head/sysutils/pcapfix/distinfo
==============================================================================
--- head/sysutils/pcapfix/distinfo	Wed Jan  3 16:46:55 2018	(r457991)
+++ head/sysutils/pcapfix/distinfo	Wed Jan  3 16:59:26 2018	(r457992)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487002745
-SHA256 (Rup0rt-pcapfix-v1.1.0_GH0.tar.gz) = c77cad858e85dd4509aa5a6a8019f8aba389aa95ae1edfbf7d7ea4c02bbfb238
-SIZE (Rup0rt-pcapfix-v1.1.0_GH0.tar.gz) = 40302
+TIMESTAMP = 1514981810
+SHA256 (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = cbfdce1f9a1b3a7568ef16bf1d7d366c064d7cade1e4028080c45ee3a4cc66aa
+SIZE (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = 41824

Modified: head/sysutils/pcapfix/files/patch-Makefile
==============================================================================
--- head/sysutils/pcapfix/files/patch-Makefile	Wed Jan  3 16:46:55 2018	(r457991)
+++ head/sysutils/pcapfix/files/patch-Makefile	Wed Jan  3 16:59:26 2018	(r457992)
@@ -1,8 +1,16 @@
---- Makefile.orig	2014-08-31 08:08:24 UTC
+--- Makefile.orig	2018-01-02 13:25:24 UTC
 +++ Makefile
-@@ -10,13 +10,13 @@ CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEB
- LDFLAGS += -Wl,-z,relro
+@@ -8,20 +8,18 @@ WARNFLAGS = -Wall -Wextra -std=gnu99 -pe
+ DEBUGFLAGS = -g
+ CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS)
+ OS := $(shell uname)
+-ifneq ($(OS), Darwin)
+-	LDFLAGS += -Wl,-z,relro
+-endif
++LDFLAGS += -Wl,-z,relro
  
+ 
+ 
  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
@@ -17,8 +25,3 @@
  
  install:
  	install -pDm755 pcapfix $(DESTDIR)$(BINDIR)/pcapfix
-@@ -29,4 +29,3 @@ uninstall:
- clean:
- 	rm -f *.o
- 	rm -f pcapfix
--	



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