svn commit: r520376 - head/net-im/libnice
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Dec 18 09:40:43 UTC 2019
Author: amdmi3
Date: Wed Dec 18 09:40:42 2019
New Revision: 520376
URL: https://svnweb.freebsd.org/changeset/ports/520376
Log:
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Modified:
head/net-im/libnice/Makefile
head/net-im/libnice/pkg-descr
Modified: head/net-im/libnice/Makefile
==============================================================================
--- head/net-im/libnice/Makefile Wed Dec 18 09:04:34 2019 (r520375)
+++ head/net-im/libnice/Makefile Wed Dec 18 09:40:42 2019 (r520376)
@@ -9,12 +9,11 @@ MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= gnome at FreeBSD.org
COMMENT= Library and transmitter that implements ICE-19
-USES= gettext gmake gnome libtool pathfix pkgconfig
+USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig
USE_LDCONFIG= yes
USE_GNOME= glib20 introspection:build
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS
-LDFLAGS+= -L${LOCALBASE}/lib
+CPPFLAGS+= -DHAVE_GETIFADDRS
INSTALL_TARGET= install-strip
.if !defined(LIBNICE_SLAVE)
Modified: head/net-im/libnice/pkg-descr
==============================================================================
--- head/net-im/libnice/pkg-descr Wed Dec 18 09:04:34 2019 (r520375)
+++ head/net-im/libnice/pkg-descr Wed Dec 18 09:40:42 2019 (r520376)
@@ -1,4 +1,4 @@
Libnice is a library and a transmitter that does ICE (as defined in the ICE-19
draft), as well as Google Talk and MSN compatible ICE-like protocols.
-WWW: http://nice.freedesktop.org/
+WWW: https://nice.freedesktop.org/
More information about the svn-ports-all
mailing list