Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 06:49:17 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464223 - in head/net/igmpproxy: . files
Message-ID:  <201803120649.w2C6nHdN082490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Mar 12 06:49:17 2018
New Revision: 464223
URL: https://svnweb.freebsd.org/changeset/ports/464223

Log:
  net/igmpproxy: Update to 0.2.1
  
  Port changes:
  * Changed to DISTVERSION
  * Removed patches 0001-* and 0002-*
  * Updated WWW
  
  PR:		226513
  Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)

Added:
  head/net/igmpproxy/files/patch-src_igmpproxy.h   (contents, props changed)
Deleted:
  head/net/igmpproxy/files/0001-Revert-Try-to-fix-problems-with-strict-aliasing.patch
  head/net/igmpproxy/files/0002-Revert-Include-config.h-before-any-other-files-to-ma.patch
Modified:
  head/net/igmpproxy/Makefile
  head/net/igmpproxy/distinfo
  head/net/igmpproxy/pkg-descr

Modified: head/net/igmpproxy/Makefile
==============================================================================
--- head/net/igmpproxy/Makefile	Mon Mar 12 06:46:56 2018	(r464222)
+++ head/net/igmpproxy/Makefile	Mon Mar 12 06:49:17 2018	(r464223)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	igmpproxy
-PORTVERSION=	0.2
+DISTVERSION=	0.2.1
 PORTEPOCH=	1
 CATEGORIES=	net
 
@@ -12,15 +12,11 @@ COMMENT=	Multicast forwarding IGMP proxy
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		autoreconf
 USE_GITHUB=	yes
 GH_ACCOUNT=	pali
-
-USE_RC_SUBR=	igmpproxy
-USES=		autoreconf
 GNU_CONFIGURE=	yes
-
-EXTRA_PATCHES+=	${FILESDIR}/0001-Revert-Try-to-fix-problems-with-strict-aliasing.patch:-p1
-EXTRA_PATCHES+= ${FILESDIR}/0002-Revert-Include-config.h-before-any-other-files-to-ma.patch:-p1
+USE_RC_SUBR=	igmpproxy
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/igmpproxy.conf \

Modified: head/net/igmpproxy/distinfo
==============================================================================
--- head/net/igmpproxy/distinfo	Mon Mar 12 06:46:56 2018	(r464222)
+++ head/net/igmpproxy/distinfo	Mon Mar 12 06:49:17 2018	(r464223)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513975936
-SHA256 (pali-igmpproxy-0.2_GH0.tar.gz) = 48fdaaa698c2ebe1c674b9ba4f9cb1369453bc97295434b608c9d5dab18c9293
-SIZE (pali-igmpproxy-0.2_GH0.tar.gz) = 41732
+TIMESTAMP = 1520836770
+SHA256 (pali-igmpproxy-0.2.1_GH0.tar.gz) = 6faa1f42ba323f60a9eb4958550e25b2e7e9c645da32c52ba12db0c9bdfce1ba
+SIZE (pali-igmpproxy-0.2.1_GH0.tar.gz) = 42201

Added: head/net/igmpproxy/files/patch-src_igmpproxy.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/igmpproxy/files/patch-src_igmpproxy.h	Mon Mar 12 06:49:17 2018	(r464223)
@@ -0,0 +1,22 @@
+--- src/igmpproxy.h.orig	2018-02-13 19:17:30 UTC
++++ src/igmpproxy.h
+@@ -35,9 +35,6 @@
+ *   igmpproxy.h - Header file for common includes.
+ */
+ 
+-#include "config.h"
+-#include "os.h"
+-
+ #include <errno.h>
+ #include <stdarg.h>
+ #include <stdio.h>
+@@ -60,6 +57,9 @@
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ 
++#include "os.h"
++#include "config.h"
++
+ /*
+  * Limit on length of route data
+  */

Modified: head/net/igmpproxy/pkg-descr
==============================================================================
--- head/net/igmpproxy/pkg-descr	Mon Mar 12 06:46:56 2018	(r464222)
+++ head/net/igmpproxy/pkg-descr	Mon Mar 12 06:49:17 2018	(r464223)
@@ -2,4 +2,4 @@ igmpproxy is a simple multicast routing daemon based o
 forwarding to dynamically route multicast traffic.
 Reqiures multicast forwarding enabled
 
-WWW: http://igmpproxy.sourceforge.net/
+WWW: https://sourceforge.net/projects/igmpproxy/



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