From owner-svn-ports-head@freebsd.org Thu Mar 28 11:16:45 2019 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 A601A155916E; Thu, 28 Mar 2019 11:16:45 +0000 (UTC) (envelope-from rodrigo@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 3EC9E6BDD9; Thu, 28 Mar 2019 11:16:45 +0000 (UTC) (envelope-from rodrigo@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 238281E5EB; Thu, 28 Mar 2019 11:16:45 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2SBGis8081680; Thu, 28 Mar 2019 11:16:44 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2SBGiGw081679; Thu, 28 Mar 2019 11:16:44 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201903281116.x2SBGiGw081679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 28 Mar 2019 11:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497011 - head/russian/ircd-hybrid X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/russian/ircd-hybrid X-SVN-Commit-Revision: 497011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3EC9E6BDD9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Thu, 28 Mar 2019 11:16:45 -0000 Author: rodrigo Date: Thu Mar 28 11:16:44 2019 New Revision: 497011 URL: https://svnweb.freebsd.org/changeset/ports/497011 Log: Mark this port broken and set an expiration date The russian hybrid ircd project is abandonned since 2009 and the code is one major version under the hybrid ircd project. In addition the server doesn't compile after the last openssl API change. Set the expiration date to the end of next month, and bump portrevision. Modified: head/russian/ircd-hybrid/Makefile Modified: head/russian/ircd-hybrid/Makefile ============================================================================== --- head/russian/ircd-hybrid/Makefile Thu Mar 28 10:40:56 2019 (r497010) +++ head/russian/ircd-hybrid/Makefile Thu Mar 28 11:16:44 2019 (r497011) @@ -3,7 +3,7 @@ PORTNAME= ircd PORTVERSION= 7.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= russian irc MASTER_SITES= SF/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru-${PORTVERSION} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -18,9 +18,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* ircd-ratbox* bnc whois -BROKEN_aarch64= fails to compile: passing void * to parameter of incompatible type -BROKEN_armv6= fails to compile: passing void * to parameter of incompatible type -BROKEN_armv7= fails to compile: passing void * to parameter of incompatible type +BROKEN= Don't compile after last openssl API changes +DEPRECATED= The project is inactive since 2009 and the code is outdated +EXPIRATION_DATE= 2019-04-30 WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-ru USES= bison ssl