From owner-svn-ports-all@freebsd.org Tue Dec 8 16:52:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A10A9D4157; Tue, 8 Dec 2015 16:52:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D44BA17FC; Tue, 8 Dec 2015 16:52:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8GqgY4071452; Tue, 8 Dec 2015 16:52:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8GqgKh071450; Tue, 8 Dec 2015 16:52:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512081652.tB8GqgKh071450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 8 Dec 2015 16:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403300 - head/net-im/pidgin-skypeweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 16:52:44 -0000 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 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