From owner-svn-ports-all@freebsd.org Mon Feb 12 04:54:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD3C2F171BC; Mon, 12 Feb 2018 04:54:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82ECA7E057; Mon, 12 Feb 2018 04:54:25 +0000 (UTC) (envelope-from yuri@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 7DD875566; Mon, 12 Feb 2018 04:54:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1C4sPus086778; Mon, 12 Feb 2018 04:54:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1C4sPSu086776; Mon, 12 Feb 2018 04:54:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802120454.w1C4sPSu086776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 12 Feb 2018 04:54:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461551 - head/net-mgmt/snmp++ X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-mgmt/snmp++ X-SVN-Commit-Revision: 461551 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.25 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: Mon, 12 Feb 2018 04:54:26 -0000 Author: yuri Date: Mon Feb 12 04:54:25 2018 New Revision: 461551 URL: https://svnweb.freebsd.org/changeset/ports/461551 Log: net-mgmt/snmp++: Added LICENSE; Updated WWW URL PR: 207767 Submitted by: rodrigo Approved by: timeout expired, tcberner (mentor, implicit) Modified: head/net-mgmt/snmp++/Makefile head/net-mgmt/snmp++/pkg-descr Modified: head/net-mgmt/snmp++/Makefile ============================================================================== --- head/net-mgmt/snmp++/Makefile Mon Feb 12 01:58:09 2018 (r461550) +++ head/net-mgmt/snmp++/Makefile Mon Feb 12 04:54:25 2018 (r461551) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}v${PORTVERSION} MAINTAINER= nicolai@petri.dk COMMENT= SNMP C++ library with V3 support +LICENSE= BSD3CLAUSE + MAKEFILE= Makefile.FreeBSD WRKSRC= ${WRKDIR}/${PORTNAME}/src Modified: head/net-mgmt/snmp++/pkg-descr ============================================================================== --- head/net-mgmt/snmp++/pkg-descr Mon Feb 12 01:58:09 2018 (r461550) +++ head/net-mgmt/snmp++/pkg-descr Mon Feb 12 04:54:25 2018 (r461551) @@ -13,4 +13,4 @@ SNMP++v3.x extends the original SNMP++v2.8 by the foll # Thread-safety # Bug-fixes -WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html +WWW: https://www.agentpp.com/api/cpp/snmp_pp.html