pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/uulib Bump the share library version number...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc76b49fb756
branches: trunk
changeset: 472302:dc76b49fb756
user: fredb <fredb%pkgsrc.org@localhost>
date: Thu Apr 08 01:13:20 2004 +0000
description:
Bump the share library version number to 2.0 for the addition of
UULoadFileWithPartNo(), with apologies to anyone who's updated within
the last three minutes.
diffstat:
converters/uulib/PLIST | 6 +++---
converters/uulib/distinfo | 4 ++--
converters/uulib/patches/patch-aa | 14 +++++++-------
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (71 lines):
diff -r 65933ed0f419 -r dc76b49fb756 converters/uulib/PLIST
--- a/converters/uulib/PLIST Thu Apr 08 01:03:33 2004 +0000
+++ b/converters/uulib/PLIST Thu Apr 08 01:13:20 2004 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:51:16 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/08 01:13:20 fredb Exp $
include/uu.h
lib/libuu.a
lib/libuu.la
lib/libuu.so
-lib/libuu.so.1
-lib/libuu.so.1.0
+lib/libuu.so.2
+lib/libuu.so.2.0
man/man3/uulib.3
share/doc/uulib/HISTORY
share/doc/uulib/Makefile
diff -r 65933ed0f419 -r dc76b49fb756 converters/uulib/distinfo
--- a/converters/uulib/distinfo Thu Apr 08 01:03:33 2004 +0000
+++ b/converters/uulib/distinfo Thu Apr 08 01:13:20 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2004/04/08 01:03:33 fredb Exp $
+$NetBSD: distinfo,v 1.7 2004/04/08 01:13:20 fredb Exp $
SHA1 (uudeview-0.5.20.tar.gz) = 2c6ab7d355b545218bd0877d598bd5327d9fd125
Size (uudeview-0.5.20.tar.gz) = 261574 bytes
-SHA1 (patch-aa) = 2a60a00bb2bc4078063d285df65a5d4b906582c5
+SHA1 (patch-aa) = abdf06e9088a519eb56d3b052bc2f96e72db15fd
diff -r 65933ed0f419 -r dc76b49fb756 converters/uulib/patches/patch-aa
--- a/converters/uulib/patches/patch-aa Thu Apr 08 01:03:33 2004 +0000
+++ b/converters/uulib/patches/patch-aa Thu Apr 08 01:13:20 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 10:40:17 agc Exp $
+$NetBSD: patch-aa,v 1.4 2004/04/08 01:13:20 fredb Exp $
---- Makefile.in.orig Mon Jul 20 10:54:23 1998
-+++ Makefile.in Mon Jul 20 10:55:55 1998
-@@ -20,7 +20,7 @@
+--- Makefile.in.orig 2002-03-11 03:15:46.000000000 -0600
++++ Makefile.in
+@@ -19,7 +19,7 @@ SHELL = /bin/sh
#
# If you don't have the GNU C compiler installed, set CC=cc here
#
@@ -11,7 +11,7 @@
#
# C Compiler Options
#
-@@ -52,11 +52,11 @@
+@@ -51,11 +51,11 @@ UULIB_OBJ = ${UULIB_SOURCE:.c=.o}
.SUFFIXES:
.SUFFIXES: .c .o
@@ -25,7 +25,7 @@
distclean: clean
rm -f config.status config.cache config.log Makefile config.h
-@@ -65,13 +65,13 @@
+@@ -64,13 +64,13 @@ distclean: clean
realclean: distclean
new: clean
@@ -39,7 +39,7 @@
- ar r $@ $(UULIB_OBJ)
- -$(RANLIB) $@
+ $(CC) -o libuu.la $(UULIB_OBJ:.o=.lo) -rpath $(PREFIX)/lib \
-+ -version-info 1:0
++ -version-info 2:0
.c.o:
$(CC) -c $(CFLAGS) $(VDEF) $<
Home |
Main Index |
Thread Index |
Old Index