svn commit: r514782 - head/multimedia/libdc1394

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 19 09:39:08 UTC 2019


Author: amdmi3
Date: Sat Oct 19 09:39:07 2019
New Revision: 514782
URL: https://svnweb.freebsd.org/changeset/ports/514782

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/libdc1394/Makefile
  head/multimedia/libdc1394/pkg-descr

Modified: head/multimedia/libdc1394/Makefile
==============================================================================
--- head/multimedia/libdc1394/Makefile	Sat Oct 19 09:37:29 2019	(r514781)
+++ head/multimedia/libdc1394/Makefile	Sat Oct 19 09:39:07 2019	(r514782)
@@ -9,10 +9,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-2/${PORTVERSI
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	1394-based DC Control Library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		libtool pathfix
 GNU_CONFIGURE=	yes
-USES=	libtool pathfix
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/multimedia/libdc1394/pkg-descr
==============================================================================
--- head/multimedia/libdc1394/pkg-descr	Sat Oct 19 09:37:29 2019	(r514781)
+++ head/multimedia/libdc1394/pkg-descr	Sat Oct 19 09:39:07 2019	(r514782)
@@ -3,4 +3,4 @@ application programming interface (API) for developers
 control IEEE 1394 based cameras that conform to the 1394-based Digital
 Camera Specifications (also known as the IIDC or DCAM Specifications).
 
-WWW: http://damien.douxchamps.net/ieee1394/libdc1394/
+WWW: https://damien.douxchamps.net/ieee1394/libdc1394/


More information about the svn-ports-head mailing list