From owner-svn-ports-head@freebsd.org Sun Dec 16 11:59:51 2018 Return-Path: Delivered-To: svn-ports-head@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 01F111323780; Sun, 16 Dec 2018 11:59:51 +0000 (UTC) (envelope-from egypcio@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 97B3A848ED; Sun, 16 Dec 2018 11:59:50 +0000 (UTC) (envelope-from egypcio@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 8911426FCE; Sun, 16 Dec 2018 11:59:50 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGBxopx029040; Sun, 16 Dec 2018 11:59:50 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBGBxojL029038; Sun, 16 Dec 2018 11:59:50 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812161159.wBGBxojL029038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Sun, 16 Dec 2018 11:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487581 - head/irc/anope X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/irc/anope X-SVN-Commit-Revision: 487581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 97B3A848ED X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.83 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.88)[-0.883,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 16 Dec 2018 11:59:51 -0000 Author: egypcio Date: Sun Dec 16 11:59:49 2018 New Revision: 487581 URL: https://svnweb.freebsd.org/changeset/ports/487581 Log: irc/anope: update 2.0.5 to 2.0.6 - adopt the port; - silent portlint. Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D18489 Modified: head/irc/anope/Makefile head/irc/anope/distinfo Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Sun Dec 16 11:56:33 2018 (r487580) +++ head/irc/anope/Makefile Sun Dec 16 11:59:49 2018 (r487581) @@ -2,25 +2,22 @@ # $FreeBSD$ PORTNAME= anope -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= irc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@FreeBSD.org COMMENT= Set of IRC services for IRC networks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING USES= cmake:outsource localbase:ldflags shebangfix -CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" -SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh - -CFLAGS_amd64= -fPIC - USE_GITHUB= yes - USE_RC_SUBR= anope +CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" +SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh +CFLAGS_amd64= -fPIC SUB_FILES= pkg-message OPTIONS_DEFINE= GNUTLS LDAP MYSQL NLS OPENSSL PCRE POSIX REDIS SASL SQLITE STATS TRE Modified: head/irc/anope/distinfo ============================================================================== --- head/irc/anope/distinfo Sun Dec 16 11:56:33 2018 (r487580) +++ head/irc/anope/distinfo Sun Dec 16 11:59:49 2018 (r487581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497014744 -SHA256 (anope-anope-2.0.5_GH0.tar.gz) = acfaa189b05a08108838dcdd6dc6c445cc437861911a7c922599eb7b862f3109 -SIZE (anope-anope-2.0.5_GH0.tar.gz) = 1779920 +TIMESTAMP = 1544364460 +SHA256 (anope-anope-2.0.6_GH0.tar.gz) = 0cbcbe438339dc230577b8922e61acd54489189f3467007534fdebbf94349c74 +SIZE (anope-anope-2.0.6_GH0.tar.gz) = 1781352