Date: Wed, 1 Dec 2004 10:27:57 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dryice Liu <dryice@liu.com.cn> Subject: ports/74572: [maintainer update] devel/ecb: update to 2.30 Message-ID: <20041201022800.A136DAE3192@smtp-2.hotpop.com> Resent-Message-ID: <200412010240.iB12eRjl054666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74572 >Category: ports >Synopsis: [maintainer update] devel/ecb: update to 2.30 >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 Dec 01 02:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #3: Mon Nov 22 22:17:32 CST 2004 >Description: Changes: - update to 2.30 - fix the usage of PORTDOCS >How-To-Repeat: N/A >Fix: --- ecb.diff begins here --- diff -ruN ecb.old/Makefile ecb/Makefile --- ecb.old/Makefile Wed Sep 1 14:59:54 2004 +++ ecb/Makefile Wed Dec 1 10:22:54 2004 @@ -6,7 +6,7 @@ # PORTNAME= ecb -PORTVERSION= 2.27 +PORTVERSION= 2.30 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ecb @@ -49,6 +49,10 @@ INFO= ecb +.if !defined(NOPORTDOCS) +PORTDOCS= NEWS README RELEASE_NOTES +.endif + pre-everything:: .if !defined(WITHOUT_ICONS) @${ECHO_MSG} "" @@ -91,7 +95,7 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in NEWS README RELEASE_NOTES +.for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif diff -ruN ecb.old/distinfo ecb/distinfo --- ecb.old/distinfo Wed Sep 1 14:59:54 2004 +++ ecb/distinfo Wed Dec 1 10:22:53 2004 @@ -1,2 +1,2 @@ -MD5 (ecb-2.27.tar.gz) = 2ae7ed3c849dd159a2410b1745016535 -SIZE (ecb-2.27.tar.gz) = 714811 +MD5 (ecb-2.30.tar.gz) = ec1d302e38f6e8648c6e6b511a6096af +SIZE (ecb-2.30.tar.gz) = 790544 diff -ruN ecb.old/pkg-plist ecb/pkg-plist --- ecb.old/pkg-plist Thu Jun 17 19:31:28 2004 +++ ecb/pkg-plist Wed Dec 1 10:22:56 2004 @@ -1,6 +1,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-autogen.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-autogen.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-autoloads.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-common-browser.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-common-browser.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compatibility.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compatibility.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compilation.el @@ -250,7 +252,3 @@ %%ICONS%%@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-images/methods %%ICONS%%@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-images @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- ecb.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041201022800.A136DAE3192>