ports/72745: [UPDATE] devel/readline: version bump from 4.3 to 5.0
Frank J. Laszlo
laszlof at vonostingroup.com
Fri Oct 15 20:00:46 UTC 2004
>Number: 72745
>Category: ports
>Synopsis: [UPDATE] devel/readline: version bump from 4.3 to 5.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Oct 15 20:00:45 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Frank J. Laszlo
>Release: FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD dungeon.franksworld.org 4.10-STABLE FreeBSD 4.10-STABLE #2: Tue Sep 28 21:47:15 EDT 2004 laszlof at dungeon.franksworld.org:/usr/obj/usr/src/sys/DUNGEON i386
>Description:
This is the update for libreadline from 4.3 to 5.0, the update is rather painless and seems to work fine
on both 4.x and 5.x. One thing I noticed is that the patches are not on MASTER_SITE_GNU for readline-5.0
as they were for readline-4.3, to work around this I hardcoded the readline's master site to PATCH_SITES,
at least until they update the other sites.
>How-To-Repeat:
>Fix:
--- readline-5.0.diff begins here ---
diff -U3 -r readline.orig/Makefile readline/Makefile
--- readline.orig/Makefile Fri Oct 15 15:12:01 2004
+++ readline/Makefile Fri Oct 15 15:39:09 2004
@@ -6,14 +6,12 @@
#
PORTNAME= readline
-PORTVERSION= 4.3
-PORTREVISION= 2
+PORTVERSION= 5.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/
-PATCHFILES= readline43-001 readline43-002 readline43-003 readline43-004 readline43-005
-PATCH_SITES= ${MASTER_SITE_GNU}/${PORTNAME}
-PATCH_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}-patches
+PATCHFILES= readline50-001 readline50-002 readline50-003 readline50-004 readline50-005
+PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/
MAINTAINER= laszlof at vonostingroup.com
COMMENT= A library for editing command lines as they are typed
diff -U3 -r readline.orig/distinfo readline/distinfo
--- readline.orig/distinfo Fri Oct 15 15:12:02 2004
+++ readline/distinfo Fri Oct 15 15:24:40 2004
@@ -1,12 +1,12 @@
-MD5 (readline-4.3.tar.gz) = f86f7cb717ab321fe15f1bbcb058c11e
-SIZE (readline-4.3.tar.gz) = 961662
-MD5 (readline43-001) = aacf1c41717f305ab5ce45e9d028821d
-SIZE (readline43-001) = 1126
-MD5 (readline43-002) = 8df4bf2c7e77e05c4ecd949b9b5dedf3
-SIZE (readline43-002) = 738
-MD5 (readline43-003) = 946ed64a306afadb981b294747578e95
-SIZE (readline43-003) = 2202
-MD5 (readline43-004) = 392705156b3054eaae2f2a28238592fb
-SIZE (readline43-004) = 3140
-MD5 (readline43-005) = 0e4affc42a7bfc70f0a50529e7901954
-SIZE (readline43-005) = 1056
+MD5 (readline-5.0.tar.gz) = 9a39d15f1ed592883f8c6671e8c13120
+SIZE (readline-5.0.tar.gz) = 1808946
+MD5 (readline50-001) = 5b47ed61b6b8413746750127c70e843d
+SIZE (readline50-001) = 1702
+MD5 (readline50-002) = 9f803005e7e4c7d675146a9a805acbf1
+SIZE (readline50-002) = 1337
+MD5 (readline50-003) = 05d59c91f80fa99ab177783229b0f769
+SIZE (readline50-003) = 3841
+MD5 (readline50-004) = aa1f6343e47f8e024488c63281d77809
+SIZE (readline50-004) = 2411
+MD5 (readline50-005) = 1dc2654e0161f2e7b4f536b12e1d54b7
+SIZE (readline50-005) = 2216
diff -U3 -r readline.orig/pkg-plist readline/pkg-plist
--- readline.orig/pkg-plist Fri Oct 15 15:12:02 2004
+++ readline/pkg-plist Fri Oct 15 15:35:23 2004
@@ -8,8 +8,8 @@
include/readline/rltypedefs.h
lib/libreadline.a
lib/libhistory.a
-lib/libhistory.so.4
+lib/libhistory.so.5
lib/libhistory.so
-lib/libreadline.so.4
+lib/libreadline.so.5
lib/libreadline.so
@dirrm include/readline
--- readline-5.0.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list