Date: Wed, 23 Sep 2020 12:15:06 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549715 - head/net/mrtparse Message-ID: <202009231215.08NCF6KD071529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivier Date: Wed Sep 23 12:15:05 2020 New Revision: 549715 URL: https://svnweb.freebsd.org/changeset/ports/549715 Log: Update to 2.0.0 Reported by: portscout Modified: head/net/mrtparse/Makefile head/net/mrtparse/distinfo Modified: head/net/mrtparse/Makefile ============================================================================== --- head/net/mrtparse/Makefile Wed Sep 23 12:14:29 2020 (r549714) +++ head/net/mrtparse/Makefile Wed Sep 23 12:15:05 2020 (r549715) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mrtparse -PORTVERSION= 1.7 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,18 +21,12 @@ NO_ARCH= yes USE_GITHUB= yes USE_PYTHON= autoplist distutils -SHEBANG_FILES= examples/print_all.py \ - examples/mrt2bgpdump.py \ - examples/mrt2exabgp.py \ - examples/slice.py \ - examples/summary.py +SHEBANG_FILES= examples/mrt2bgpdump.py \ + examples/mrt2exabgp.py post-patch: - @${MV} ${WRKSRC}/examples/print_all.py ${WRKSRC}/examples/mrt_print_all @${MV} ${WRKSRC}/examples/mrt2bgpdump.py ${WRKSRC}/examples/mrt2bgpdump @${MV} ${WRKSRC}/examples/mrt2exabgp.py ${WRKSRC}/examples/mrt2exabgp - @${MV} ${WRKSRC}/examples/slice.py ${WRKSRC}/examples/mrt_slice - @${MV} ${WRKSRC}/examples/summary.py ${WRKSRC}/examples/mrt_summary @${RM} ${WRKSRC}/examples/README.rst .include <bsd.port.mk> Modified: head/net/mrtparse/distinfo ============================================================================== --- head/net/mrtparse/distinfo Wed Sep 23 12:14:29 2020 (r549714) +++ head/net/mrtparse/distinfo Wed Sep 23 12:15:05 2020 (r549715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574355874 -SHA256 (t2mune-mrtparse-v1.7_GH0.tar.gz) = 623188ed5fec504ae9e8af214b3d67073deb9e0d7fec474cbe6b4291e74afa78 -SIZE (t2mune-mrtparse-v1.7_GH0.tar.gz) = 38322 +TIMESTAMP = 1600863192 +SHA256 (t2mune-mrtparse-v2.0.0_GH0.tar.gz) = 16edc28537181fcb6b1d86bcbfd74e216fbe47a5aa34ee0b70928e896dc78ae9 +SIZE (t2mune-mrtparse-v2.0.0_GH0.tar.gz) = 35190
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231215.08NCF6KD071529>