Date: Wed, 24 Apr 2019 09:01:22 +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: r499823 - head/misc/openr2 Message-ID: <201904240901.x3O91MVw001288@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Apr 24 09:01:22 2019 New Revision: 499823 URL: https://svnweb.freebsd.org/changeset/ports/499823 Log: - Add LICENSE - Remove bogus MASTER_SITES - Pet portlint - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/misc/openr2/Makefile head/misc/openr2/pkg-descr Modified: head/misc/openr2/Makefile ============================================================================== --- head/misc/openr2/Makefile Wed Apr 24 08:18:44 2019 (r499822) +++ head/misc/openr2/Makefile Wed Apr 24 09:01:22 2019 (r499823) @@ -3,23 +3,23 @@ PORTNAME= openr2 PORTVERSION= 1.3.3 -PORTREVISION= 0 CATEGORIES= misc -MASTER_SITES= GOOGLE_CODE MAINTAINER= fjoe@FreeBSD.org COMMENT= MFC/R2 call setup library +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + BUILD_DEPENDS= ${LOCALBASE}/include/dahdi/user.h:misc/dahdi USE_GITHUB= yes GH_ACCOUNT= moises-silva GH_TAGNAME= d6a5716 +USES= libtool localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include INSTALL_TARGET= install-strip -USES= libtool USE_LDCONFIG= yes post-install: Modified: head/misc/openr2/pkg-descr ============================================================================== --- head/misc/openr2/pkg-descr Wed Apr 24 08:18:44 2019 (r499822) +++ head/misc/openr2/pkg-descr Wed Apr 24 09:01:22 2019 (r499823) @@ -7,4 +7,4 @@ them when needed, that's why this library does not dep libteletone or zaptel for tone generation and detection (depends on zaptel for CAS bits and general media transmission though) -WWW: http://libopenr2.org/ +WWW: https://libopenr2.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904240901.x3O91MVw001288>