From owner-svn-ports-all@freebsd.org Thu Jan 12 09:01:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C32FCCAC43C; Thu, 12 Jan 2017 09:01:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BCA71A90; Thu, 12 Jan 2017 09:01:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0C919C6065032; Thu, 12 Jan 2017 09:01:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0C919rY065013; Thu, 12 Jan 2017 09:01:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201701120901.v0C919rY065013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 Jan 2017 09:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431238 - in head/graphics/multican: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 09:01:10 -0000 Author: amdmi3 Date: Thu Jan 12 09:01:09 2017 New Revision: 431238 URL: https://svnweb.freebsd.org/changeset/ports/431238 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches Modified: head/graphics/multican/Makefile head/graphics/multican/files/patch-usbio.h Modified: head/graphics/multican/Makefile ============================================================================== --- head/graphics/multican/Makefile Thu Jan 12 08:48:31 2017 (r431237) +++ head/graphics/multican/Makefile Thu Jan 12 09:01:09 2017 (r431238) @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Remote control utility for Canon DSLR cameras -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING CFLAGS+= -fPIC # required at least on amd64 USE_LDCONFIG= yes @@ -19,6 +20,7 @@ PLIST_FILES= bin/multican lib/libmultica include/canonio.h include/usbio.h PORTDOCS= ChangeLog README + OPTIONS_DEFINE= DOCS post-patch: @@ -33,6 +35,7 @@ post-install: ${LN} -sf libmultican.so.0 ${STAGEDIR}${PREFIX}/lib/libmultican.so ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/ +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/graphics/multican/files/patch-usbio.h ============================================================================== --- head/graphics/multican/files/patch-usbio.h Thu Jan 12 08:48:31 2017 (r431237) +++ head/graphics/multican/files/patch-usbio.h Thu Jan 12 09:01:09 2017 (r431238) @@ -1,5 +1,5 @@ ---- usbio.h.orig 2006-12-18 09:11:04.000000000 +0100 -+++ usbio.h 2009-06-24 10:59:54.000000000 +0200 +--- usbio.h.orig 2007-02-20 14:01:15 UTC ++++ usbio.h @@ -182,6 +182,8 @@ static struct { {0x04a9, 0x3113, 6, "EOS 30D"}, {0x04a9, 0x3114, 6, "EOS 30D (ptp)"},