diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-06 23:07:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-06 23:07:56 +0000 |
commit | db8084b41fca91b06695d293523f3f96de9154bb (patch) | |
tree | a85616e197d0896edf0af4d2380d532ae61adf75 /irc/riece-emacs21/Makefile | |
parent | - Fix MASTER_SITES (diff) |
- Update to 1.0.8.
PR: ports/78513
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to '')
-rw-r--r-- | irc/riece-emacs21/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index f5aa54f3af79..d2c8cf4642f3 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -5,14 +5,12 @@ # $FreeBSD$ PORTNAME= riece -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTFILES= ${PORTNAME}-${PORTVERSION}b${EXTRACT_SUFX} MAINTAINER= yasu@utahime.org COMMENT= IRC client for Emacs |