From owner-freebsd-ports Sun Jun 2 10:10:18 2002 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 8783637B408 for ; Sun, 2 Jun 2002 10:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52HA2i48301; Sun, 2 Jun 2002 10:10:02 -0700 (PDT) (envelope-from gnats) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by hub.freebsd.org (Postfix) with ESMTP id 3EDA837B401; Sun, 2 Jun 2002 10:04:35 -0700 (PDT) Received: from gwyn.kn-bremen.de (uucp@localhost [127.0.0.1]) by gwyn.kn-bremen.de (8.12.1/8.12.1/Debian -5) with ESMTP id g52H4Xu2002148; Sun, 2 Jun 2002 19:04:33 +0200 Received: from saturn.UUCP (uucp@localhost) by gwyn.kn-bremen.de (8.12.1/8.12.1/Debian -5) with UUCP id g52H4XFb002146; Sun, 2 Jun 2002 19:04:33 +0200 Received: (from nox@localhost) by saturn (8.11.4/8.8.5) id g52H69V61337; Sun, 2 Jun 2002 19:06:09 +0200 (CEST) Message-Id: <200206021706.g52H69V61337@saturn> Date: Sun, 2 Jun 2002 19:06:09 +0200 (CEST) From: Juergen Lock Reply-To: Juergen Lock To: FreeBSD-gnats-submit@FreeBSD.org Cc: greid@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38830: update devel/libtar to 1.2.5 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: 38830 >Category: ports >Synopsis: update devel/libtar to 1.2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 02 10:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 4.3-STABLE i386 >Organization: me? organized? >Environment: System: FreeBSD saturn 4.3-STABLE FreeBSD 4.3-STABLE #4: Sat Mar 9 15:54:14 CET 2002 nox@saturn:/www/w/usr/src4/src/sys/compile/SP3G.3I i386 [I'm Cc'ing this to the maintainer, hope its ok] >Description: update to 1.2.5, fix MLINKS >How-To-Repeat: apply patch, remove files/patch-lib::* >Fix: Removed files: files/patch-lib::append.c files/patch-lib::encode.c files/patch-lib::extract.c cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libtar/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/04/26 11:49:55 1.2 +++ Makefile 2002/06/02 15:49:06 @@ -6,7 +6,7 @@ # PORTNAME= libtar -PORTVERSION= 1.2 +PORTVERSION= 1.2.5 CATEGORIES= devel MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libtar/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/03/10 19:40:14 1.1 +++ distinfo 2002/06/01 16:08:26 @@ -1 +1 @@ -MD5 (libtar-1.2.tar.gz) = ad926b68bcf279a0d5e8ae656dc6a612 +MD5 (libtar-1.2.5.tar.gz) = 54a31eb321f75c6a77bd1aec459caae6 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/libtar/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/03/10 19:40:14 1.1 +++ pkg-descr 2002/06/01 16:52:36 @@ -4,3 +4,5 @@ - George Reid greid@ukug.uk.freebsd.org + +WWW: http://www-dev.cso.uiuc.edu/libtar/ cvs diff: Diffing files Index: files/manpages =================================================================== RCS file: /home/ncvs/ports/devel/libtar/files/manpages,v retrieving revision 1.3 diff -u -r1.3 manpages --- files/manpages 2001/09/11 14:56:54 1.3 +++ files/manpages 2002/06/02 16:00:18 @@ -1,70 +1,72 @@ -MAN3= TH_ISBLK.3 \ -TH_ISCHR.3 \ -TH_ISDIR.3 \ -TH_ISFIFO.3 \ -TH_ISLNK.3 \ -TH_ISLONGLINK.3 \ -TH_ISLONGNAME.3 \ -TH_ISREG.3 \ -TH_ISSYM.3 \ -libtar_hash_delete.3 \ -libtar_hash_insert.3 \ -libtar_hash_kill.3 \ -libtar_hash_new.3 \ -libtar_list_add.3 \ -libtar_list_del.3 \ -libtar_list_kill.3 \ -libtar_list_match.3 \ -libtar_list_new.3 \ -tar_append_eof.3 \ +MAN3= tar_open.3 \ tar_append_file.3 \ -tar_append_tree.3 \ tar_block_read.3 \ -tar_close.3 \ -tar_extract_all.3 \ -tar_extract_blockdev.3 \ -tar_extract_chardev.3 \ -tar_extract_dir.3 \ -tar_extract_fifo.3 \ +th_read.3 \ +th_set_from_stat.3 \ tar_extract_file.3 \ -tar_fd.3 \ -tar_fdopen.3 \ -tar_open.3 \ -th_finish.3 \ -th_get_crc.3 \ -th_get_devmajor.3 \ -th_get_devminor.3 \ -th_get_gid.3 \ -th_get_linkname.3 \ -th_get_mode.3 \ -th_get_mtime.3 \ th_get_pathname.3 \ -th_print.3 \ th_print_long_ls.3 \ -th_read.3 \ -th_set_device.3 \ -th_set_from_stat.3 -MLINKS= tar_append_file.3 tar_append_regfile.3 \ +tar_extract_all.3 \ +libtar_hash_new.3 \ +libtar_list_new.3 +MLINKS= tar_open.3 tar_fdopen.3 \ +tar_open.3 tar_fd.3 \ +tar_open.3 tar_close.3 \ +tar_append_file.3 tar_append_eof.3 \ +tar_append_file.3 tar_append_regfile.3 \ tar_block_read.3 tar_block_write.3 \ th_read.3 th_write.3 \ +th_set_from_stat.3 th_finish.3 \ +th_set_from_stat.3 th_set_device.3 \ th_set_from_stat.3 th_set_group.3 \ th_set_from_stat.3 th_set_link.3 \ th_set_from_stat.3 th_set_mode.3 \ th_set_from_stat.3 th_set_path.3 \ th_set_from_stat.3 th_set_type.3 \ th_set_from_stat.3 th_set_user.3 \ +tar_extract_file.3 tar_extract_blockdev.3 \ +tar_extract_file.3 tar_extract_chardev.3 \ +tar_extract_file.3 tar_extract_dir.3 \ +tar_extract_file.3 tar_extract_fifo.3 \ tar_extract_file.3 tar_extract_hardlink.3 \ tar_extract_file.3 tar_extract_regfile.3 \ tar_extract_file.3 tar_extract_symlink.3 \ tar_extract_file.3 tar_skip_regfile.3 \ tar_extract_file.3 tar_set_file_perms.3 \ +th_get_pathname.3 TH_ISBLK.3 \ +th_get_pathname.3 TH_ISCHR.3 \ +th_get_pathname.3 TH_ISDIR.3 \ +th_get_pathname.3 TH_ISFIFO.3 \ +th_get_pathname.3 TH_ISLNK.3 \ +th_get_pathname.3 TH_ISLONGLINK.3 \ +th_get_pathname.3 TH_ISLONGNAME.3 \ +th_get_pathname.3 TH_ISREG.3 \ +th_get_pathname.3 TH_ISSYM.3 \ +th_get_pathname.3 th_get_crc.3 \ +th_get_pathname.3 th_get_devmajor.3 \ +th_get_pathname.3 th_get_devminor.3 \ +th_get_pathname.3 th_get_gid.3 \ +th_get_pathname.3 th_get_linkname.3 \ +th_get_pathname.3 th_get_mode.3 \ +th_get_pathname.3 th_get_mtime.3 \ th_get_pathname.3 th_get_size.3 \ th_get_pathname.3 th_get_uid.3 \ +th_print_long_ls.3 th_print.3 \ tar_extract_all.3 tar_extract_glob.3 \ -libtar_hash_new.3 libtar_hash_read.3 \ -libtar_hash_new.3 libtar_hash_read_reset.3 \ -libtar_hash_new.3 libtar_hash_value.3 \ -libtar_list_new.3 libtar_list_read.3 \ -libtar_list_new.3 libtar_list_read_reset.3 \ -libtar_list_new.3 libtar_list_reverse_read.3 \ -libtar_list_new.3 libtar_list_reverse_read_reset.3 +tar_extract_all.3 tar_append_tree.3 \ +libtar_hash_new.3 libtar_hash_free.3 \ +libtar_hash_new.3 libtar_hash_next.3 \ +libtar_hash_new.3 libtar_hash_prev.3 \ +libtar_hash_new.3 libtar_hash_search.3 \ +libtar_hash_new.3 libtar_hash_add.3 \ +libtar_hash_new.3 libtar_hash_getkey.3 \ +libtar_hash_new.3 libtar_hash_del.3 \ +libtar_list_new.3 libtar_list_free.3 \ +libtar_list_new.3 libtar_list_next.3 \ +libtar_list_new.3 libtar_list_prev.3 \ +libtar_list_new.3 libtar_list_search.3 \ +libtar_list_new.3 libtar_list_add.3 \ +libtar_list_new.3 libtar_list_add_str.3 \ +libtar_list_new.3 libtar_list_del.3 \ +libtar_list_new.3 libtar_list_dup.3 \ +libtar_list_new.3 libtar_list_merge.3 cvs diff: cannot find files/patch-lib::append.c cvs diff: cannot find files/patch-lib::encode.c cvs diff: cannot find files/patch-lib::extract.c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message