View | Details | Raw Unified | Return to bug 230195
Collapse All | Expand All

(-)net-im/pidgin-skypeweb/Makefile (-15 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pidgin-skypeweb
4
PORTNAME=	pidgin-skypeweb
5
PORTVERSION=	1.4
5
PORTVERSION=	1.5
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
8
Lines 17-42 Link Here
17
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
17
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
18
		libpurple.so:net-im/libpurple
18
		libpurple.so:net-im/libpurple
19
19
20
USES=		cmake dos2unix gettext-runtime localbase:ldflags pkgconfig
21
USE_GNOME=	glib20
22
USE_LDCONFIG=	yes
23
20
USE_GITHUB=	yes
24
USE_GITHUB=	yes
21
GH_ACCOUNT=	EionRobb
25
GH_ACCOUNT=	EionRobb
22
GH_PROJECT=	skype4pidgin
26
GH_PROJECT=	skype4pidgin
23
27
24
USES=		cmake dos2unix gettext-runtime pkgconfig
28
DOS2UNIX_FILES=	gpl3.txt theme
25
USE_GNOME=	glib20
26
USE_LDCONFIG=	yes
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
29
29
DOS2UNIX_FILES=	gpl3.txt \
30
CONFLICTS_INSTALL=	pidgin-skype-*
30
		libskypeweb.c \
31
		skypeweb_connection.c \
32
		skypeweb_contacts.c \
33
		skypeweb_login.c \
34
		skypeweb_messages.c \
35
		skypeweb_util.c \
36
		skypeweb_util.h \
37
		theme
38
31
39
CONFLICTS_INSTALL=	pidgin-skype-*
40
WRKSRC_SUBDIR=	skypeweb
32
WRKSRC_SUBDIR=	skypeweb
41
33
42
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)net-im/pidgin-skypeweb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1513964846
1
TIMESTAMP = 1532963509
2
SHA256 (EionRobb-skype4pidgin-1.4_GH0.tar.gz) = 026962ed818df7f2e54409d78e0d6f1fb64c2ef4f4264a489d2c04c2bae0da82
2
SHA256 (EionRobb-skype4pidgin-1.5_GH0.tar.gz) = bb5fc550bff8f66f90a9ffacfc6bc2ed50fee86f4f500942aebc315d073f6e9d
3
SIZE (EionRobb-skype4pidgin-1.4_GH0.tar.gz) = 436177
3
SIZE (EionRobb-skype4pidgin-1.5_GH0.tar.gz) = 295956

Return to bug 230195