mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
- Update to 1.81
This commit is contained in:
parent
d5f07761bb
commit
202031d76c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451750
3 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cppcheck
|
||||
PORTVERSION= 1.80
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.81
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -23,7 +22,7 @@ COMMENT= Static analysis of C/C++ code (GUI)
|
|||
RUN_DEPENDS= cppcheck:devel/cppcheck
|
||||
|
||||
CMAKE_ARGS= -DBUILD_GUI=TRUE
|
||||
USE_QT4= corelib gui xml qmake_build moc_build uic_build rcc_build linguisttools_build
|
||||
USE_QT5= core gui widgets printsupport qmake_build buildtools_build linguisttools_build
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/gui
|
||||
INSTALL_WRKSRC= ${WRKSRC}/gui
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1503163510
|
||||
SHA256 (cppcheck-1.80.tar.bz2) = 0841d248df8da239fff60787c2fa91a9be04643de91e6d134169533ca137a0fb
|
||||
SIZE (cppcheck-1.80.tar.bz2) = 1223503
|
||||
TIMESTAMP = 1507657122
|
||||
SHA256 (cppcheck-1.81.tar.bz2) = bb694f37ae0b5fed48c6cdc2fb5e528daf32cefc64e16b1a520c5411323cf27e
|
||||
SIZE (cppcheck-1.81.tar.bz2) = 1514741
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/cppcheck
|
||||
%%DATADIR%%/avr.cfg
|
||||
%%DATADIR%%/bsd.cfg
|
||||
%%DATADIR%%/gnu.cfg
|
||||
%%DATADIR%%/gtk.cfg
|
||||
%%DATADIR%%/microsoft_sal.cfg
|
||||
|
|
Loading…
Add table
Reference in a new issue