Date: Thu, 12 Jan 2017 09:01:09 +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: r431238 - in head/graphics/multican: . files Message-ID: <201701120901.v0C919rY065013@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)"},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701120901.v0C919rY065013>