Date: Wed, 23 Feb 2011 15:48:50 -0900 From: "Beech Rintoul" <beech@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/154989: [PATCH] irc/gseen.mod: Chase eggdrop update Message-ID: <1298508530.27194@pinnacle.akherb.com> Resent-Message-ID: <201102240050.p1O0o8Us011692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154989 >Category: ports >Synopsis: [PATCH] irc/gseen.mod: Chase eggdrop update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 24 00:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Beech Rintoul >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: FreeBSD >Environment: System: FreeBSD 8.2-PRERELEASE #7: Wed Feb 16 16:01:39 AKST 2011 beech@pinnacle.akherb.com:/usr/obj/usr/src/sys/GENERIC >Description: Chase eggdrop update Bump portrevision >How-To-Repeat: >Fix: --- gseen.mod/Makefile 27 Apr 2008 08:13:52 -0000 1.8 +++ gseen.mod/Makefile 24 Feb 2011 00:29:25 -0000 @@ -7,7 +7,7 @@ PORTNAME= gseen.mod PORTVERSION= 1.1.1.p3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.kreativrauschen.de/gseen.mod/ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/} @@ -15,22 +15,23 @@ MAINTAINER= gerrit.beine@gmx.de COMMENT= A seen-module for the eggdrop IRC bot +USE_TCL= 85+ + EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 WRKSRC= ${WRKDIR}/eggdrop -CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \ - --with-tclinc=${LOCALBASE}/include/tcl84/tcl.h +CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ + --with-tclinc=${TCL_INCLUDEDIR}/tcl.h GNU_CONGFIGURE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../irc/eggdrop/work/eggdrop1.6.19 ${WRKSRC} + @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../irc/eggdrop/work/eggdrop1.6.20 ${WRKSRC} cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} post-extract: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1298508530.27194>