Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 May 2002 17:14:45 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37620: Update port: textproc/dictionary to 1.8.1
Message-ID:  <20020501081445.4328199BF6@sz.homedns.org>

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

>Number:         37620
>Category:       ports
>Synopsis:       Update port: textproc/dictionary to 1.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 01 01:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD sz.homedns.org 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #11: Tue Apr 23 11:04:54 JST 2002 root@sz.homedns.org:/sack/obj/usr/src/sys/NS i386


	
>Description:
Update to 1.8.1
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/dictionary/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2002/03/24 13:20:01	1.1
+++ Makefile	2002/05/01 08:12:59
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dictionary
-PORTVERSION=	1.8
+PORTVERSION=	1.8.1
 CATEGORIES=	textproc net elisp
 MASTER_SITES=	http://me.in-berlin.de/~myrkr/dictionary/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
@@ -16,10 +16,14 @@
 EMACS_PORT_NAME?=	emacs21
 
 LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
+ELS=		connection.el dictionary.el link.el
 
+do-build:
+	cd ${WRKSRC}; ${EMACS_CMD} -batch -l lpath.el -f batch-byte-compile ${ELS}
+
 do-install:
 	${MKDIR} ${LISPDIR}
-.for i in connection.* dictionary-init.el dictionary.* link.*
+.for i in ${ELS} *.elc dictionary-init.el
 	${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
 .endfor
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/dictionary/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2002/03/24 13:20:01	1.1
+++ distinfo	2002/05/01 08:12:59
@@ -1 +1 @@
-MD5 (dictionary-1.8.tar.gz) = 477438681ef914c69ef44ce0776b4faf
+MD5 (dictionary-1.8.1.tar.gz) = 69b7995ea5b3e2ce4769de373ffb9fa6

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

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




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