diff options
author | kwm <kwm@FreeBSD.org> | 2018-09-30 19:58:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2018-09-30 19:58:29 +0800 |
commit | 1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /net/vino | |
parent | b640e6d0ba34a529816c17d494eb8ca09ca720fd (diff) | |
download | freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.tar.gz freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.tar.zst freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.zip |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 22 | ||||
-rw-r--r-- | net/vino/distinfo | 5 | ||||
-rw-r--r-- | net/vino/pkg-descr | 2 |
3 files changed, 19 insertions, 10 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 81ac0d45c60a..dd5025a02864 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vino -PORTVERSION= 3.18.1 -PORTREVISION= 2 +PORTVERSION= 3.22.0 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,24 +10,33 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgnutls.so:security/gnutls \ libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib \ libsecret-1.so:security/libsecret \ + libgpg-error.so:security/libgpg-error \ + libgcrypt.so:security/libgcrypt \ + libdbus-1.so:devel/dbus \ libsoup-2.4.so:devel/libsoup \ libnotify.so:devel/libnotify \ libavahi-glib.so:net/avahi-app PORTSCOUT= limitw:1,even -USES= cpe gettext gmake gnome pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome jpeg localbase pathfix \ + pkgconfig tar:xz CPE_VENDOR= david_king -USE_GNOME= gtk30 intlhack -USE_XORG= xdamage xfixes xtst +USE_GNOME= cairo gtk30 intlhack +USE_XORG= ice x11 xdamage xext xfixes sm xtst GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -Wno-format-nonliteral GLIB_SCHEMAS= org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml +post-install: + @${RM} -rf ${STAGEDIR}${PREFIX}/lib/systemd/ + .include <bsd.port.mk> diff --git a/net/vino/distinfo b/net/vino/distinfo index 6fc9554ce440..74486ce6a66f 100644 --- a/net/vino/distinfo +++ b/net/vino/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnome3/vino-3.18.1.tar.xz) = 07ec6e78bbecd4ee3fce873eb26932fdda9c7642bb09d17ac36483b996fafe5a -SIZE (gnome3/vino-3.18.1.tar.xz) = 766944 +TIMESTAMP = 1476568217 +SHA256 (gnome3/vino-3.22.0.tar.xz) = 2911c779b6a2c46e5bc8e5a0c94c2a4d5bd4a1ee7e35f2818702cb13d9d23bab +SIZE (gnome3/vino-3.22.0.tar.xz) = 768716 diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr index 812e0b21a988..000d0d234d1b 100644 --- a/net/vino/pkg-descr +++ b/net/vino/pkg-descr @@ -1,4 +1,4 @@ Vino is a VNC server for GNOME - it allows someone to remotely connect to your desktop session using the RFB protocol. -WWW: http://www.gnome.org/ +WWW: https://wiki.gnome.org/Projects/Vino |