ports/69972: [maintainer update]devel/cedet: upgrade to 1.0.b3.b
Dryice Liu
dryice at hotpop.com
Wed Aug 4 01:50:23 UTC 2004
>Number: 69972
>Category: ports
>Synopsis: [maintainer update]devel/cedet: upgrade to 1.0.b3.b
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 04 01:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Dryice Liu
>Release: FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Mon Mar 1 16:17:42 CST 2004
>Description:
Changes:
- upgrade to 1.0.b3.b
- fix the warning when deinstall
>How-To-Repeat:
N/A
>Fix:
--- cedet.diff begins here ---
diff -ruN cedet.old/Makefile cedet/Makefile
--- cedet.old/Makefile Wed Aug 4 08:14:04 2004
+++ cedet/Makefile Wed Aug 4 09:30:29 2004
@@ -6,13 +6,12 @@
#
PORTNAME= cedet
-PORTVERSION= 1.0.b2.b
-PORTREVISION= 2
+PORTVERSION= 1.0.b3.b
CATEGORIES= devel elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cedet
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-DISTNAME= ${PORTNAME}-1.0beta2b
+DISTNAME= ${PORTNAME}-1.0beta3b
MAINTAINER= dryice at liu.com.cn
COMMENT= Collection of Emacs Development Environment Tools
@@ -26,6 +25,9 @@
semantic-appdev semantic-langdev semantic-user \
wisent speedbar
SEMANTIC_ELISP_SUBDIRS= bovine wisent
+SEMANTIC_INFOS= bovine.info grammar-fw.info semantic-appdev.info\
+ semantic-langdev.info semantic-user.info semantic.info\
+ wisent.info
USE_GMAKE= yes
CONFLICTS= eieio* semantic* speedbar*
@@ -85,8 +87,9 @@
.for i in *.info*
${INSTALL_DATA} ${WRKSRC}/semantic/doc/${i} ${PREFIX}/info
.endfor
- install-info ${PREFIX}/info/semantic.info ${PREFIX}/info/dir
-
+.for i in ${SEMANTIC_INFOS}
+ install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
+.endfor
${INSTALL_SCRIPT} ${WRKSRC}/semantic/semanticdb.sh ${PREFIX}/bin
# speedbar
diff -ruN cedet.old/distinfo cedet/distinfo
--- cedet.old/distinfo Wed Aug 4 08:14:03 2004
+++ cedet/distinfo Wed Aug 4 08:30:24 2004
@@ -1,2 +1,2 @@
-MD5 (cedet-1.0beta2b.tar.gz) = f99691f093ec9dad732cbe7d9625cdd3
-SIZE (cedet-1.0beta2b.tar.gz) = 1249567
+MD5 (cedet-1.0beta3b.tar.gz) = f24a07c8c934596fb33a81b653edaf73
+SIZE (cedet-1.0beta3b.tar.gz) = 1268732
diff -ruN cedet.old/pkg-plist cedet/pkg-plist
--- cedet.old/pkg-plist Wed Aug 4 08:14:07 2004
+++ cedet/pkg-plist Wed Aug 4 08:30:28 2004
@@ -58,6 +58,8 @@
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/icons/unlock.xpm
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/inversion.el
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/inversion.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/mode-local.el
+%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/mode-local.elc
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/pprint.el
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/pprint.elc
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/common/sformat.el
@@ -189,6 +191,8 @@
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-ctxt.elc
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-debug.el
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-debug.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-decorate-mode.el
+%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-decorate-mode.elc
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-decorate.el
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-decorate.elc
%%EMACS_VERSION_SITE_LISPDIR%%/cedet/semantic/semantic-doc.el
--- cedet.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list