diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-31 16:54:48 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-31 16:54:48 +0000 |
commit | 0ea7e019780af4ad0e3a6cebb65f6339e34490be (patch) | |
tree | 425b4a81cf111ce7202a10bf5ce16e85977a60ba /audio/portaudio2 | |
parent | d72c7fdbdef1583e649dbda3152089e2a6c6b98a (diff) |
Notes
Diffstat (limited to 'audio/portaudio2')
-rw-r--r-- | audio/portaudio2/Makefile | 7 | ||||
-rw-r--r-- | audio/portaudio2/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile index 79e3b7f3b04a..65da3c153f7d 100644 --- a/audio/portaudio2/Makefile +++ b/audio/portaudio2/Makefile @@ -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}) diff --git a/audio/portaudio2/distinfo b/audio/portaudio2/distinfo index 8253fdb0ac0a..e61fa83aa4c9 100644 --- a/audio/portaudio2/distinfo +++ b/audio/portaudio2/distinfo @@ -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 |