summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorfredb <fredb>2004-04-08 01:13:20 +0000
committerfredb <fredb>2004-04-08 01:13:20 +0000
commit407e03e3f6955615a6695c17f28c6f3d82ecd66b (patch)
tree6b6fe097e98c16b41565975c0f6eff0f72648a28 /converters
parentdaab5f233f5190cbbeb90b6c4ebff032d952452e (diff)
downloadpkgsrc-407e03e3f6955615a6695c17f28c6f3d82ecd66b.tar.gz
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 (limited to 'converters')
-rw-r--r--converters/uulib/PLIST6
-rw-r--r--converters/uulib/distinfo4
-rw-r--r--converters/uulib/patches/patch-aa14
3 files changed, 12 insertions, 12 deletions
diff --git a/converters/uulib/PLIST b/converters/uulib/PLIST
index af903aefd72..8ba0f6b4aec 100644
--- a/converters/uulib/PLIST
+++ b/converters/uulib/PLIST
@@ -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 --git a/converters/uulib/distinfo b/converters/uulib/distinfo
index cdd631606b3..1537d6db775 100644
--- a/converters/uulib/distinfo
+++ b/converters/uulib/distinfo
@@ -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 --git a/converters/uulib/patches/patch-aa b/converters/uulib/patches/patch-aa
index 183e02e5d25..4c52fc499bd 100644
--- a/converters/uulib/patches/patch-aa
+++ b/converters/uulib/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 10:40:17 agc Exp $
#
# 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 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 10:40:17 agc Exp $
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 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 10:40:17 agc Exp $
- 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) $<