diff options
Diffstat (limited to 'net/skype-devel')
-rw-r--r-- | net/skype-devel/Makefile | 7 | ||||
-rw-r--r-- | net/skype-devel/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile index 7a89f799387f..e06c457fb57a 100644 --- a/net/skype-devel/Makefile +++ b/net/skype-devel/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/skype-devel/distinfo b/net/skype-devel/distinfo index a6a016a080f1..5c53feec5903 100644 --- a/net/skype-devel/distinfo +++ b/net/skype-devel/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 |