Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 09:39:07 +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: r514782 - head/multimedia/libdc1394
Message-ID:  <201910190939.x9J9d7Ab043463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910190939.x9J9d7Ab043463>