mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Upgrade to 5.0.
PR: 72745 Submitted by: maintainer
This commit is contained in:
parent
9ecfab52b8
commit
89481c1320
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119543
@ -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
|
||||
PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/
|
||||
PATCHFILES= readline50-001 readline50-002 readline50-003 readline50-004 readline50-005
|
||||
|
||||
MAINTAINER= laszlof@vonostingroup.com
|
||||
COMMENT= A library for editing command lines as they are typed
|
||||
|
@ -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
|
||||
|
@ -8,8 +8,8 @@ include/readline/rlconf.h
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user