From owner-svn-ports-head@freebsd.org Thu Aug 30 20:28:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0630EF802E; Thu, 30 Aug 2018 20:28:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC7271672; Thu, 30 Aug 2018 20:28:32 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69D2911659; Thu, 30 Aug 2018 20:28:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7UKSWGk067271; Thu, 30 Aug 2018 20:28:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7UKSVaJ067269; Thu, 30 Aug 2018 20:28:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808302028.w7UKSVaJ067269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 30 Aug 2018 20:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478491 - head/net-im/pidgin-skypeweb X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-im/pidgin-skypeweb X-SVN-Commit-Revision: 478491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2018 20:28:33 -0000 Author: yuri Date: Thu Aug 30 20:28:31 2018 New Revision: 478491 URL: https://svnweb.freebsd.org/changeset/ports/478491 Log: net-im/pidgin-skypeweb: Update 1.4 -> 1.5 Port changes: * Remove most of DOS2UNIX_FILES * Replace LDFLAGS with localbase:ldflags * Order USExx section PR: 230195 Submitted by: Dmitri Goutnik Approved by: sepulkarium45@yahoo.com (maintainer's timeout; 30 days) 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 Thu Aug 30 20:25:42 2018 (r478490) +++ head/net-im/pidgin-skypeweb/Makefile Thu Aug 30 20:28:31 2018 (r478491) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pidgin-skypeweb -PORTVERSION= 1.4 +PORTVERSION= 1.5 PORTEPOCH= 1 CATEGORIES= net-im @@ -17,26 +17,17 @@ RUN_DEPENDS= pidgin:net-im/pidgin LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple +USES= cmake dos2unix gettext-runtime localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_PROJECT= skype4pidgin - -USES= cmake dos2unix gettext-runtime 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 +DOS2UNIX_FILES= gpl3.txt theme CONFLICTS_INSTALL= pidgin-skype-* + WRKSRC_SUBDIR= skypeweb .include Modified: head/net-im/pidgin-skypeweb/distinfo ============================================================================== --- head/net-im/pidgin-skypeweb/distinfo Thu Aug 30 20:25:42 2018 (r478490) +++ head/net-im/pidgin-skypeweb/distinfo Thu Aug 30 20:28:31 2018 (r478491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513964846 -SHA256 (EionRobb-skype4pidgin-1.4_GH0.tar.gz) = 026962ed818df7f2e54409d78e0d6f1fb64c2ef4f4264a489d2c04c2bae0da82 -SIZE (EionRobb-skype4pidgin-1.4_GH0.tar.gz) = 436177 +TIMESTAMP = 1532963509 +SHA256 (EionRobb-skype4pidgin-1.5_GH0.tar.gz) = bb5fc550bff8f66f90a9ffacfc6bc2ed50fee86f4f500942aebc315d073f6e9d +SIZE (EionRobb-skype4pidgin-1.5_GH0.tar.gz) = 295956