aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ecb
diff options
context:
space:
mode:
authordryice <dryice@FreeBSD.org>2007-09-10 21:43:59 +0800
committerdryice <dryice@FreeBSD.org>2007-09-10 21:43:59 +0800
commit383d3f6bab6af0e69c2a35a627b310c6e4247178 (patch)
tree24938a23c06250990bf2dc0d66754a08e2eb799b /devel/ecb
parent5695af58f90d06ee7d9ac2f66e1d606a55adc306 (diff)
downloadfreebsd-ports-gnome-383d3f6bab6af0e69c2a35a627b310c6e4247178.tar.gz
freebsd-ports-gnome-383d3f6bab6af0e69c2a35a627b310c6e4247178.tar.zst
freebsd-ports-gnome-383d3f6bab6af0e69c2a35a627b310c6e4247178.zip
- bump PORTREVERSION to force rebuild to catch cedet update
- catch up Emacs 22 as default - update my mail address
Diffstat (limited to 'devel/ecb')
-rw-r--r--devel/ecb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile
index 1993fa727260..f09a31f0a436 100644
--- a/devel/ecb/Makefile
+++ b/devel/ecb/Makefile
@@ -7,20 +7,20 @@
PORTNAME= ecb
PORTVERSION= 2.32
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= ecb
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-MAINTAINER= dryice@dryice.name
+MAINTAINER= dryice@FreeBSD.org
COMMENT= Emacs Code Browser
USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
+EMACS_PORT_NAME?= emacs22
-.if ${EMACS_PORT_NAME} != "emacs21"
+.if ${EMACS_PORT_NAME} != "emacs22"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
.endif