Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 18:52:57 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
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
Message-ID:  <201911241852.xAOIqv00079151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241852.xAOIqv00079151>