Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 15:40:50 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47500: Update port: devel/semantic (fix pkg-plist)
Message-ID:  <20030126064050.3C66854B7@hadaly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         47500
>Category:       ports
>Synopsis:       Update port: devel/semantic (fix pkg-plist)
>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:   Sat Jan 25 22:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
Fix pkg-plist (Submitted by Ayumu Kato <akato@rc5.so-net.ne.jp>)
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/semantic/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	28 Jun 2002 03:05:54 -0000	1.5
+++ Makefile	26 Jan 2003 06:39:26 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	semantic
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	devel elisp
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	cedet
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/semantic/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	28 Jun 2002 03:05:54 -0000	1.4
+++ pkg-plist	26 Jan 2003 06:39:26 -0000
@@ -3,6 +3,7 @@
 info/semantic.info-1
 info/semantic.info-2
 info/semantic.info-3
+info/semantic.info-4
 @exec install-info %D/info/semantic.info %D/info/dir
 %%EMACS_VERSION_SITE_LISPDIR%%/semantic/c.bnf
 %%EMACS_VERSION_SITE_LISPDIR%%/semantic/document-vars.el
@@ -61,6 +62,6 @@
 %%EMACS_VERSION_SITE_LISPDIR%%/semantic/working.el
 %%EMACS_VERSION_SITE_LISPDIR%%/semantic/working.elc
 @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/semantic
-%%PORTDOCS%%share/doc/semantic/INSTALL
-%%PORTDOCS%%share/doc/semantic/NEWS
-%%PORTDOCS%%@dirrm share/doc/semantic
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
cvs server: Diffing files

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126064050.3C66854B7>