diff options
author | netchild <netchild@FreeBSD.org> | 2005-04-23 04:33:01 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-04-23 04:33:01 +0800 |
commit | e54ae2a4b41c8160cd5623a078fb6491682dbeba (patch) | |
tree | 86d4cb32ee264de2dd9425a7fbafee6db50af52e /net/skype | |
parent | 5fc56d10f8dd146dae276771d07f6912b288a0fb (diff) | |
download | freebsd-ports-gnome-e54ae2a4b41c8160cd5623a078fb6491682dbeba.tar.gz freebsd-ports-gnome-e54ae2a4b41c8160cd5623a078fb6491682dbeba.tar.zst freebsd-ports-gnome-e54ae2a4b41c8160cd5623a078fb6491682dbeba.zip |
- Update to 1.0.0.20.
- Update the "bad soundcards" listing.
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 7 | ||||
-rw-r--r-- | net/skype/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index a1e85e0c77e0..985ac5efe1ee 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -6,8 +6,7 @@ # PORTNAME= skype -PORTVERSION= 1.0.0.7 -PORTREVISION= 0 +PORTVERSION= 1.0.0.20 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} @@ -41,7 +40,7 @@ do-build: do-install: ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"$$@\"" >${PREFIX}/bin/skype + ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' exec skype_bin \"\$$@\"" >${PREFIX}/bin/skype ${CHMOD} a+rx ${PREFIX}/bin/skype .if ${HAVE_GNOME:Mgnomehier} != "" ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/ @@ -67,6 +66,8 @@ post-install: @${ECHO} " - Creative CT5880 (snd_es137x) based ones" @${ECHO} " - Yamaha DS-1E (snd_ds1) based ones (reported for FreeBSD 4.10)" @${ECHO} " - SB16 DSP 4.16 (snd_sb16) based ones" + @${ECHO} " - ESS 18xx (snd_ess) based ones" + @${ECHO} " - Acer Labs M5451 (snd_t4dwave) based ones" @${ECHO} @${ECHO} "If your soundcard is not listed here, send the the output of 'cat /dev/sndstat' with a short note if it works or not to ${MAINTAINER} please." | fmt @${ECHO} "##########################################################################" diff --git a/net/skype/distinfo b/net/skype/distinfo index 6b48f004a789..80c48258a98c 100644 --- a/net/skype/distinfo +++ b/net/skype/distinfo @@ -1,2 +1,2 @@ -MD5 (skype_staticQT-1.0.0.7.tar.bz2) = f9d8bcf44512ffa70dab2e9d87eef8e3 -SIZE (skype_staticQT-1.0.0.7.tar.bz2) = 8346467 +MD5 (skype_staticQT-1.0.0.20.tar.bz2) = d346b995f78fb66008d963bd82a8c5b0 +SIZE (skype_staticQT-1.0.0.20.tar.bz2) = 8689836 |