summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-17 17:35:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-17 17:35:06 +0000
commit18e85d1a291836e2fce77040cf14f7805b034584 (patch)
tree1d3492cccb584d9cfeb0d617ce98c62948f78e43
parentUpdate to version 0.6 (diff)
Update to version 1.2
Notes
Notes: svn path=/head/; revision=21684
-rw-r--r--security/gtkportscan/Makefile8
-rw-r--r--security/gtkportscan/distinfo2
-rw-r--r--security/gtkportscan/files/patch-aa13
-rw-r--r--security/gtkportscan/pkg-descr2
4 files changed, 13 insertions, 12 deletions
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile
index a09800648f21..910c7c6173a4 100644
--- a/security/gtkportscan/Makefile
+++ b/security/gtkportscan/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: gtkportscan
-# Version required: 1.1
+# Version required: 1.2
# Date created: 11 March 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gtkportscan-1.1
+DISTNAME= gtkportscan-1.2
CATEGORIES= security net
-MASTER_SITES= http://www.calpoly.edu/~rbarrero/
+MASTER_SITES= http://armageddon.splorg.org/gtkportscan/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-WRKSRC= ${WRKDIR}/gtkscan
+WRKSRC= ${WRKDIR}/gtkportscan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtkportscan ${PREFIX}/bin
diff --git a/security/gtkportscan/distinfo b/security/gtkportscan/distinfo
index 82d7c1c30b15..9b7445714356 100644
--- a/security/gtkportscan/distinfo
+++ b/security/gtkportscan/distinfo
@@ -1 +1 @@
-MD5 (gtkportscan-1.1.tar.gz) = d628dcc761713165d7883d6472a09147
+MD5 (gtkportscan-1.2.tar.gz) = 3de4832a19eaeaec90fe0fe4be65faaf
diff --git a/security/gtkportscan/files/patch-aa b/security/gtkportscan/files/patch-aa
index 12c1636431e1..5eb7398ac64d 100644
--- a/security/gtkportscan/files/patch-aa
+++ b/security/gtkportscan/files/patch-aa
@@ -1,19 +1,20 @@
---- Makefile.orig Thu Mar 11 18:58:41 1999
-+++ Makefile Thu Mar 18 17:22:45 1999
+--- Makefile.orig Thu Mar 11 01:58:41 1999
++++ Makefile Sun Sep 12 20:59:30 1999
@@ -1,21 +1,21 @@
- CC=gcc
+-CC=gcc
-GTK_FLAGS=`gtk-config --cflags` `gtk-config --libs`
++CC?=gcc
+GTK_FLAGS=`gtk12-config --cflags` `gtk12-config --libs`
all: gtkportscan portscan
portscan: portscan.c
- $(CC) -O2 -Wall portscan.c -o portscan -g
-+ $(CC) -O2 -Wall portscan.c -o portscan -g ${CFLAGS}
++ $(CC) $(CFLAgS) -Wall portscan.c -o portscan ${CFLAGS}
gtkportscan: gtkportscan.c
- $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan -g
-+ $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan -g ${CFLAGS}
++ $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan ${CFLAGS}
install:
- cp portscan /usr/local/bin
@@ -26,6 +27,6 @@
uninstall:
- rm -f /usr/local/bin/portscan
-+ rm -f ${PREFIX}/bin/portscan
- rm -f /usr/X11/bin/gtkportscan
++ rm -f ${PREFIX}/bin/portscan
+ rm -f ${PREFIX}/bin/gtkportscan
diff --git a/security/gtkportscan/pkg-descr b/security/gtkportscan/pkg-descr
index 2bc5746be8cd..68b993fd208e 100644
--- a/security/gtkportscan/pkg-descr
+++ b/security/gtkportscan/pkg-descr
@@ -2,5 +2,5 @@ A simple port scanner written in Gtk+. It does simple scanning
and printing of the open ports on the machine you are scanning.
Includes a command-line and GUI port scanner.
-WWW: http://www.calpoly.edu/~rbarrero/gtkportscan.html
+WWW: http://armageddon.splorg.org/gtkportscan/
Author: Rafael Barrero, Jr. <rbarrero@polymail.calpoly.edu>