Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 00:38:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384546 - head/net/vino
Message-ID:  <201504230038.t3N0cPwV090435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr 23 00:38:24 2015
New Revision: 384546
URL: https://svnweb.freebsd.org/changeset/ports/384546

Log:
  - Add CPE info
  - Whitespace fix
  - Fix WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net/vino/Makefile
  head/net/vino/pkg-descr

Modified: head/net/vino/Makefile
==============================================================================
--- head/net/vino/Makefile	Thu Apr 23 00:38:04 2015	(r384545)
+++ head/net/vino/Makefile	Thu Apr 23 00:38:24 2015	(r384546)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/se
 		libnotify.so:${PORTSDIR}/devel/libnotify \
 		libavahi-glib.so:${PORTSDIR}/net/avahi-app
 
-USES=		gettext gmake pathfix pkgconfig tar:xz
+USES=		cpe gettext gmake pathfix pkgconfig tar:xz
+CPE_VENDOR=	david_king
 USE_GNOME=	gnomeprefix gtk30 intlhack
 USE_XORG=	xdamage xfixes xtst
 GNU_CONFIGURE=	yes
@@ -34,6 +35,6 @@ OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	NOTIFY
 OPTIONS_DEFAULT=NOTIFY
 NOTIFY_LIBS_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
-NOTIFY_CONFIGURE_WITH=	libnotify	
+NOTIFY_CONFIGURE_WITH=	libnotify
 
 .include <bsd.port.mk>

Modified: head/net/vino/pkg-descr
==============================================================================
--- head/net/vino/pkg-descr	Thu Apr 23 00:38:04 2015	(r384545)
+++ head/net/vino/pkg-descr	Thu Apr 23 00:38:24 2015	(r384546)
@@ -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: http://www.gnome.org/



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