From owner-freebsd-ports Sat Dec 15 0:10:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA01037B420 for ; Sat, 15 Dec 2001 00:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF8A1D94262; Sat, 15 Dec 2001 00:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5280437B405 for ; Sat, 15 Dec 2001 00:01:54 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF81rL90408; Sat, 15 Dec 2001 00:01:53 -0800 (PST) (envelope-from nobody) Message-Id: <200112150801.fBF81rL90408@freefall.freebsd.org> Date: Sat, 15 Dec 2001 00:01:53 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32853: Update port: devel/libtecla to 1.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32853 >Category: ports >Synopsis: Update port: devel/libtecla to 1.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 15 00:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libtecla/Makefile devel/libtecla/Makefile --- /usr/ports/devel/libtecla/Makefile Wed Jul 4 16:32:03 2001 +++ devel/libtecla/Makefile Tue Dec 11 22:40:09 2001 @@ -7,28 +7,41 @@ # PORTNAME= libtecla -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes - WRKSRC= ${WRKDIR}/${PORTNAME} -ALL_TARGET= + +GNU_CONFIGURE= yes +ALL_TARGET= default MAN3= cfc_file_start.3 cfc_literal_escapes.3 cfc_set_check_fn.3 \ cpl_add_completion.3 cpl_complete_word.3 cpl_file_completions.3 \ cpl_last_error.3 cpl_list_completions.3 cpl_record_error.3 \ - del_CplFileConf.3 del_ExpandFile.3 del_GetLine.3 del_PathCache.3 \ - del_PcaPathConf.3 del_WordCompletion.3 ef_expand_file.3 \ - ef_last_error.3 ef_list_expansions.3 gl_change_terminal.3 \ - gl_customize_completion.3 \ - gl_get_line.3 libtecla.3 new_CplFileConf.3 new_ExpandFile.3 \ - new_GetLine.3 new_PathCache.3 new_PcaPathConf.3 new_WordCompletion.3 \ - pca_last_error.3 pca_lookup_file.3 pca_path_completions.3 \ - pca_scan_path.3 pca_set_check_fn.3 ppc_file_start.3 \ - ppc_literal_escapes.3 + del_CplFileConf.3 del_ExpandFile.3 del_GetLine.3 \ + del_PathCache.3 del_PcaPathConf.3 del_WordCompletion.3 \ + ef_expand_file.3 ef_last_error.3 ef_list_expansions.3 \ + enhance.3 gl_change_terminal.3 gl_clear_history.3 \ + gl_configure_getline.3 gl_customize_completion.3 gl_echo_mode.3 \ + gl_get_line.3 gl_group_history.3 gl_ignore_signal.3 \ + gl_last_signal.3 gl_limit_history.3 gl_load_history.3 \ + gl_lookup_history.3 gl_prompt_style.3 gl_range_of_history.3 \ + gl_resize_history.3 gl_save_history.3 gl_show_history.3 \ + gl_size_of_history.3 gl_state_of_history.3 gl_terminal_size.3 \ + gl_toggle_history.3 gl_trap_signal.3 gl_watch_fd.3 \ + libtecla.3 libtecla_version.3 new_CplFileConf.3 \ + new_ExpandFile.3 new_GetLine.3 new_PathCache.3 \ + new_PcaPathConf.3 new_WordCompletion.3 pca_last_error.3 \ + pca_lookup_file.3 pca_path_completions.3 pca_scan_path.3 \ + pca_set_check_fn.3 ppc_file_start.3 ppc_literal_escapes.3 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/enhance ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/libtecla.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libtecla.h ${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/man3/*.3 ${MANPREFIX}/man/man3 .include diff -urN /usr/ports/devel/libtecla/distinfo devel/libtecla/distinfo --- /usr/ports/devel/libtecla/distinfo Wed Jul 4 16:32:03 2001 +++ devel/libtecla/distinfo Tue Dec 11 22:05:09 2001 @@ -1 +1 @@ -MD5 (libtecla-1.3.3.tar.gz) = e2418443eb2ba982a735330642ade4c6 +MD5 (libtecla-1.4.0.tar.gz) = 2ac0cf19042e69338cec83866273ff0f diff -urN /usr/ports/devel/libtecla/pkg-plist devel/libtecla/pkg-plist --- /usr/ports/devel/libtecla/pkg-plist Sat Mar 17 03:25:43 2001 +++ devel/libtecla/pkg-plist Tue Dec 11 22:26:32 2001 @@ -1,2 +1,3 @@ +bin/enhance lib/libtecla.a include/libtecla.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message