Date: Wed, 16 Jan 2019 09:30:34 +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: r490460 - head/net/pjsip Message-ID: <201901160930.x0G9UYr3011862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jan 16 09:30:34 2019 New Revision: 490460 URL: https://svnweb.freebsd.org/changeset/ports/490460 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/net/pjsip/Makefile head/net/pjsip/pkg-descr Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Wed Jan 16 09:26:04 2019 (r490459) +++ head/net/pjsip/Makefile Wed Jan 16 09:30:34 2019 (r490460) @@ -10,6 +10,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Multimedia communication library written in C language LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libportaudio.so:audio/portaudio Modified: head/net/pjsip/pkg-descr ============================================================================== --- head/net/pjsip/pkg-descr Wed Jan 16 09:26:04 2019 (r490459) +++ head/net/pjsip/pkg-descr Wed Jan 16 09:30:34 2019 (r490460) @@ -6,4 +6,4 @@ into high level API that is portable and suitable for type of systems ranging from desktops, embedded systems, to mobile handsets. -WWW: http://www.pjsip.org/ +WWW: https://www.pjsip.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901160930.x0G9UYr3011862>