Index: head/audio/skype-call-recorder/Makefile =================================================================== --- head/audio/skype-call-recorder/Makefile (revision 405848) +++ head/audio/skype-call-recorder/Makefile (revision 405849) @@ -1,32 +1,32 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= skype-call-recorder -PORTVERSION= 0.8 +PORTVERSION= 0.11 CATEGORIES= audio MASTER_SITES= http://atdot.ch/scr/files/${PORTVERSION}/ MAINTAINER= danfe@FreeBSD.org COMMENT= Skype call recorder LICENSE= GPLv2 LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ libid3.so:${PORTSDIR}/audio/id3lib \ libvorbisenc.so:${PORTSDIR}/audio/libvorbis USES= cmake USE_QT4= corelib dbus gui network \ qmake_build moc_build rcc_build uic_build PLIST_FILES= bin/skype-call-recorder \ share/applications/skype-call-recorder.desktop \ share/icons/hicolor/128x128/apps/skype-call-recorder.png post-patch: - @${REINPLACE_CMD} -e 's,VORBISENC_LIBRARY},& -logg -lvorbis,' \ - -e '/CMAKE_CXX_FLAGS_RELEASE/d' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/CMAKE_CXX_FLAGS_RELEASE/d' \ + ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's,date --utc,TZ=UTC date,' \ ${WRKSRC}/makeversion .include Index: head/audio/skype-call-recorder/distinfo =================================================================== --- head/audio/skype-call-recorder/distinfo (revision 405848) +++ head/audio/skype-call-recorder/distinfo (revision 405849) @@ -1,2 +1,2 @@ -SHA256 (skype-call-recorder-0.8.tar.gz) = b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6 -SIZE (skype-call-recorder-0.8.tar.gz) = 83842 +SHA256 (skype-call-recorder-0.11.tar.gz) = 284268dc9634b67eb2d991daa0e3954ecb93b383a20ac1e89586e0f35d6629c2 +SIZE (skype-call-recorder-0.11.tar.gz) = 88079 Index: head/audio/skype-call-recorder/pkg-descr =================================================================== --- head/audio/skype-call-recorder/pkg-descr (revision 405848) +++ head/audio/skype-call-recorder/pkg-descr (revision 405849) @@ -1,11 +1,11 @@ Skype Call Recorder is an open source tool that allows you to record your Skype calls on Unix-like operating systems. Current features include: - Record calls to MP3, Ogg Vorbis, or WAV files - Automatic and manual recording - Configure automatic recording on per-caller basis - Split stereo recording - - Completely free (free as in free beer) - - Completely free (free as in freedom), released under the GNU GPLv2 + - Completely free (as in free beer) + - Completely free (as in freedom), released under the GNU GPLv2 WWW: http://atdot.ch/scr/