aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/quantis-kmod/Makefile2
-rw-r--r--security/quantis-kmod/distinfo4
-rw-r--r--security/quantis/Makefile31
-rw-r--r--security/quantis/distinfo4
-rw-r--r--security/quantis/pkg-message2
5 files changed, 19 insertions, 24 deletions
diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile
index ece3b93a09d..863c955883c 100644
--- a/security/quantis-kmod/Makefile
+++ b/security/quantis-kmod/Makefile
@@ -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}
diff --git a/security/quantis-kmod/distinfo b/security/quantis-kmod/distinfo
index 93b485b42a2..bdc8f466db0 100644
--- a/security/quantis-kmod/distinfo
+++ b/security/quantis-kmod/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/Makefile b/security/quantis/Makefile
index 0ce1a1294c4..4e6cbfc3bf8 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 93b485b42a2..bdc8f466db0 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 7da2653dcde..7db754ebbd0 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.
************************************************************