diff options
author | Oleksii Samorukov <samm@FreeBSD.org> | 2019-10-14 15:23:42 +0000 |
---|---|---|
committer | Oleksii Samorukov <samm@FreeBSD.org> | 2019-10-14 15:23:42 +0000 |
commit | 8ae4d27eb3151667982adb3b7351c60c5bd44a9b (patch) | |
tree | 5bdbaff269dce56b6cfc1faa9d656576366bb3b3 | |
parent | Update to 0.1.21. (diff) |
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
Notes
Notes:
svn path=/head/; revision=514462
-rw-r--r-- | comms/anyremote/Makefile | 6 | ||||
-rw-r--r-- | comms/anyremote/distinfo | 6 | ||||
-rw-r--r-- | comms/anyremote/files/patch-src_pr__frontend.c | 11 | ||||
-rw-r--r-- | comms/anyremote/files/patch-src_pr_frontend.c | 11 | ||||
-rw-r--r-- | comms/anyremote/pkg-plist | 2 |
5 files changed, 19 insertions, 17 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 41d7d3dc2ede..6723bf70ec84 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -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} diff --git a/comms/anyremote/distinfo b/comms/anyremote/distinfo index 5c48c355bf0a..b3af61793a1f 100644 --- a/comms/anyremote/distinfo +++ b/comms/anyremote/distinfo @@ -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 diff --git a/comms/anyremote/files/patch-src_pr__frontend.c b/comms/anyremote/files/patch-src_pr__frontend.c new file mode 100644 index 000000000000..5e21b6cb1d17 --- /dev/null +++ b/comms/anyremote/files/patch-src_pr__frontend.c @@ -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" diff --git a/comms/anyremote/files/patch-src_pr_frontend.c b/comms/anyremote/files/patch-src_pr_frontend.c deleted file mode 100644 index 0e32e10c76d6..000000000000 --- a/comms/anyremote/files/patch-src_pr_frontend.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pr_frontend.c.orig 2009-04-10 14:17:39.000000000 +1000 -+++ src/pr_frontend.c 2009-04-10 14:17:53.000000000 +1000 -@@ -25,6 +25,8 @@ - #include <string.h> - #include <sys/socket.h> - #include <unistd.h> -+#include <sys/types.h> -+#include <netinet/in.h> - - #include "common.h" - #include "utils.h" diff --git a/comms/anyremote/pkg-plist b/comms/anyremote/pkg-plist index 716d6cf36cd9..cbcf7341297f 100644 --- a/comms/anyremote/pkg-plist +++ b/comms/anyremote/pkg-plist @@ -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 |