Bug 59629 - Update port: devel/libtar to 1.2.11
Summary: Update port: devel/libtar to 1.2.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 02:50 UTC by Kimura Fuyuki
Modified: 2003-11-24 04:47 UTC (History)
0 users

See Also:


Attachments
file.diff (4.66 KB, patch)
2003-11-24 02:50 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-11-24 02:50:16 UTC
Update to 1.2.11

Fix: cvs diff: Diffing .
Comment 1 Kimura Fuyuki 2003-11-24 04:23:22 UTC
Remove bogus INSTALLS_SHLIB

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/libtar/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	3 Nov 2003 00:54:31 -0000	1.5
+++ Makefile	24 Nov 2003 04:21:54 -0000
@@ -5,10 +5,10 @@
 # $FreeBSD: ports/devel/libtar/Makefile,v 1.5 2003/11/03 00:54:31 kris Exp $
 #
 
-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
@@ -17,7 +17,5 @@
 USE_GMAKE=		yes
 
 .include "files/manpages"
-
-INSTALLS_SHLIB=		yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/libtar/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	16 Jul 2002 15:14:17 -0000	1.2
+++ distinfo	24 Nov 2003 02:37:13 -0000
@@ -1 +1 @@
-MD5 (libtar-1.2.5.tar.gz) = 54a31eb321f75c6a77bd1aec459caae6
+MD5 (libtar-1.2.11.tar.gz) = 604238e8734ce6e25347a58c4f1a1d7e
cvs diff: Diffing files
Index: files/patch-doc::Makefile.in
===================================================================
RCS file: files/patch-doc::Makefile.in
diff -N files/patch-doc::Makefile.in
--- files/patch-doc::Makefile.in	10 Mar 2001 19:40:15 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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
-
Comment 2 Kevin Lo freebsd_committer freebsd_triage 2003-11-24 04:46:44 UTC
State Changed
From-To: open->closed

Committed, thanks.