Date: Mon, 19 Aug 2019 19:22:25 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509302 - in head: . net net/subnetcalc Message-ID: <201908191922.x7JJMPmu054122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Mon Aug 19 19:22:25 2019 New Revision: 509302 URL: https://svnweb.freebsd.org/changeset/ports/509302 Log: - revive net/subnetcalc - update to 2.4.14 - no geoip support, and lack of replacement - maintainer plans to implement libmaxminddb PR: 239854 (based on) Submitted by: dreibh@iem.uni-due.de (maintainer) Added: head/net/subnetcalc/ - copied from r490213, head/net/subnetcalc/ Modified: head/MOVED head/net/Makefile head/net/subnetcalc/Makefile head/net/subnetcalc/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Mon Aug 19 18:59:05 2019 (r509301) +++ head/MOVED Mon Aug 19 19:22:25 2019 (r509302) @@ -11547,7 +11547,6 @@ ftp/proftpd-mod_geoip||2019-02-16|Has expired: Uses le net/go-geoip||2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible net/py-GeoIP|net/py-GeoIP2|2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible net/pecl-geoip||2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -net/subnetcalc||2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible net/p5-Geo-IP||2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible net/rubygem-geoip||2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible security/sguil||2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Aug 19 18:59:05 2019 (r509301) +++ head/net/Makefile Mon Aug 19 19:22:25 2019 (r509302) @@ -1403,6 +1403,7 @@ SUBDIR += ssvnc SUBDIR += stone SUBDIR += stund + SUBDIR += subnetcalc SUBDIR += suckblow SUBDIR += sup SUBDIR += svnup Modified: head/net/subnetcalc/Makefile ============================================================================== --- head/net/subnetcalc/Makefile Sun Jan 13 21:22:06 2019 (r490213) +++ head/net/subnetcalc/Makefile Mon Aug 19 19:22:25 2019 (r509302) @@ -2,23 +2,18 @@ # $FreeBSD$ PORTNAME= subnetcalc -DISTVERSION= 2.4.9 +PORTVERSION= 2.4.14 CATEGORIES= net MASTER_SITES= https://www.uni-due.de/~be0001/subnetcalc/download/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= IPv4/IPv6 Subnet Calculator -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libGeoIP.so:net/GeoIP - -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - -USES= cmake -CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH="man" +USES= tar:xz cmake +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man PLIST_FILES= bin/subnetcalc \ man/man1/subnetcalc.1.gz Modified: head/net/subnetcalc/distinfo ============================================================================== --- head/net/subnetcalc/distinfo Sun Jan 13 21:22:06 2019 (r490213) +++ head/net/subnetcalc/distinfo Mon Aug 19 19:22:25 2019 (r509302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529320336 -SHA256 (subnetcalc-2.4.9.tar.gz) = dce27b53857625fdec0409b6534f89eb573d19cc2928ef6d81845902a759cbe9 -SIZE (subnetcalc-2.4.9.tar.gz) = 69257 +TIMESTAMP = 1565789859 +SHA256 (subnetcalc-2.4.14.tar.xz) = a602cdc8f79fcfcf053c57a0747d0aeda156afeeac1b0facfdac1d0acbae469c +SIZE (subnetcalc-2.4.14.tar.xz) = 68708
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908191922.x7JJMPmu054122>