Date: Mon, 14 Oct 2019 15:23:43 +0000 (UTC) From: Oleksii Samorukov <samm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514462 - in head/comms/anyremote: . files Message-ID: <201910141523.x9EFNh5H092458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: samm Date: Mon Oct 14 15:23:42 2019 New Revision: 514462 URL: https://svnweb.freebsd.org/changeset/ports/514462 Log: comms/anyremote: update to 6.7.2 - Update to the 6.7.2 - Update USES to fix build warnings - Regenerate patches with "make makepatch" Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22021 Added: head/comms/anyremote/files/patch-src_pr__frontend.c (contents, props changed) Deleted: head/comms/anyremote/files/patch-src_pr_frontend.c Modified: head/comms/anyremote/Makefile head/comms/anyremote/distinfo head/comms/anyremote/pkg-plist Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Mon Oct 14 14:45:14 2019 (r514461) +++ head/comms/anyremote/Makefile Mon Oct 14 15:23:42 2019 (r514462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= anyremote -PORTVERSION= 6.7.1 +PORTVERSION= 6.7.2 CATEGORIES= comms MASTER_SITES= SF @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:devel/dbus \ libavahi-client.so:net/avahi-app -USES= alias iconv pkgconfig python shebangfix -SHEBANG_FILES= cfg-data/Utils/all-in-1.py +USES= alias iconv pkgconfig python shebangfix gnome xorg USE_GNOME= glib20 +SHEBANG_FILES= cfg-data/Utils/all-in-1.py GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Modified: head/comms/anyremote/distinfo ============================================================================== --- head/comms/anyremote/distinfo Mon Oct 14 14:45:14 2019 (r514461) +++ head/comms/anyremote/distinfo Mon Oct 14 15:23:42 2019 (r514462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520452038 -SHA256 (anyremote-6.7.1.tar.gz) = 89133105d026b908216205f2f49c2566b8e81f0d272a08f6899b6061c85682c3 -SIZE (anyremote-6.7.1.tar.gz) = 2456651 +TIMESTAMP = 1571055499 +SHA256 (anyremote-6.7.2.tar.gz) = 05b53707f3e06b20d89722a9f9bf7f5f52b491102e67057cc833a2648bb8fcf3 +SIZE (anyremote-6.7.2.tar.gz) = 2465152 Added: head/comms/anyremote/files/patch-src_pr__frontend.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/anyremote/files/patch-src_pr__frontend.c Mon Oct 14 15:23:42 2019 (r514462) @@ -0,0 +1,11 @@ +--- src/pr_frontend.c.orig 2018-11-04 07:18:02 UTC ++++ src/pr_frontend.c +@@ -29,6 +29,8 @@ + #include <sys/socket.h> + #include <sys/types.h> + #include <unistd.h> ++#include <sys/types.h> ++#include <netinet/in.h> + + #include "common.h" + #include "lib_wrapper.h" Modified: head/comms/anyremote/pkg-plist ============================================================================== --- head/comms/anyremote/pkg-plist Mon Oct 14 14:45:14 2019 (r514461) +++ head/comms/anyremote/pkg-plist Mon Oct 14 15:23:42 2019 (r514462) @@ -384,6 +384,8 @@ man/man1/anyremote.1.gz %%DATADIR%%/cfg-data/iViewer/totem.cfg %%DATADIR%%/cfg-data/iViewer/vlc.cfg %%DATADIR%%/cfg-data/iViewer/xine.cfg +%%DATADIR%%/cfg-data/Server-mode/shotwell.cfg +%%DATADIR%%/cfg-data/Server-mode/snappy.cfg %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910141523.x9EFNh5H092458>