Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 09:33: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: r465788 - head/net-im/ekiga
Message-ID:  <201803280933.w2S9XPxv049701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Mar 28 09:33:24 2018
New Revision: 465788
URL: https://svnweb.freebsd.org/changeset/ports/465788

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/ekiga/Makefile
  head/net-im/ekiga/pkg-descr

Modified: head/net-im/ekiga/Makefile
==============================================================================
--- head/net-im/ekiga/Makefile	Wed Mar 28 09:18:28 2018	(r465787)
+++ head/net-im/ekiga/Makefile	Wed Mar 28 09:33:24 2018	(r465788)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	VoIP and video conferencing application
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat \
 		gnome-icon-theme>=3.0.0:misc/gnome-icon-theme
 LIB_DEPENDS=	libboost_signals.so:devel/boost-libs \
@@ -20,8 +23,8 @@ LIB_DEPENDS=	libboost_signals.so:devel/boost-libs \
 RUN_DEPENDS=	gnome-icon-theme>=3.0.0:misc/gnome-icon-theme
 
 GNU_CONFIGURE=	yes
-USES=		cpe gettext gmake kde:4 libtool pathfix perl5 pkgconfig \
-		tar:xz
+USES=		cpe gettext gmake kde:4 libtool localbase pathfix \
+		perl5 pkgconfig tar:xz
 USE_XORG=	xv
 USE_GNOME=	gtk20 intlhack libxml2
 INSTALLS_ICONS=	yes

Modified: head/net-im/ekiga/pkg-descr
==============================================================================
--- head/net-im/ekiga/pkg-descr	Wed Mar 28 09:18:28 2018	(r465787)
+++ head/net-im/ekiga/pkg-descr	Wed Mar 28 09:33:24 2018	(r465788)
@@ -2,4 +2,4 @@ Ekiga (formely known as GnomeMeeting) is an open sourc
 VoIP and video conferencing application for GNOME/KDE.
 Ekiga uses both the H.323 and SIP protocols.
 
-WWW: http://www.ekiga.org
+WWW: https://www.ekiga.org/



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