diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-11 12:54:06 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-11 12:54:06 -0800 |
commit | 1065f04159ad64574ef1e1bbc697dbbb4b4f09e9 (patch) | |
tree | e8cddc5893e7e4a529bd397d9700f2293c62fdfd /misc | |
parent | 68ccdb12923ec2293b5c96a2f38651d33efce632 (diff) | |
download | freebsd-ports-1065f04159ad64574ef1e1bbc697dbbb4b4f09e9.zip |
misc/quantum++: Update 3.0 -> 3.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/quantum++/Makefile | 2 | ||||
-rw-r--r-- | misc/quantum++/distinfo | 6 | ||||
-rw-r--r-- | misc/quantum++/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile index f9829ebc0d15..52edec6086ba 100644 --- a/misc/quantum++/Makefile +++ b/misc/quantum++/Makefile @@ -1,6 +1,6 @@ PORTNAME= quantum++ DISTVERSIONPREFIX= v -DISTVERSION= 3.0 +DISTVERSION= 3.1 CATEGORIES= misc devel MAINTAINER= yuri@FreeBSD.org diff --git a/misc/quantum++/distinfo b/misc/quantum++/distinfo index 59a684c668c9..382f1308c599 100644 --- a/misc/quantum++/distinfo +++ b/misc/quantum++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633841212 -SHA256 (softwareQinc-qpp-v3.0_GH0.tar.gz) = c26c9ae1465972ceb9d731c54345e59e35951cbe2485769bd48fa9e66c4e2ee6 -SIZE (softwareQinc-qpp-v3.0_GH0.tar.gz) = 5554155 +TIMESTAMP = 1641934111 +SHA256 (softwareQinc-qpp-v3.1_GH0.tar.gz) = 586d688dc65b61c0dbf5092d06c837ad1f101e5b24a9be9844bf3302cea54d03 +SIZE (softwareQinc-qpp-v3.1_GH0.tar.gz) = 5726978 diff --git a/misc/quantum++/pkg-plist b/misc/quantum++/pkg-plist index a768950d30bd..e0a1e2ff49f0 100644 --- a/misc/quantum++/pkg-plist +++ b/misc/quantum++/pkg-plist @@ -27,6 +27,7 @@ include/qpp/operations.hpp include/qpp/qasm/qasm.hpp include/qpp/qasmtools/ast/ast.hpp include/qpp/qasmtools/ast/base.hpp +include/qpp/qasmtools/ast/cloneable.hpp include/qpp/qasmtools/ast/decl.hpp include/qpp/qasmtools/ast/expr.hpp include/qpp/qasmtools/ast/program.hpp |