svn commit: r465788 - head/net-im/ekiga
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 28 09:33:25 UTC 2018
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 at 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/
More information about the svn-ports-all
mailing list