mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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)
This commit is contained in:
parent
ebf19b77a0
commit
1c05153628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153342
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
include/histedit.h
|
||||
lib/libedit.a
|
||||
lib/libedit.so.5
|
||||
lib/libedit.so.6
|
||||
lib/libedit.so
|
||||
|
Loading…
Reference in New Issue
Block a user