aboutsummaryrefslogtreecommitdiff
path: root/security/l0pht-watch
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-12-06 05:15:58 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-12-06 05:15:58 +0000
commit26fd30237261d9dbbaef909313541edd967ec088 (patch)
treef931f4a790b6c23bb1be63f5d942907bfad182ff /security/l0pht-watch
parent1394b1ef565c71993a51710d81340c5d53d4f430 (diff)
downloadports-26fd30237261d9dbbaef909313541edd967ec088.tar.gz
ports-26fd30237261d9dbbaef909313541edd967ec088.zip
Upgrade to l0pht-watch 1.1
Reviewed by: Maintainer
Notes
Notes: svn path=/head/; revision=23620
Diffstat (limited to 'security/l0pht-watch')
-rw-r--r--security/l0pht-watch/Makefile6
-rw-r--r--security/l0pht-watch/distinfo2
-rw-r--r--security/l0pht-watch/files/patch-aa14
3 files changed, 11 insertions, 11 deletions
diff --git a/security/l0pht-watch/Makefile b/security/l0pht-watch/Makefile
index dbcc6f6e31e1..3b514b806212 100644
--- a/security/l0pht-watch/Makefile
+++ b/security/l0pht-watch/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: l0pht-query
-# Version required: 1.0
+# Version required: 1.1
# Date created: 11 Jan 1999
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
@@ -7,13 +7,13 @@
#
DISTNAME= l0pht-watch
-PKGNAME= l0pht-watch-1.0
+PKGNAME= l0pht-watch-1.1
CATEGORIES= security
MASTER_SITES= http://www.l0pht.com/advisories/
MAINTAINER= dom@myrddin.demon.co.uk
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}/temp-watch
ALL_TARGET= OpenBSD
diff --git a/security/l0pht-watch/distinfo b/security/l0pht-watch/distinfo
index cdfb280725ff..6eb61e368cc0 100644
--- a/security/l0pht-watch/distinfo
+++ b/security/l0pht-watch/distinfo
@@ -1 +1 @@
-MD5 (l0pht-watch.tar.gz) = a32205006a9153ef2db04f4d557ac2ac
+MD5 (l0pht-watch.tar.gz) = b774bfdc3e66a5d4cccc788c1f596158
diff --git a/security/l0pht-watch/files/patch-aa b/security/l0pht-watch/files/patch-aa
index 4443d43c79d4..720aa31199c8 100644
--- a/security/l0pht-watch/files/patch-aa
+++ b/security/l0pht-watch/files/patch-aa
@@ -1,22 +1,22 @@
---- Makefile.orig Tue Dec 29 03:57:35 1998
-+++ Makefile Sun Apr 11 20:32:06 1999
-@@ -8,12 +8,13 @@
- # pick gcc if you'd rather , and/or do -g instead of -O if debugging
+--- Makefile.orig Thu Sep 23 10:18:18 1999
++++ Makefile Sat Dec 4 00:53:05 1999
+@@ -9,12 +9,13 @@
# debugging
# DFLAGS = -DTEST -DDEBUG
+ DFLAGS = -DREGEX
-CFLAGS =-O -Wall
-+CFLAGS ?= -O
-+CFLAGS += -Wall
++CFLAGS ?=-O -Wall
XFLAGS = # xtra cflags, set by systype targets
XLIBS = # xtra libs if necessary?
# -Bstatic for sunos, -static for gcc, etc. You want this, trust me.
STATIC =
-CC = cc $(CFLAGS)
+CC ?= cc
++CC += $(CFLAGS)
LD = $(CC) -s # linker; defaults to stripped executables
o = o # object extension
CKTEMP_OBJS=check_tmp.o daemon.o list_utils.o usage.o
-@@ -59,7 +60,8 @@
+@@ -60,7 +61,8 @@
OpenBSD:
make -e $(ALL) $(MFLAGS) \