From owner-svn-ports-all@freebsd.org Sun Sep 22 09:05:32 2019 Return-Path: Delivered-To: svn-ports-all@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 D7A82FA81B; Sun, 22 Sep 2019 09:05:32 +0000 (UTC) (envelope-from riggs@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) server-signature RSA-PSS (4096 bits) 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 46bhPS5GCqz4XPt; Sun, 22 Sep 2019 09:05:32 +0000 (UTC) (envelope-from riggs@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 93BF3242B4; Sun, 22 Sep 2019 09:05:32 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8M95WKc082738; Sun, 22 Sep 2019 09:05:32 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8M95WQr082737; Sun, 22 Sep 2019 09:05:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201909220905.x8M95WQr082737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 Sep 2019 09:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512565 - head/net-p2p/ncdc X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/net-p2p/ncdc X-SVN-Commit-Revision: 512565 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2019 09:05:32 -0000 Author: riggs Date: Sun Sep 22 09:05:31 2019 New Revision: 512565 URL: https://svnweb.freebsd.org/changeset/ports/512565 Log: Update to upstream release 1.22.1 Details: - Update to new upstream release 1.22.1 - Introduce default OPTION for IP geolocation support PR: 239794 Submitted by: h.freshports@skarnell.se Approved by: maintainer timeout Modified: head/net-p2p/ncdc/Makefile head/net-p2p/ncdc/distinfo Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Sun Sep 22 08:56:50 2019 (r512564) +++ head/net-p2p/ncdc/Makefile Sun Sep 22 09:05:31 2019 (r512565) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ncdc -PORTVERSION= 1.20 -PORTREVISION= 2 +PORTVERSION= 1.22.1 CATEGORIES= net-p2p MASTER_SITES= http://dev.yorhel.nl/download/ @@ -20,7 +19,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libnettle.so:security/nettle \ libp11-kit.so:security/p11-kit -USES= gmake pkgconfig ncurses +USES= gmake gnome pkgconfig ncurses:port USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/ncdc \ @@ -28,5 +27,12 @@ PLIST_FILES= bin/ncdc \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= GEOIP +OPTIONS_DEFAULT= GEOIP + +GEOIP_CONFIGURE_WITH= geoip +GEOIP_CONFIGURE_ENV= GEOIP_LIBS="-L${LOCALBASE}/lib -lmaxminddb" +GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb .include Modified: head/net-p2p/ncdc/distinfo ============================================================================== --- head/net-p2p/ncdc/distinfo Sun Sep 22 08:56:50 2019 (r512564) +++ head/net-p2p/ncdc/distinfo Sun Sep 22 09:05:31 2019 (r512565) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533016608 -SHA256 (ncdc-1.20.tar.gz) = 8a998857df6289b6bd44287fc06f705b662098189f2a8fe95b1a5fbc703b9631 -SIZE (ncdc-1.20.tar.gz) = 367688 +TIMESTAMP = 1564822079 +SHA256 (ncdc-1.22.1.tar.gz) = d15fd378aa345f423e59a38691c668f69b516cd4b8afbbcdc446007740c3afad +SIZE (ncdc-1.22.1.tar.gz) = 371572