Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2015 16:52:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403300 - head/net-im/pidgin-skypeweb
Message-ID:  <201512081652.tB8GqgKh071450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Dec  8 16:52:42 2015
New Revision: 403300
URL: https://svnweb.freebsd.org/changeset/ports/403300

Log:
  - Update to 1.0
  
  PR:		204960
  Submitted by:	maintainer
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D4404

Modified:
  head/net-im/pidgin-skypeweb/Makefile
  head/net-im/pidgin-skypeweb/distinfo

Modified: head/net-im/pidgin-skypeweb/Makefile
==============================================================================
--- head/net-im/pidgin-skypeweb/Makefile	Tue Dec  8 16:51:53 2015	(r403299)
+++ head/net-im/pidgin-skypeweb/Makefile	Tue Dec  8 16:52:42 2015	(r403300)
@@ -2,7 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	pidgin-skypeweb
-PORTVERSION=	08222015
+PORTVERSION=	1.0
+DISTVERSIONPREFIX=	v
+PORTEPOCH=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	sepulkarium45@yahoo.com
@@ -18,25 +20,27 @@ LIB_DEPENDS=	libjson-glib-1.0.so:${PORTS
 USE_GITHUB=	yes
 GH_ACCOUNT=	EionRobb
 GH_PROJECT=	skype4pidgin
-GH_TAGNAME=	08cbc21
 
-USES=		gmake pkgconfig
+USES=		cmake dos2unix pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+DOS2UNIX_FILES=	gpl3.txt \
+		libskypeweb.c \
+		skypeweb_connection.c \
+		skypeweb_contacts.c \
+		skypeweb_login.c \
+		skypeweb_messages.c \
+		skypeweb_util.c \
+		skypeweb_util.h \
+		theme
 
 CONFLICTS_INSTALL=	pidgin-skype-*
 WRKSRC_SUBDIR=	skypeweb
 
-do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/lib/purple-2
-	${INSTALL_PROGRAM} ${WRKSRC}/libskypeweb.so ${STAGEDIR}${PREFIX}/lib/purple-2
+post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/emotes/skype
 	${INSTALL_DATA} ${WRKSRC}/theme ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/emotes/skype
-.for i in 16 22 48
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/protocols/${i}
-	${INSTALL_DATA} ${WRKSRC}/icons/${i}/skypeout.png \
-		${WRKSRC}/icons/${i}/skype.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/protocols/${i}/
-.endfor
 
 .include <bsd.port.mk>

Modified: head/net-im/pidgin-skypeweb/distinfo
==============================================================================
--- head/net-im/pidgin-skypeweb/distinfo	Tue Dec  8 16:51:53 2015	(r403299)
+++ head/net-im/pidgin-skypeweb/distinfo	Tue Dec  8 16:52:42 2015	(r403300)
@@ -1,2 +1,2 @@
-SHA256 (EionRobb-skype4pidgin-08222015-08cbc21_GH0.tar.gz) = c76481b4153404d1c8bb0ec5872ed0e51d2fc5456c5f114ebfa4c5ec62e2bd91
-SIZE (EionRobb-skype4pidgin-08222015-08cbc21_GH0.tar.gz) = 314925
+SHA256 (EionRobb-skype4pidgin-v1.0_GH0.tar.gz) = bb392d152f99d53a46841304672698560b50ae256a35c79920f3a2be9b5d876f
+SIZE (EionRobb-skype4pidgin-v1.0_GH0.tar.gz) = 315862



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512081652.tB8GqgKh071450>