diff options
author | netchild <netchild@FreeBSD.org> | 2004-06-24 01:49:54 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-06-24 01:49:54 +0800 |
commit | 1bc6d8e04e5820a89178345abf3185e5701731e7 (patch) | |
tree | 34ed88ad01392011e4b0ede317d2aca40ec394c7 /net | |
parent | 56b97e80bd838444576e1e53ca251321696965be (diff) | |
download | freebsd-ports-graphics-1bc6d8e04e5820a89178345abf3185e5701731e7.tar.gz freebsd-ports-graphics-1bc6d8e04e5820a89178345abf3185e5701731e7.tar.zst freebsd-ports-graphics-1bc6d8e04e5820a89178345abf3185e5701731e7.zip |
- fix bug in RUN_DEPENDS [1]
- add RESTRICTED (no redistribution allowed yet)
- update to 0.90.0.4
If you get a login failure at registration time the user name may be
already in use (but there's another bug here, the name may even be
available).
Don't expect to hear something yet, sound doesn't work on FreeBSD yet.
I'm working with the skype staff on it.
Noticed by: "Siraj Kutlusan" <defcon8@b4s3.com> [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/skype-devel/Makefile | 9 | ||||
-rw-r--r-- | net/skype-devel/distinfo | 4 | ||||
-rw-r--r-- | net/skype-devel/pkg-plist | 1 | ||||
-rw-r--r-- | net/skype/Makefile | 9 | ||||
-rw-r--r-- | net/skype/distinfo | 4 | ||||
-rw-r--r-- | net/skype/pkg-plist | 1 |
6 files changed, 18 insertions, 10 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile index 7cd00060278..26690bf93e5 100644 --- a/net/skype-devel/Makefile +++ b/net/skype-devel/Makefile @@ -6,16 +6,16 @@ # PORTNAME= skype -PORTVERSION= 0.90.0.3 +PORTVERSION= 0.90.0.4 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_ver-0_90_0_3-staticQT +DISTNAME= skype_ver-0_90_0_4-staticQT MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ - ${LINUXBASE}/usr/lib/libfreetype.so.6:${PORTSDIR}/x11-fonts/linux-fontconfig \ + ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs @@ -23,6 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes +RESTRICTED= Redistribution not allowed yet. + .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomehier} != "" @@ -42,5 +44,6 @@ do-install: ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ ${INSTALL_DATA} ${WRKSRC}/call_in.wav ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ .include <bsd.port.post.mk> diff --git a/net/skype-devel/distinfo b/net/skype-devel/distinfo index 10d187b656f..d839dfa2c64 100644 --- a/net/skype-devel/distinfo +++ b/net/skype-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (skype_ver-0_90_0_3-staticQT.tar.bz2) = c3b853ebca6501dfbaa04cc37c620ac4 -SIZE (skype_ver-0_90_0_3-staticQT.tar.bz2) = 5650176 +MD5 (skype_ver-0_90_0_4-staticQT.tar.bz2) = 2343cc3ae7b73325134cc51482dd83d6 +SIZE (skype_ver-0_90_0_4-staticQT.tar.bz2) = 5693856 diff --git a/net/skype-devel/pkg-plist b/net/skype-devel/pkg-plist index 5fba3867933..7bd1e612fdd 100644 --- a/net/skype-devel/pkg-plist +++ b/net/skype-devel/pkg-plist @@ -5,5 +5,6 @@ bin/skype %%DATADIR%%/icons/skype_48_32.png @dirrm %%DATADIR%%/icons %%DATADIR%%/call_in.wav +%%DATADIR%%/LICENSE @dirrm %%DATADIR%% %%GNOME%%share/gnome/applications/skype.desktop diff --git a/net/skype/Makefile b/net/skype/Makefile index 7cd00060278..26690bf93e5 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -6,16 +6,16 @@ # PORTNAME= skype -PORTVERSION= 0.90.0.3 +PORTVERSION= 0.90.0.4 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_ver-0_90_0_3-staticQT +DISTNAME= skype_ver-0_90_0_4-staticQT MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ - ${LINUXBASE}/usr/lib/libfreetype.so.6:${PORTSDIR}/x11-fonts/linux-fontconfig \ + ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs @@ -23,6 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes +RESTRICTED= Redistribution not allowed yet. + .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomehier} != "" @@ -42,5 +44,6 @@ do-install: ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ ${INSTALL_DATA} ${WRKSRC}/call_in.wav ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ .include <bsd.port.post.mk> diff --git a/net/skype/distinfo b/net/skype/distinfo index 10d187b656f..d839dfa2c64 100644 --- a/net/skype/distinfo +++ b/net/skype/distinfo @@ -1,2 +1,2 @@ -MD5 (skype_ver-0_90_0_3-staticQT.tar.bz2) = c3b853ebca6501dfbaa04cc37c620ac4 -SIZE (skype_ver-0_90_0_3-staticQT.tar.bz2) = 5650176 +MD5 (skype_ver-0_90_0_4-staticQT.tar.bz2) = 2343cc3ae7b73325134cc51482dd83d6 +SIZE (skype_ver-0_90_0_4-staticQT.tar.bz2) = 5693856 diff --git a/net/skype/pkg-plist b/net/skype/pkg-plist index 5fba3867933..7bd1e612fdd 100644 --- a/net/skype/pkg-plist +++ b/net/skype/pkg-plist @@ -5,5 +5,6 @@ bin/skype %%DATADIR%%/icons/skype_48_32.png @dirrm %%DATADIR%%/icons %%DATADIR%%/call_in.wav +%%DATADIR%%/LICENSE @dirrm %%DATADIR%% %%GNOME%%share/gnome/applications/skype.desktop |