Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 20:28:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478491 - head/net-im/pidgin-skypeweb
Message-ID:  <201808302028.w7UKSVaJ067269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dg@syrec.org>
  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 <bsd.port.mk>

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



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