diff options
-rw-r--r-- | irc/riece-emacs21/Makefile | 4 | ||||
-rw-r--r-- | irc/riece/Makefile | 13 | ||||
-rw-r--r-- | irc/riece/distinfo | 4 | ||||
-rw-r--r-- | irc/riece/pkg-message | 2 |
4 files changed, 8 insertions, 15 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index d8b5e0f2432f..6d2f56d935d9 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: riece -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro <yasu@utahime.org> -# # $FreeBSD$ MASTERDIR= ${.CURDIR}/../riece diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 56bb39accdbf..9e3d14670186 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: riece -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro <yasu@utahime.org> -# # $FreeBSD$ PORTNAME= riece -PORTVERSION= 8.0.0 -PORTREVISION= 3 +PORTVERSION= 9.0.0 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= ${MASTER_SITE_SAVANNAH} @@ -21,13 +16,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} USE_GMAKE= yes -USE_RUBY= yes -RUBY_VER= 1.8 INFO= riece-en riece-ja +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} diff --git a/irc/riece/distinfo b/irc/riece/distinfo index c802b0293e5f..c633096f0816 100644 --- a/irc/riece/distinfo +++ b/irc/riece/distinfo @@ -1,2 +1,2 @@ -SHA256 (riece-8.0.0.tar.gz) = e2da635832a07c8a44bdc4ff57e6f427d270fad9a5c71423b8de5811f21ef5a6 -SIZE (riece-8.0.0.tar.gz) = 432370 +SHA256 (riece-9.0.0.tar.gz) = 88928dc21df3f3b15158e64b77268882544e6afa1d93f3545435ce430837fd2d +SIZE (riece-9.0.0.tar.gz) = 438553 diff --git a/irc/riece/pkg-message b/irc/riece/pkg-message index a1dabae6abb6..ee36e575fc2f 100644 --- a/irc/riece/pkg-message +++ b/irc/riece/pkg-message @@ -3,4 +3,6 @@ To use riece, you should add the following line to your .emacs file: (autoload 'riece "riece" "Start Riece" t) +Some add-ons (e.g. riece-async, riece-rdcc) require Ruby. +If you use them, you need to install Ruby from port or package. ********************************************************************** |