aboutsummaryrefslogtreecommitdiff
path: root/security/quantis
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-03-26 13:18:13 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-03-26 13:18:13 +0000
commit3a4c21aab6a383ed4116a62e92d12543ebdd058a (patch)
treea875bdf6bad07a2f508b3f2cd76cfc1e7ac86d1e /security/quantis
parent83aaa251d5d039b6fa9815ebbd8062eadde4b4c7 (diff)
downloadports-3a4c21aab6a383ed4116a62e92d12543ebdd058a.tar.gz
ports-3a4c21aab6a383ed4116a62e92d12543ebdd058a.zip
Update to v13.11.08 release.
Notes
Notes: svn path=/head/; revision=349250
Diffstat (limited to 'security/quantis')
-rw-r--r--security/quantis/Makefile31
-rw-r--r--security/quantis/distinfo4
-rw-r--r--security/quantis/pkg-message2
3 files changed, 16 insertions, 21 deletions
diff --git a/security/quantis/Makefile b/security/quantis/Makefile
index 0ce1a1294c40..4e6cbfc3bf84 100644
--- a/security/quantis/Makefile
+++ b/security/quantis/Makefile
@@ -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 <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/quantis/distinfo b/security/quantis/distinfo
index 93b485b42a20..bdc8f466db0d 100644
--- a/security/quantis/distinfo
+++ b/security/quantis/distinfo
@@ -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
diff --git a/security/quantis/pkg-message b/security/quantis/pkg-message
index 7da2653dcdec..7db754ebbd02 100644
--- a/security/quantis/pkg-message
+++ b/security/quantis/pkg-message
@@ -5,6 +5,6 @@ you have to change permissions on the generated 'ugen'
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.
************************************************************