svn commit: r499823 - head/misc/openr2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 24 09:01:23 UTC 2019


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 at 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/


More information about the svn-ports-all mailing list