diff options
author | Will Andrews <will@FreeBSD.org> | 2004-10-15 23:49:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2004-10-15 23:49:33 +0000 |
commit | 89481c132084f793a02991eabfda8a6123159316 (patch) | |
tree | 2331f2340a397d6f3db86fab005f11fbcb5cf401 /devel/readline | |
parent | 9ecfab52b8b5c6cffd3fb5914c42f77685831a47 (diff) | |
download | ports-89481c132084f793a02991eabfda8a6123159316.tar.gz ports-89481c132084f793a02991eabfda8a6123159316.zip |
Notes
Diffstat (limited to 'devel/readline')
-rw-r--r-- | devel/readline/Makefile | 8 | ||||
-rw-r--r-- | devel/readline/distinfo | 24 | ||||
-rw-r--r-- | devel/readline/pkg-plist | 4 |
3 files changed, 17 insertions, 19 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 30f045f885db..dc0a621f091e 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -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 diff --git a/devel/readline/distinfo b/devel/readline/distinfo index 287149403575..37711a3c8060 100644 --- a/devel/readline/distinfo +++ b/devel/readline/distinfo @@ -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 --git a/devel/readline/pkg-plist b/devel/readline/pkg-plist index 7aca980b710e..68a1ce32a199 100644 --- a/devel/readline/pkg-plist +++ b/devel/readline/pkg-plist @@ -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 |