diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-11-24 04:46:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-11-24 04:46:38 +0000 |
commit | 4e7f5a0446ce5e5ec3ea426f2005fa8b9312a1b1 (patch) | |
tree | 1a63395bf787422894930b5642d22c793cf915d2 /devel/libtar | |
parent | 97d734204cab3c1efa92b29d1a76e921d4d9be95 (diff) | |
download | ports-4e7f5a0446ce5e5ec3ea426f2005fa8b9312a1b1.tar.gz ports-4e7f5a0446ce5e5ec3ea426f2005fa8b9312a1b1.zip |
Notes
Diffstat (limited to 'devel/libtar')
-rw-r--r-- | devel/libtar/Makefile | 8 | ||||
-rw-r--r-- | devel/libtar/distinfo | 2 | ||||
-rw-r--r-- | devel/libtar/files/patch-doc::Makefile.in | 72 |
3 files changed, 5 insertions, 77 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index b76a95b7764b..95dc666c11a5 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -PORTNAME= libtar -PORTVERSION= 1.2.5 -CATEGORIES= devel -MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ +PORTNAME= libtar +PORTVERSION= 1.2.11 +CATEGORIES= devel +MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating POSIX and GNU tar files diff --git a/devel/libtar/distinfo b/devel/libtar/distinfo index 107af9a0d22e..d459a50df325 100644 --- a/devel/libtar/distinfo +++ b/devel/libtar/distinfo @@ -1 +1 @@ -MD5 (libtar-1.2.5.tar.gz) = 54a31eb321f75c6a77bd1aec459caae6 +MD5 (libtar-1.2.11.tar.gz) = 604238e8734ce6e25347a58c4f1a1d7e diff --git a/devel/libtar/files/patch-doc::Makefile.in b/devel/libtar/files/patch-doc::Makefile.in deleted file mode 100644 index 56f440f2e841..000000000000 --- a/devel/libtar/files/patch-doc::Makefile.in +++ /dev/null @@ -1,72 +0,0 @@ ---- doc/Makefile.in.orig Sat Nov 25 01:44:57 2000 -+++ doc/Makefile.in Sat Jan 6 19:00:35 2001 -@@ -67,46 +67,57 @@ - $(MKDIR) $(DESTDIR)$(mandir)/man3 - $(INSTALL_DATA) $(srcdir)/tar_open.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_OPEN_SO); do \ -- echo ".so man3/tar_open.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -- done -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_open.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ done - $(INSTALL_DATA) $(srcdir)/tar_append_file.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_APPEND_FILE_SO); do \ -- echo ".so man3/tar_append_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_append_file.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_block_read.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_BLOCK_READ_SO); do \ -- echo ".so man3/tar_block_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_block_read.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_read.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_READ_SO); do \ -- echo ".so man3/th_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_read.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_set_from_stat.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_SET_FROM_STAT_SO); do \ -- echo ".so man3/th_set_from_stat.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_set_from_stat.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_extract_file.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_EXTRACT_FILE_SO); do \ -- echo ".so man3/tar_extract_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_file.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_get_pathname.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_GET_PATHNAME_SO); do \ -- echo ".so man3/th_get_pathname.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_get_pathname.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/th_print_long_ls.3 $(DESTDIR)$(mandir)/man3 - for i in $(TH_PRINT_LONG_LS_SO); do \ -- echo ".so man3/th_print_long_ls.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/th_print_long_ls.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) $(srcdir)/tar_extract_all.3 $(DESTDIR)$(mandir)/man3 - for i in $(TAR_EXTRACT_ALL_SO); do \ -- echo ".so man3/tar_extract_all.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_all.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) @LHPKG@_hash_new.3 $(DESTDIR)$(mandir)/man3 - for i in $(@LHPKG@_HASH_NEW_SO); do \ -- echo ".so man3/@LHPKG@_hash_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_hash_new.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - $(INSTALL_DATA) @LHPKG@_list_new.3 $(DESTDIR)$(mandir)/man3 - for i in $(@LHPKG@_LIST_NEW_SO); do \ -- echo ".so man3/@LHPKG@_list_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \ -+ $(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_list_new.3 \ -+ $(DESTDIR)$(mandir)/man3/$${i}.3; \ - done - |