svn commit: r478491 - head/net-im/pidgin-skypeweb
Yuri Victorovich
yuri at FreeBSD.org
Thu Aug 30 20:28:33 UTC 2018
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 at syrec.org>
Approved by: sepulkarium45 at 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
More information about the svn-ports-all
mailing list