diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 07:53:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 07:53:17 +0800 |
commit | b79be2fc0185258848162cca93eee0a178fd7c3e (patch) | |
tree | 4c9786f7a5e0949bb989c2996d2d3c301ceabed1 /www | |
parent | 84bebb3a6379b0c8444da7fea7521a0428d2605c (diff) | |
download | freebsd-ports-gnome-b79be2fc0185258848162cca93eee0a178fd7c3e.tar.gz freebsd-ports-gnome-b79be2fc0185258848162cca93eee0a178fd7c3e.tar.zst freebsd-ports-gnome-b79be2fc0185258848162cca93eee0a178fd7c3e.zip |
- Update to 0.3
PR: ports/67136
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/visitors/Makefile | 6 | ||||
-rw-r--r-- | www/visitors/distinfo | 4 | ||||
-rw-r--r-- | www/visitors/files/patch-Makefile | 11 |
3 files changed, 10 insertions, 11 deletions
diff --git a/www/visitors/Makefile b/www/visitors/Makefile index ea98eebbce0c..043a7c83fdd5 100644 --- a/www/visitors/Makefile +++ b/www/visitors/Makefile @@ -6,16 +6,14 @@ # PORTNAME= visitors -PORTVERSION= 0.2.a +PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= flz@xbsd.org COMMENT= Very fast and easy to use web log analyzer -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/} -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PLIST_FILES= bin/visitors PORTDOCS= doc.html diff --git a/www/visitors/distinfo b/www/visitors/distinfo index 0474ba45cf03..7ad1e9f88ae2 100644 --- a/www/visitors/distinfo +++ b/www/visitors/distinfo @@ -1,2 +1,2 @@ -MD5 (visitors-0.2a.tar.gz) = fcd48374d3c84c7d316279c02679a986 -SIZE (visitors-0.2a.tar.gz) = 86445 +MD5 (visitors-0.3.tar.gz) = 0a76bb3024c56dda93398e2b6cd2c53c +SIZE (visitors-0.3.tar.gz) = 49063 diff --git a/www/visitors/files/patch-Makefile b/www/visitors/files/patch-Makefile index 40a64023708d..361cbc3b953b 100644 --- a/www/visitors/files/patch-Makefile +++ b/www/visitors/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Wed May 19 14:06:49 2004 -+++ Makefile Wed May 19 14:07:15 2004 -@@ -3,11 +3,11 @@ +--- Makefile.orig Mon May 24 16:51:51 2004 ++++ Makefile Mon May 24 18:01:13 2004 +@@ -3,11 +3,12 @@ # All Rights Reserved # Under the GPL license version 2 @@ -10,8 +10,9 @@ RANLIB= /usr/bin/ranlib -CCOPT= -O2 -Wall -W -DEBUG= -g -+CCOPT= ${CFLAGS} ++#CCOPT= -O2 -Wall -W +#DEBUG= -g ++CCOPT= $(CFLAGS) - OBJ = visitors.o aht.o antigetopt.o + OBJ = visitors.o aht.o antigetopt.o tail.o PRGNAME = visitors |