Index: head/irc/iroffer/Makefile =================================================================== --- head/irc/iroffer/Makefile (revision 126331) +++ head/irc/iroffer/Makefile (revision 126332) @@ -1,33 +1,34 @@ # New ports collection makefile for: iroffer # Date created: November 22, 2000 # Whom: Donald Burr # # $FreeBSD$ # PORTNAME= iroffer -PORTVERSION= 1.2b29 +PORTVERSION= 1.4.1 CATEGORIES= irc -MASTER_SITES= http://iroffer.org/archive/v1.2/ -DISTNAME= iroffer${PORTVERSION} +MASTER_SITES= http://iroffer.org/archive/v1.4/ +DISTNAME= iroffer1.4.b01 EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.ORG COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/dynip.sh ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/sample.config ${EXAMPLESDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/irc/iroffer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/irc/iroffer/distinfo =================================================================== --- head/irc/iroffer/distinfo (revision 126331) +++ head/irc/iroffer/distinfo (revision 126332) @@ -1,2 +1,2 @@ -MD5 (iroffer1.2b29.tgz) = c49a98ef9515320b235759c0fe1b4eda -SIZE (iroffer1.2b29.tgz) = 101202 +MD5 (iroffer1.4.b01.tgz) = a700624b641c2a5468892ad3c064c35f +SIZE (iroffer1.4.b01.tgz) = 128826 Property changes on: head/irc/iroffer/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/irc/iroffer/pkg-plist =================================================================== --- head/irc/iroffer/pkg-plist (revision 126331) +++ head/irc/iroffer/pkg-plist (revision 126332) @@ -1,8 +1,9 @@ +bin/convertxdccfile bin/iroffer %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/WHATSNEW %%PORTDOCS%%%%EXAMPLESDIR%%/dynip.sh %%PORTDOCS%%%%EXAMPLESDIR%%/iroffer.cron %%PORTDOCS%%%%EXAMPLESDIR%%/sample.config %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% Property changes on: head/irc/iroffer/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property