aboutsummaryrefslogtreecommitdiff
path: root/irc/riece
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-03 15:12:11 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-03 15:12:11 +0000
commitbfba7fe441b02e066208687711a53709749165a0 (patch)
tree632e344f889814a1490a1c1d8009776f99dcc523 /irc/riece
parent8bce858ae957c25cc78049d8db94067b109897e1 (diff)
downloadports-bfba7fe441b02e066208687711a53709749165a0.tar.gz
ports-bfba7fe441b02e066208687711a53709749165a0.zip
- update to 9.0.0 [2]
- trim Makefile header [2] - add message to pkg-message that some add-ons require Ruby [2] - remove dependency on ruby, since it is only needed for some add-ons [1] while here: - convert to optionsng - trim Makefile header from riece-emacs21 PR: 173360 Submitted by: Seiji Ohashi <sayzbrdg@gmail.com> [1], KIMURA Yasuhiro <yasu@utahime.org> [2] (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=308153
Diffstat (limited to 'irc/riece')
-rw-r--r--irc/riece/Makefile13
-rw-r--r--irc/riece/distinfo4
-rw-r--r--irc/riece/pkg-message2
3 files changed, 8 insertions, 11 deletions
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.
**********************************************************************