1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Update to 0.3a

PR:		ports/67416
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-05-31 14:17:55 +00:00
parent 479b327f49
commit 9e1f39cf3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110534
3 changed files with 11 additions and 22 deletions

View File

@ -6,18 +6,25 @@
#
PORTNAME= visitors
PORTVERSION= 0.3
PORTVERSION= 0.3.a
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}
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/}
USE_REINPLACE= yes
PLIST_FILES= bin/visitors
PORTDOCS= doc.html
post-patch:
@${REINPLACE_CMD} -e 's|^DEBUG=.*||' -e 's|^CC=.*||' \
-e 's|^\(CCOPT=\).*|\1 ${CFLAGS}|' ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin
.if !defined(NOPORTDOCS)

View File

@ -1,2 +1,2 @@
MD5 (visitors-0.3.tar.gz) = 0a76bb3024c56dda93398e2b6cd2c53c
SIZE (visitors-0.3.tar.gz) = 49063
MD5 (visitors-0.3a.tar.gz) = 84d2ad07ca531ba04b1cf3af8a74ee54
SIZE (visitors-0.3a.tar.gz) = 49128

View File

@ -1,18 +0,0 @@
--- 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
-CC= gcc
+#CC= gcc
AR= /usr/bin/ar
RANLIB= /usr/bin/ranlib
-CCOPT= -O2 -Wall -W
-DEBUG= -g
+#CCOPT= -O2 -Wall -W
+#DEBUG= -g
+CCOPT= $(CFLAGS)
OBJ = visitors.o aht.o antigetopt.o tail.o
PRGNAME = visitors