aboutsummaryrefslogtreecommitdiff
path: root/security/pscan
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2009-10-11 22:34:23 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2009-10-11 22:34:23 +0000
commit578991f4254a1d0a7e8654eb3768f9c8d752d91f (patch)
tree6e5d6bac6f7b2d3b81563f83e4e1d18a0acabcf1 /security/pscan
parent17b6c06b19bc4b9b415308e91e8acc216f7b9fb6 (diff)
downloadports-578991f4254a1d0a7e8654eb3768f9c8d752d91f.tar.gz
ports-578991f4254a1d0a7e8654eb3768f9c8d752d91f.zip
Notes
Diffstat (limited to 'security/pscan')
-rw-r--r--security/pscan/Makefile8
-rw-r--r--security/pscan/distinfo6
-rw-r--r--security/pscan/files/patch-Makefile (renamed from security/pscan/files/patch-aa)0
-rw-r--r--security/pscan/pkg-descr2
-rw-r--r--security/pscan/pkg-plist2
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