mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 19_20140130
- Strip library
This commit is contained in:
parent
d72c7fdbde
commit
0ea7e01978
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342034
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= portaudio
|
||||
DISTVERSION= 19_20111121
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 19_20140130
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.portaudio.com/archives/
|
||||
PKGNAMESUFFIX= 2
|
||||
@ -71,6 +70,8 @@ post-patch:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/portaudio2/libportaudio.so.2
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES} || ${PORT_OPTIONS:MPATEST}
|
||||
@(cd ${WRKSRC}/bin && for i in *; do ${MV} "$$i" "$${i}"-${PKGNAMESUFFIX}; done)
|
||||
.endif
|
||||
@ -95,7 +96,7 @@ post-install:
|
||||
.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
|
||||
@cd ${WRKSRC} && doxygen
|
||||
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pa_stable_v19_20111121.tgz) = 9c26d1330d506496789edafe55b0386f20d83c4aa2c0e3f81fbeb0f114ab1b99
|
||||
SIZE (pa_stable_v19_20111121.tgz) = 1422825
|
||||
SHA256 (pa_stable_v19_20140130.tgz) = 8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57
|
||||
SIZE (pa_stable_v19_20140130.tgz) = 1504620
|
||||
|
Loading…
Reference in New Issue
Block a user