diff options
author | kris <kris@FreeBSD.org> | 1999-12-06 13:15:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-12-06 13:15:58 +0800 |
commit | 826c8258ef1238547d17196485855f776505f509 (patch) | |
tree | dffa712ed3ac9a65f58bedf040064f68fd015359 | |
parent | 773b42136a4d992a6c1072a65c91bf2b5fcb8640 (diff) | |
download | freebsd-ports-gnome-826c8258ef1238547d17196485855f776505f509.tar.gz freebsd-ports-gnome-826c8258ef1238547d17196485855f776505f509.tar.zst freebsd-ports-gnome-826c8258ef1238547d17196485855f776505f509.zip |
Upgrade to l0pht-watch 1.1
Reviewed by: Maintainer
-rw-r--r-- | security/l0pht-watch/Makefile | 6 | ||||
-rw-r--r-- | security/l0pht-watch/distinfo | 2 | ||||
-rw-r--r-- | security/l0pht-watch/files/patch-aa | 14 |
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) \ |