diff options
author | vd <vd@FreeBSD.org> | 2006-02-09 01:40:45 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-02-09 01:40:45 +0800 |
commit | 8be2cdeca2a0e015988b828f1c287d1c08772ac2 (patch) | |
tree | 2e20aac28bae1b93f03ba9435a0faa79d0210b57 /devel/readline/Makefile | |
parent | b07c293f53306c8421a1ae399f41548cae7c29c6 (diff) | |
download | freebsd-ports-gnome-8be2cdeca2a0e015988b828f1c287d1c08772ac2.tar.gz freebsd-ports-gnome-8be2cdeca2a0e015988b828f1c287d1c08772ac2.tar.zst freebsd-ports-gnome-8be2cdeca2a0e015988b828f1c287d1c08772ac2.zip |
Update to 5.1
PR: ports/92756
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Reworked by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Approved by: garga (mentor)
Diffstat (limited to 'devel/readline/Makefile')
-rw-r--r-- | devel/readline/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index dc0a621f091e..680365d2e84f 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -6,12 +6,15 @@ # PORTNAME= readline -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/ +MASTER_SITES= ${MASTER_SITE_GNU} \ + ftp://ftp.cwru.edu/pub/bash/ +MASTER_SITE_SUBDIR= ${PORTNAME} -PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/ -PATCHFILES= readline50-001 readline50-002 readline50-003 readline50-004 readline50-005 +PATCH_SITES= ftp://ftp.gnu.org/gnu/readline/${PORTNAME}-${PORTVERSION}-patches/ \ + ftp://ftp.cwru.edu/pub/bash/${PORTNAME}-${PORTVERSION}-patches/ +PATCHFILES= readline51-001 MAINTAINER= laszlof@vonostingroup.com COMMENT= A library for editing command lines as they are typed |