diff options
author | lippe <lippe@FreeBSD.org> | 2009-10-12 06:34:23 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2009-10-12 06:34:23 +0800 |
commit | ff2f259825d8993530b9ff2be571ca181025478d (patch) | |
tree | e210ce7173564f6d1c82bd6495696025d8dcfe6b | |
parent | 8573232df920987badff774728caa4da31ad2405 (diff) | |
download | freebsd-ports-gnome-ff2f259825d8993530b9ff2be571ca181025478d.tar.gz freebsd-ports-gnome-ff2f259825d8993530b9ff2be571ca181025478d.tar.zst freebsd-ports-gnome-ff2f259825d8993530b9ff2be571ca181025478d.zip |
- Fix MASTER_SITES and pkg-descr.
- Move pkg-plist to Makefile.
- Use patch name as appropriate.
- Pass maintainership to submitter.
PR: ports/139441
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
-rw-r--r-- | security/pscan/Makefile | 8 | ||||
-rw-r--r-- | security/pscan/distinfo | 6 | ||||
-rw-r--r-- | security/pscan/files/patch-Makefile (renamed from security/pscan/files/patch-aa) | 0 | ||||
-rw-r--r-- | security/pscan/pkg-descr | 2 | ||||
-rw-r--r-- | security/pscan/pkg-plist | 2 |
5 files changed, 10 insertions, 8 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile index b68c63aa239a..0ebc64e345d2 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -8,13 +8,17 @@ PORTNAME= pscan PORTVERSION= 1.3 CATEGORIES= security devel -MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/ +MASTER_SITES= http://deployingradius.com/pscan/ DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Security C code scanner for misuse of format strings ALL_TARGET= #empty +WRKSRC= ${WRKDIR} + +PLIST_FILES= bin/pscan \ + bin/find_formats do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin diff --git a/security/pscan/distinfo b/security/pscan/distinfo index f47f1586e078..3a7cbba9c036 100644 --- a/security/pscan/distinfo +++ b/security/pscan/distinfo @@ -1,3 +1,3 @@ -MD5 (pscan.tar.gz) = 9a83db546f0398d2eb7162b9c3f7cecc -SHA256 (pscan.tar.gz) = 0f3a9f5b91ddba5363d77734a717f541260b2154c964b9ce63511b3ff50272ee -SIZE (pscan.tar.gz) = 14555 +MD5 (pscan.tar.gz) = 07083eade2dbd7a9b394189cb2ee400e +SHA256 (pscan.tar.gz) = 00124fa09150ceffaeed222ffee9959b2dd698336a232567fd536c463441f659 +SIZE (pscan.tar.gz) = 17332 diff --git a/security/pscan/files/patch-aa b/security/pscan/files/patch-Makefile index 2dbd480bcd9b..2dbd480bcd9b 100644 --- a/security/pscan/files/patch-aa +++ b/security/pscan/files/patch-Makefile diff --git a/security/pscan/pkg-descr b/security/pscan/pkg-descr index 3b180bc5d44f..783d697995a9 100644 --- a/security/pscan/pkg-descr +++ b/security/pscan/pkg-descr @@ -9,4 +9,4 @@ An example of the kind of situation pscan looks for is the following: variable = "%s"; /* or malicious user input */ sprintf(buffer, variable); /* BAD! */ -WWW: http://www.striker.ottawa.on.ca/~aland/pscan/ +WWW: http://deployingradius.com/pscan/ diff --git a/security/pscan/pkg-plist b/security/pscan/pkg-plist deleted file mode 100644 index 2fd7e66ab116..000000000000 --- a/security/pscan/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/pscan -bin/find_formats |