From owner-svn-ports-head@freebsd.org Mon Jun 8 13:17:29 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAAED32F700; Mon, 8 Jun 2020 13:17:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49gYh95Pptz4TZF; Mon, 8 Jun 2020 13:17:29 +0000 (UTC) (envelope-from rene@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 B4EDC25183; Mon, 8 Jun 2020 13:17:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 058DHTja074033; Mon, 8 Jun 2020 13:17:29 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 058DHTW2074030; Mon, 8 Jun 2020 13:17:29 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202006081317.058DHTW2074030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 8 Jun 2020 13:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538214 - in head/net-mgmt/ipv6mon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/net-mgmt/ipv6mon: . files X-SVN-Commit-Revision: 538214 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.33 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: Mon, 08 Jun 2020 13:17:29 -0000 Author: rene Date: Mon Jun 8 13:17:28 2020 New Revision: 538214 URL: https://svnweb.freebsd.org/changeset/ports/538214 Log: net-mgmt/ipv6mon: unexpire by downloading from GitHub Use the correct path in ipv6mon(8) and ipv6mon.conf(5) Bump PORTREVISION PR: 242414 Submitted by: takefu Approved by: maintainer timeout (hrs, 6 months) MFH: 2020Q2 Modified: head/net-mgmt/ipv6mon/Makefile head/net-mgmt/ipv6mon/distinfo head/net-mgmt/ipv6mon/files/patch-ipv6mon.c Modified: head/net-mgmt/ipv6mon/Makefile ============================================================================== --- head/net-mgmt/ipv6mon/Makefile Mon Jun 8 13:15:29 2020 (r538213) +++ head/net-mgmt/ipv6mon/Makefile Mon Jun 8 13:17:28 2020 (r538214) @@ -2,22 +2,21 @@ PORTNAME= ipv6mon PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt -MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/ -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Tool for monitoring IPv6 address usage -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= uidfix +GH_ACCOUNT= fgont +GH_PROJECT= ipv6mon +GH_TAGNAME= 454292a393ddd79db7131b6e7a8d005a7f49bd92 +USE_GCC= any +USE_GITHUB= nodefault CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\" USERS= ${PORTNAME} GROUPS= ${PORTNAME} @@ -28,12 +27,15 @@ PORTDOCS= README.TXT \ ipv6mon-installation-notes.pdf \ ipv6mon-manual.odt \ ipv6mon-manual.pdf +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} OPTIONS_DEFINE= DOCS post-extract: - @${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} - @${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} + ${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} + ${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} + @${REINPLACE_CMD} 's|/etc/|${PREFIX}/etc/|'\ + ${WRKSRC}/ipv6mon.8 ${WRKSRC}/ipv6mon.conf.5 post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/rc.d Modified: head/net-mgmt/ipv6mon/distinfo ============================================================================== --- head/net-mgmt/ipv6mon/distinfo Mon Jun 8 13:15:29 2020 (r538213) +++ head/net-mgmt/ipv6mon/distinfo Mon Jun 8 13:17:28 2020 (r538214) @@ -1,2 +1,3 @@ -SHA256 (ipv6mon-v1.0.tar.gz) = f714a877de4fbf80126c4b8ad2e3496739695ee1eb3a914eae344fdd6325e138 -SIZE (ipv6mon-v1.0.tar.gz) = 211625 +TIMESTAMP = 1575355108 +SHA256 (ipv6mon-1.0.tar.gz) = 01545101a5032867363be9d89a0dbf7f9c9eb3d67277e406b56889a9856c2ef8 +SIZE (ipv6mon-1.0.tar.gz) = 207872 Modified: head/net-mgmt/ipv6mon/files/patch-ipv6mon.c ============================================================================== --- head/net-mgmt/ipv6mon/files/patch-ipv6mon.c Mon Jun 8 13:15:29 2020 (r538213) +++ head/net-mgmt/ipv6mon/files/patch-ipv6mon.c Mon Jun 8 13:17:28 2020 (r538214) @@ -1,6 +1,6 @@ ---- ipv6mon.c.orig 2012-09-20 13:02:24.000000000 +0900 -+++ ipv6mon.c 2012-09-20 13:02:26.000000000 +0900 -@@ -277,7 +277,7 @@ +--- ipv6mon.c.orig 2012-10-26 09:06:17 UTC ++++ ipv6mon.c +@@ -277,7 +277,7 @@ int main(int argc, char **argv){ } if(!configfile_f){ @@ -9,7 +9,7 @@ } if(process_config_file(configfile) == -1) -@@ -888,7 +888,8 @@ +@@ -888,7 +888,8 @@ void print_help(void){ usage(); puts("\nOPTIONS:\n"