Update to newer version of devel/pscan (named "1.3" in README, though the
distfile isn't versioned), and tweak pkg/DESCR. Based on a submission from maintainer Steffen Wendzel.
This commit is contained in:
parent
7d98aa1a61
commit
308980ff55
@ -1,25 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/04/15 22:05:29 sthen Exp $
|
||||
|
||||
COMMENT= limited problem scanner for C source files
|
||||
|
||||
V= 1.6
|
||||
V= 1.3
|
||||
|
||||
PKGNAME= pscan-$V
|
||||
DISTNAME= pscan
|
||||
PKGNAME= ${DISTNAME}-${V}
|
||||
REVISION = 0
|
||||
DISTFILES= ${PKGNAME}{pscan}${EXTRACT_SUFX}
|
||||
EPOCH= 0
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/
|
||||
HOMEPAGE= http://deployingradius.com/pscan/
|
||||
|
||||
MAINTAINER= Steffen Wendzel <cdp@doomed-reality.org>
|
||||
MAINTAINER= Steffen Wendzel <wendzel@hs-worms.de>
|
||||
|
||||
# GPL
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
DIST_SUBDIR= ${DISTNAME}-${V}
|
||||
ALL_TARGET= pscan
|
||||
|
||||
NO_TEST= Yes
|
||||
@ -29,5 +32,7 @@ do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pscan
|
||||
${INSTALL_DATA} ${WRKSRC}/test.c ${PREFIX}/share/examples/pscan
|
||||
${INSTALL_DATA} ${WRKSRC}/wu-ftpd.pscan ${PREFIX}/share/examples/pscan
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/pscan
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pscan-1.6/pscan.tar.gz) = DzqfW5HdulNj13c0pxf1QSYLIVTJZLnOY1EbP/UCcu4=
|
||||
SIZE (pscan-1.6/pscan.tar.gz) = 14555
|
||||
SHA256 (pscan-1.3.tar.gz) = ABJPoJFQzv+u7SIv/umVmy3WmDNqIyVn/VNsRjRB9lk=
|
||||
SIZE (pscan-1.3.tar.gz) = 17332
|
||||
|
@ -1,2 +1,2 @@
|
||||
PScan is a program which attempts to scan C source files for common
|
||||
function abuses, which often lead to buffer overflows.
|
||||
PScan is a program which attempts to scan C source files for problematic
|
||||
uses of printf style functions, which often lead to buffer overflows.
|
||||
|
@ -1,6 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/11/06 06:30:32 bernd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/04/15 22:05:29 sthen Exp $
|
||||
@conflict emboss-*
|
||||
bin/find_formats.sh
|
||||
bin/pscan
|
||||
share/examples/pscan/
|
||||
share/examples/pscan/test.c
|
||||
share/examples/pscan/wu-ftpd.pscan
|
||||
share/examples/pscan/README
|
||||
|
Loading…
x
Reference in New Issue
Block a user