mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 1.3.12
- Strip library
This commit is contained in:
parent
6ee04d143d
commit
85a9bb661e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352147
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= enet
|
||||
PORTVERSION= 1.3.11
|
||||
PORTVERSION= 1.3.12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://enet.bespin.org/download/
|
||||
@ -24,6 +24,7 @@ PORTDOCS= *
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenet.so.7
|
||||
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (enet-1.3.11.tar.gz) = 3fc28dc10b95597f8e1ab1d8f48bc406abc137d152a926ac5f0f1aa4a37c37ae
|
||||
SIZE (enet-1.3.11.tar.gz) = 543820
|
||||
SHA256 (enet-1.3.12.tar.gz) = a5851cbd0dde2ddb47bca487a61976825159cb508ece3b1e34605420ac7e1d0b
|
||||
SIZE (enet-1.3.12.tar.gz) = 550604
|
||||
|
@ -10,6 +10,6 @@ include/enet/win32.h
|
||||
lib/libenet.a
|
||||
lib/libenet.la
|
||||
lib/libenet.so
|
||||
lib/libenet.so.6
|
||||
lib/libenet.so.7
|
||||
libdata/pkgconfig/libenet.pc
|
||||
@dirrm include/enet
|
||||
|
Loading…
Reference in New Issue
Block a user