From owner-svn-ports-all@FreeBSD.ORG Wed Mar 26 13:18:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18DC6A4D; Wed, 26 Mar 2014 13:18:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB98DBF0; Wed, 26 Mar 2014 13:18:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QDIEaF094184; Wed, 26 Mar 2014 13:18:14 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2QDIDnm094179; Wed, 26 Mar 2014 13:18:13 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201403261318.s2QDIDnm094179@svn.freebsd.org> From: Alex Dupre Date: Wed, 26 Mar 2014 13:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349250 - in head/security: quantis quantis-kmod 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.17 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: Wed, 26 Mar 2014 13:18:15 -0000 Author: ale Date: Wed Mar 26 13:18:13 2014 New Revision: 349250 URL: http://svnweb.freebsd.org/changeset/ports/349250 QAT: https://qat.redports.org/buildarchive/r349250/ Log: Update to v13.11.08 release. Modified: head/security/quantis-kmod/Makefile head/security/quantis-kmod/distinfo head/security/quantis/Makefile head/security/quantis/distinfo head/security/quantis/pkg-message Modified: head/security/quantis-kmod/Makefile ============================================================================== --- head/security/quantis-kmod/Makefile Wed Mar 26 13:09:02 2014 (r349249) +++ head/security/quantis-kmod/Makefile Wed Mar 26 13:18:13 2014 (r349250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantis -DISTVERSION= v13.04.29 +DISTVERSION= v13.11.08 CATEGORIES= security MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ ${MASTER_SITE_LOCAL} Modified: head/security/quantis-kmod/distinfo ============================================================================== --- head/security/quantis-kmod/distinfo Wed Mar 26 13:09:02 2014 (r349249) +++ head/security/quantis-kmod/distinfo Wed Mar 26 13:18:13 2014 (r349250) @@ -1,2 +1,2 @@ -SHA256 (Quantis-v13.04.29-src.zip) = 5bc53d6719522e6664205dd6870237c979e0778c2c3ea02e7f3916aebfea4bb4 -SIZE (Quantis-v13.04.29-src.zip) = 7221256 +SHA256 (Quantis-v13.11.08-src.zip) = cd56cb8835c1cde798b966ef256902d30e2328e59c169e43962d164b7be093db +SIZE (Quantis-v13.11.08-src.zip) = 7222860 Modified: head/security/quantis/Makefile ============================================================================== --- head/security/quantis/Makefile Wed Mar 26 13:09:02 2014 (r349249) +++ head/security/quantis/Makefile Wed Mar 26 13:18:13 2014 (r349250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quantis -DISTVERSION= v13.04.29 +DISTVERSION= v13.11.08 CATEGORIES= security devel java MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ ${MASTER_SITE_LOCAL} @@ -12,7 +12,7 @@ DISTNAME= Quantis-${DISTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access Quantis devices -LICENSE= BSD GPLv2 +LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/Quantis-${DISTVERSION}/License.txt @@ -39,8 +39,7 @@ KMODDIR?= /boot/modules PORTDOCS= * PORTEXAMPLES= * -NO_STAGE= yes -.include +.include .if ${PORT_OPTIONS:MPCI} RUN_DEPENDS+= ${KMODDIR}/quantis.ko:${PORTSDIR}/security/quantis-kmod @@ -50,6 +49,7 @@ CMAKE_ARGS+= -DDISABLE_QUANTIS_PCI=1 .if ! ${PORT_OPTIONS:MUSB} CMAKE_ARGS+= -DDISABLE_QUANTIS_USB=1 +PKGMESSAGE= ${PKGDIR}/notexistent .endif .if ${PORT_OPTIONS:MJAVA} @@ -90,19 +90,14 @@ post-patch: ${WRKSRC}/CMake/CompilersFlags.cmake post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/../*.txt ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.if ${PORT_OPTIONS:MUSB} && ${OSVERSION} >= 801000 - @${MKDIR} ${EXAMPLESDIR}/devd - ${INSTALL_DATA} ${FILESDIR}/quantis.conf ${EXAMPLESDIR}/devd - @${CAT} ${PKGMESSAGE} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/../*.txt ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) +.if ${PORT_OPTIONS:MUSB} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/devd + ${INSTALL_DATA} ${FILESDIR}/quantis.conf ${STAGEDIR}${EXAMPLESDIR}/devd .endif -.include +.include Modified: head/security/quantis/distinfo ============================================================================== --- head/security/quantis/distinfo Wed Mar 26 13:09:02 2014 (r349249) +++ head/security/quantis/distinfo Wed Mar 26 13:18:13 2014 (r349250) @@ -1,2 +1,2 @@ -SHA256 (Quantis-v13.04.29-src.zip) = 5bc53d6719522e6664205dd6870237c979e0778c2c3ea02e7f3916aebfea4bb4 -SIZE (Quantis-v13.04.29-src.zip) = 7221256 +SHA256 (Quantis-v13.11.08-src.zip) = cd56cb8835c1cde798b966ef256902d30e2328e59c169e43962d164b7be093db +SIZE (Quantis-v13.11.08-src.zip) = 7222860 Modified: head/security/quantis/pkg-message ============================================================================== --- head/security/quantis/pkg-message Wed Mar 26 13:09:02 2014 (r349249) +++ head/security/quantis/pkg-message Wed Mar 26 13:18:13 2014 (r349250) @@ -5,6 +5,6 @@ you have to change permissions on the ge device. A devd config sample has been put in the examples directory. -Copy it into /usr/local/etc/devd ad modify it at your needs. +Copy it into %%LOCALBASE%%/etc/devd ad modify it at your needs. ************************************************************