diff options
| author | rillig <rillig@pkgsrc.org> | 2020-02-04 17:22:06 +0000 |
|---|---|---|
| committer | rillig <rillig@pkgsrc.org> | 2020-02-04 17:22:06 +0000 |
| commit | e02b17f2af3116ade52e763f86faef2d9bb62ddd (patch) | |
| tree | b229a982ab0f41f1127aa4bf69c8bd15ee0438c4 /security/pscan | |
| parent | db02fe0169be9679f71c7d8d529d92799bd6caef (diff) | |
| download | pkgsrc-e02b17f2af3116ade52e763f86faef2d9bb62ddd.tar.gz | |
security/pscan: update HOMEPAGE, document MASTER_SITES
Diffstat (limited to 'security/pscan')
| -rw-r--r-- | security/pscan/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile index 2add3dc2eb1..5395031d211 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2017/09/03 08:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2020/02/04 17:22:06 rillig Exp $ DISTNAME= pscan PKGNAME= pscan-1.3 CATEGORIES= security devel -#MASTER_SITES= # http://www.striker.ottawa.on.ca/~aland/pscan/ +# Has only unversioned distfile. +# The 2015 tar.gz is essentially equal to the 2001 version. +#MASTER_SITES= # http://deployingradius.com/pscan/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/ +HOMEPAGE= http://deployingradius.com/pscan/ COMMENT= Security C code scanner for misuse of format strings BUILD_TARGET= pscan |
