diff options
author | netchild <netchild@FreeBSD.org> | 2004-08-17 10:17:47 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-08-17 10:17:47 +0000 |
commit | 8d37d0ef0f89c941c534083d439f71b03cb57d5e (patch) | |
tree | ca24c5b1413f9fd900b14433c249b5cbd6eee86f /net-im/skype20 | |
parent | 190b03f2d9a7e6169bd287d1da455df189622651 (diff) | |
download | FreeBSD-ports-8d37d0ef0f89c941c534083d439f71b03cb57d5e.zip FreeBSD-ports-8d37d0ef0f89c941c534083d439f71b03cb57d5e.tar.gz |
Upate to 0.91.0.3.
Language files and call_in.wav aren't installed yet, see the post-install
message.
Diffstat (limited to 'net-im/skype20')
-rw-r--r-- | net-im/skype20/Makefile | 7 | ||||
-rw-r--r-- | net-im/skype20/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 7a89f79..e06c457 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= skype -PORTVERSION= 0.90.0.14 +PORTVERSION= 0.91.0.3 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_ver-${PORTVERSION:C/\./_/g}-staticQT @@ -38,6 +38,8 @@ PLIST_SUB+= GNOME="" PLIST_SUB+= GNOME="@comment " .endif +WRKSRC= ${WRKDIR}/skype_ver_${PORTVERSION:C/\./_/g}-staticQT + do-build: ${BRANDELF} -t Linux ${WRKSRC}/skype @@ -52,4 +54,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/call_in.wav ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ +post-install: + @${ECHO} "Since skype uses a hadcoded path to the language files (/usr/share/skype) which a port isn't allowed to install files into, call_in.wav and the language files are not installed. As soon as skype learns how to use other paths, this will change." | fmt + .include <bsd.port.post.mk> diff --git a/net-im/skype20/distinfo b/net-im/skype20/distinfo index a6a016a..5c53fee 100644 --- a/net-im/skype20/distinfo +++ b/net-im/skype20/distinfo @@ -1,2 +1,2 @@ -MD5 (skype_ver-0_90_0_14-staticQT.tar.bz2) = a0e297fa503d57ef6117768101d2ccb6 -SIZE (skype_ver-0_90_0_14-staticQT.tar.bz2) = 5768600 +MD5 (skype_ver-0_91_0_3-staticQT.tar.bz2) = 3bcd6a107862177e68ec0748c1b2cab1 +SIZE (skype_ver-0_91_0_3-staticQT.tar.bz2) = 6226779 |