View | Details | Raw Unified | Return to bug 72745
Collapse All | Expand All

(-)readline/Makefile (-5 / +3 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	readline
8
PORTNAME=	readline
9
PORTVERSION=	4.3
9
PORTVERSION=	5.0
10
PORTREVISION=	2
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	ftp://ftp.cwru.edu/pub/bash/
11
MASTER_SITES=	ftp://ftp.cwru.edu/pub/bash/
13
12
14
PATCHFILES=     readline43-001 readline43-002 readline43-003 readline43-004 readline43-005
13
PATCHFILES=	readline50-001 readline50-002 readline50-003 readline50-004 readline50-005
15
PATCH_SITES=    ${MASTER_SITE_GNU}/${PORTNAME}
14
PATCH_SITES=	ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/
16
PATCH_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}-${PORTVERSION}-patches
17
15
18
MAINTAINER=	laszlof@vonostingroup.com
16
MAINTAINER=	laszlof@vonostingroup.com
19
COMMENT=	A library for editing command lines as they are typed
17
COMMENT=	A library for editing command lines as they are typed
(-)readline/distinfo (-12 / +12 lines)
Lines 1-12 Link Here
1
MD5 (readline-4.3.tar.gz) = f86f7cb717ab321fe15f1bbcb058c11e
1
MD5 (readline-5.0.tar.gz) = 9a39d15f1ed592883f8c6671e8c13120
2
SIZE (readline-4.3.tar.gz) = 961662
2
SIZE (readline-5.0.tar.gz) = 1808946
3
MD5 (readline43-001) = aacf1c41717f305ab5ce45e9d028821d
3
MD5 (readline50-001) = 5b47ed61b6b8413746750127c70e843d
4
SIZE (readline43-001) = 1126
4
SIZE (readline50-001) = 1702
5
MD5 (readline43-002) = 8df4bf2c7e77e05c4ecd949b9b5dedf3
5
MD5 (readline50-002) = 9f803005e7e4c7d675146a9a805acbf1
6
SIZE (readline43-002) = 738
6
SIZE (readline50-002) = 1337
7
MD5 (readline43-003) = 946ed64a306afadb981b294747578e95
7
MD5 (readline50-003) = 05d59c91f80fa99ab177783229b0f769
8
SIZE (readline43-003) = 2202
8
SIZE (readline50-003) = 3841
9
MD5 (readline43-004) = 392705156b3054eaae2f2a28238592fb
9
MD5 (readline50-004) = aa1f6343e47f8e024488c63281d77809
10
SIZE (readline43-004) = 3140
10
SIZE (readline50-004) = 2411
11
MD5 (readline43-005) = 0e4affc42a7bfc70f0a50529e7901954
11
MD5 (readline50-005) = 1dc2654e0161f2e7b4f536b12e1d54b7
12
SIZE (readline43-005) = 1056
12
SIZE (readline50-005) = 2216
(-)readline/pkg-plist (-2 / +2 lines)
Lines 8-15 Link Here
8
include/readline/rltypedefs.h
8
include/readline/rltypedefs.h
9
lib/libreadline.a
9
lib/libreadline.a
10
lib/libhistory.a
10
lib/libhistory.a
11
lib/libhistory.so.4
11
lib/libhistory.so.5
12
lib/libhistory.so
12
lib/libhistory.so
13
lib/libreadline.so.4
13
lib/libreadline.so.5
14
lib/libreadline.so
14
lib/libreadline.so
15
@dirrm include/readline
15
@dirrm include/readline

Return to bug 72745