Index: head/irc/ircd-hybrid/Makefile =================================================================== --- head/irc/ircd-hybrid/Makefile (revision 74691) +++ head/irc/ircd-hybrid/Makefile (revision 74692) @@ -1,48 +1,53 @@ # New ports collection makefile for: ircd-hybrid # Date Created: 2001-10-07 # Whom: David Taylor # # $FreeBSD$ # PORTNAME= ircd-hybrid -PORTVERSION= 6.3 +PORTVERSION= 6.3.1 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ircd-hybrid EXTRACT_SUFX= .tgz -MAINTAINER= davidt@yadt.co.uk +MAINTAINER= so14k@so14k.com MAN8= ircd.8 USE_GMAKE= yes GNU_CONFIGURE= yes +CPIO?= /usr/bin/cpio --quiet -pdum -R + .if !defined(PACKAGE_BUILDING) && !defined(BATCH) IS_INTERACTIVE= yes .endif post-extract: @${MV} ${WRKSRC}/include/config.h ${WRKSRC}/include/config.h.in @${MV} ${WRKSRC}/tools/install_ircd ${WRKSRC}/tools/install_ircd.in post-configure: ${CHMOD} +x ${WRKSRC}/tools/install_ircd pre-install: .if !defined(PACKAGE_BUILDING) && !defined(BATCH) @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} + @cd ${WRKSRC}/doc && ${FIND} * -type f -print \ + | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + @${CHMOD} -R ${SHAREMODE} ${DOCSDIR} + @${CHMOD} -R a+X ${DOCSDIR} .endif @${SED} -e "s#%PREFIX%#${PREFIX}#" ${FILESDIR}/ircd.sh \ > ${WRKDIR}/ircd.sh @${INSTALL_SCRIPT} ${WRKDIR}/ircd.sh ${PREFIX}/etc/rc.d - @${CAT} ${PKGMESSAGE} + @${SED} -e "s#/usr/local/#${PREFIX}/#" ${PKGMESSAGE} .include Property changes on: head/irc/ircd-hybrid/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/irc/ircd-hybrid/distinfo =================================================================== --- head/irc/ircd-hybrid/distinfo (revision 74691) +++ head/irc/ircd-hybrid/distinfo (revision 74692) @@ -1 +1 @@ -MD5 (ircd-hybrid-6.3.tgz) = 47c14c797142ca3e2fb22d74adfaa727 +MD5 (ircd-hybrid-6.3.1.tgz) = 117bb857b165a2a92e7f43eeac3e78d6 Property changes on: head/irc/ircd-hybrid/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/irc/ircd-hybrid/pkg-descr =================================================================== --- head/irc/ircd-hybrid/pkg-descr (revision 74691) +++ head/irc/ircd-hybrid/pkg-descr (revision 74692) @@ -1,9 +1,9 @@ A port of the ircd-hybrid IRC daemon. -ircd-hybrid includes a number of improvements over a standard ircd-2.8 -server, including compressed server<->server links, chamode +e, and TS5 -support. +ircd-hybrid includes a number of improvements over a standard +ircd-2.8 server, including compressed server<->server links, chamode ++e, and TS5 support. WWW: http://www.ircd-hybrid.org/ - David-T Property changes on: head/irc/ircd-hybrid/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/irc/ircd-hybrid/pkg-message =================================================================== --- head/irc/ircd-hybrid/pkg-message (revision 74691) +++ head/irc/ircd-hybrid/pkg-message (revision 74692) @@ -1,12 +1,13 @@ ircd-hybrid has now been installed. -You should now copy ${PREFIX}/etc/ircd/*.sample to -${PREFIX}/etc/ircd/*, and them to suit your needs. +You should now copy /usr/local/etc/ircd/*.sample to +/usr/local/etc/ircd/*, and them to suit your needs. -Please note: you should copy _all_ the sample files to the corresponding -configuration file, even if you just leave it empty, otherwise ircd-hybrid -may refuse to start. +Please note: you should copy _all_ the sample files +to the corresponding configuration file, even if you +just leave it empty, otherwise ircd-hybrid may refuse +to start. You may then start the server by running: - ${PREFIX}/etc/rc.d/ircd.sh start + /usr/local/etc/rc.d/ircd.sh start Property changes on: head/irc/ircd-hybrid/pkg-message ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/irc/ircd-hybrid/pkg-plist =================================================================== --- head/irc/ircd-hybrid/pkg-plist (revision 74691) +++ head/irc/ircd-hybrid/pkg-plist (revision 74692) @@ -1,37 +1,37 @@ bin/ircd bin/mkpasswd bin/viconf bin/viklines bin/vimotd etc/ircd/ircd.conf.sample etc/ircd/ircd.motd.sample etc/ircd/kline.conf.sample etc/ircd/opers.txt.sample etc/rc.d/ircd.sh -@unexec rmdir %D/etc/ircd 2>/dev/null || true -%%PORTDOCS%%share/doc/ircd-hybrid/CIDR.txt -%%PORTDOCS%%share/doc/ircd-hybrid/INDEX -%%PORTDOCS%%share/doc/ircd-hybrid/Makefile -%%PORTDOCS%%share/doc/ircd-hybrid/README.TSora -%%PORTDOCS%%share/doc/ircd-hybrid/Tao-of-IRC.940110 -%%PORTDOCS%%share/doc/ircd-hybrid/blalloc.txt -%%PORTDOCS%%share/doc/ircd-hybrid/example.conf -%%PORTDOCS%%share/doc/ircd-hybrid/example.conf.trillian -%%PORTDOCS%%share/doc/ircd-hybrid/ircd.8 -%%PORTDOCS%%share/doc/ircd-hybrid/mtrie.txt -%%PORTDOCS%%share/doc/ircd-hybrid/old/Authors -%%PORTDOCS%%share/doc/ircd-hybrid/old/Etiquette -%%PORTDOCS%%share/doc/ircd-hybrid/old/README -%%PORTDOCS%%share/doc/ircd-hybrid/old/US-Admin/Networking -%%PORTDOCS%%share/doc/ircd-hybrid/old/US-Admin/Operators -%%PORTDOCS%%share/doc/ircd-hybrid/old/US-Admin/README -%%PORTDOCS%%share/doc/ircd-hybrid/operguide.txt -%%PORTDOCS%%share/doc/ircd-hybrid/opermyth.txt -%%PORTDOCS%%share/doc/ircd-hybrid/rfc1459.txt -%%PORTDOCS%%share/doc/ircd-hybrid/server-version-info -%%PORTDOCS%%share/doc/ircd-hybrid/simple.conf -%%PORTDOCS%%share/doc/ircd-hybrid/ts5.txt -%%PORTDOCS%%share/doc/ircd-hybrid/yline.txt +%%PORTDOCS%%/doc/ircd-hybrid/CIDR.txt +%%PORTDOCS%%/doc/ircd-hybrid/INDEX +%%PORTDOCS%%/doc/ircd-hybrid/Makefile +%%PORTDOCS%%/doc/ircd-hybrid/README.TSora +%%PORTDOCS%%/doc/ircd-hybrid/Tao-of-IRC.940110 +%%PORTDOCS%%/doc/ircd-hybrid/blalloc.txt +%%PORTDOCS%%/doc/ircd-hybrid/example.conf +%%PORTDOCS%%/doc/ircd-hybrid/example.conf.trillian +%%PORTDOCS%%/doc/ircd-hybrid/ircd.8 +%%PORTDOCS%%/doc/ircd-hybrid/mtrie.txt +%%PORTDOCS%%/doc/ircd-hybrid/old/Authors +%%PORTDOCS%%/doc/ircd-hybrid/old/Etiquette +%%PORTDOCS%%/doc/ircd-hybrid/old/README +%%PORTDOCS%%/doc/ircd-hybrid/old/US-Admin/Networking +%%PORTDOCS%%/doc/ircd-hybrid/old/US-Admin/Operators +%%PORTDOCS%%/doc/ircd-hybrid/old/US-Admin/README +%%PORTDOCS%%/doc/ircd-hybrid/operguide.txt +%%PORTDOCS%%/doc/ircd-hybrid/opermyth.txt +%%PORTDOCS%%/doc/ircd-hybrid/rfc1459.txt +%%PORTDOCS%%/doc/ircd-hybrid/server-version-info +%%PORTDOCS%%/doc/ircd-hybrid/simple.conf +%%PORTDOCS%%/doc/ircd-hybrid/ts5.txt +%%PORTDOCS%%/doc/ircd-hybrid/yline.txt %%PORTDOCS%%@dirrm share/doc/ircd-hybrid/old/US-Admin %%PORTDOCS%%@dirrm share/doc/ircd-hybrid/old %%PORTDOCS%%@dirrm share/doc/ircd-hybrid +@unexec rmdir %D/etc/ircd 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/ircd`` to remove any configuration files left." | fmt Property changes on: head/irc/ircd-hybrid/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property