From owner-svn-ports-all@freebsd.org Sun Nov 24 18:52:58 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 2871D1B78AE; Sun, 24 Nov 2019 18:52:58 +0000 (UTC) (envelope-from dbaio@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 47LfSB0BSbz4L8Y; Sun, 24 Nov 2019 18:52:58 +0000 (UTC) (envelope-from dbaio@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 DDEBB839; Sun, 24 Nov 2019 18:52:57 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAOIqvaC079154; Sun, 24 Nov 2019 18:52:57 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAOIqv00079151; Sun, 24 Nov 2019 18:52:57 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201911241852.xAOIqv00079151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 24 Nov 2019 18:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518348 - in head/irc: . eggdrop-devel eggdrop16 gseen.mod X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/irc: . eggdrop-devel eggdrop16 gseen.mod X-SVN-Commit-Revision: 518348 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, 24 Nov 2019 18:52:58 -0000 Author: dbaio Date: Sun Nov 24 18:52:56 2019 New Revision: 518348 URL: https://svnweb.freebsd.org/changeset/ports/518348 Log: irc/eggdrop: Copy to irc/eggdrop16 Make way for irc/eggdrop to be updated to its latest stable version (1.8.4). Added: head/irc/eggdrop16/ - copied from r518343, head/irc/eggdrop/ Modified: head/irc/Makefile head/irc/eggdrop-devel/Makefile head/irc/eggdrop16/Makefile head/irc/gseen.mod/Makefile Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Sun Nov 24 18:47:57 2019 (r518347) +++ head/irc/Makefile Sun Nov 24 18:52:56 2019 (r518348) @@ -24,6 +24,7 @@ SUBDIR += dxirc SUBDIR += eggdrop SUBDIR += eggdrop-devel + SUBDIR += eggdrop16 SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline Modified: head/irc/eggdrop-devel/Makefile ============================================================================== --- head/irc/eggdrop-devel/Makefile Sun Nov 24 18:47:57 2019 (r518347) +++ head/irc/eggdrop-devel/Makefile Sun Nov 24 18:52:56 2019 (r518348) @@ -27,7 +27,7 @@ LLD_UNSAFE= yes SUB_FILES= pkg-message -CONFLICTS= eggdrop +CONFLICTS= eggdrop eggdrop16 OPTIONS_DEFINE= DOCS Modified: head/irc/eggdrop16/Makefile ============================================================================== --- head/irc/eggdrop/Makefile Sun Nov 24 17:58:28 2019 (r518343) +++ head/irc/eggdrop16/Makefile Sun Nov 24 18:52:56 2019 (r518348) @@ -3,9 +3,9 @@ PORTNAME= eggdrop PORTVERSION= 1.6.21 -PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ +PKGNAMESUFFIX= 16 DISTNAME= ${PORTNAME}${PORTVERSION} DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2 @@ -14,6 +14,9 @@ COMMENT= The most popular open source Internet Relay C LICENSE= GPLv2 +DEPRECATED= Outdated, use irc/eggdrop instead +EXPIRATION_DATE= 2020-02-28 + OPTIONS_DEFINE= DOCS USES= tcl @@ -24,6 +27,9 @@ MAKE_JOBS_UNSAFE= yes LLD_UNSAFE= yes SUB_FILES= pkg-message + +CONFLICTS= eggdrop eggdrop-devel + PORTDOCS= * post-patch: Modified: head/irc/gseen.mod/Makefile ============================================================================== --- head/irc/gseen.mod/Makefile Sun Nov 24 18:47:57 2019 (r518347) +++ head/irc/gseen.mod/Makefile Sun Nov 24 18:52:56 2019 (r518348) @@ -13,9 +13,9 @@ COMMENT= Seen-module for the eggdrop IRC bot LICENSE= GPLv2+ -EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop:extract -BUILD_DEPENDS= eggdrop:irc/eggdrop -RUN_DEPENDS= eggdrop:irc/eggdrop +EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop16:extract +BUILD_DEPENDS= eggdrop:irc/eggdrop16 +RUN_DEPENDS= eggdrop:irc/eggdrop16 USES= tcl GNU_CONFIGURE= yes @@ -30,7 +30,7 @@ SUB_FILES= pkg-message do-extract: @${RM} -r ${WRKDIR} @${MKDIR} ${WRKDIR} - @${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop -V WRKSRC) ${WRKSRC} + @${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop16 -V WRKSRC) ${WRKSRC} cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} post-extract: