diff options
author | jasone <jasone@FreeBSD.org> | 2006-01-12 09:22:29 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2006-01-12 09:22:29 +0000 |
commit | 9a878dc36c6eb68c9b90b585fa02bfdcd8d1390b (patch) | |
tree | d7653aebc35db5fcb9cf2dbe323c6595c33917da /devel/libedit | |
parent | 653f78aedb9d336574393a5562027725e8127e46 (diff) | |
download | FreeBSD-ports-9a878dc36c6eb68c9b90b585fa02bfdcd8d1390b.zip FreeBSD-ports-9a878dc36c6eb68c9b90b585fa02bfdcd8d1390b.tar.gz |
Bump the library revision number for libedit, since it needs to be
kept greater than the revision number for the base system's libedit.
Approved by: markm (mentor)
Diffstat (limited to 'devel/libedit')
-rw-r--r-- | devel/libedit/Makefile | 4 | ||||
-rw-r--r-- | devel/libedit/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index 5bfc2d4..9e4e0f3 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= libedit PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.astron.com/pub/libedit/ \ http://www.canonware.com/download/libedit/ @@ -43,6 +43,6 @@ MANCOMPRESSED= no post-patch: @${REINPLACE_CMD} -e 's|CFLAGS -O|CFLAGS|g ; \ - s|MAJOR="2"|MAJOR="5"|g' ${WRKSRC}/configure + s|MAJOR="2"|MAJOR="6"|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/devel/libedit/pkg-plist b/devel/libedit/pkg-plist index eedf58f..26288bb 100644 --- a/devel/libedit/pkg-plist +++ b/devel/libedit/pkg-plist @@ -1,4 +1,4 @@ include/histedit.h lib/libedit.a -lib/libedit.so.5 +lib/libedit.so.6 lib/libedit.so |