Date: Fri, 21 Oct 2005 10:57:54 -0700 (PDT) From: Joseph Scott <joseph@randomnetworks.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87798: [MAINTAINER UPDATE] www/webresolve 0.1.0 -> 0.2.0 Message-ID: <20051021175754.901D52E03C@rhyll.com> Resent-Message-ID: <200510211800.j9LI0QqU061802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87798 >Category: ports >Synopsis: [MAINTAINER UPDATE] www/webresolve 0.1.0 -> 0.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 21 18:00:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD sm01.rhyll.com 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Oct 13 00:38:56 PDT 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/SM01 i386 >Description: [MAINTAINER UPDATE] www/webresolve 0.1.0 -> 0.2.0 >How-To-Repeat: >Fix: --- webresolve.diff begins here --- diff -ruN webresolve-orig/Makefile webresolve/Makefile --- webresolve-orig/Makefile Fri Oct 21 10:48:52 2005 +++ webresolve/Makefile Fri Oct 21 10:55:14 2005 @@ -6,7 +6,7 @@ # PORTNAME= webresolve -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= www MASTER_SITES= http://siag.nu/pub/webresolve/ \ ftp://siag.nu/pub/webresolve/ @@ -14,6 +14,7 @@ MAINTAINER= joseph@randomnetworks.com COMMENT= Webresolve resolves IP addresses to host names in web log files +HAS_CONFIGURE=yes ALL_TARGET= webresolve MAN1= webresolve.1 splitwr.1 diff -ruN webresolve-orig/distinfo webresolve/distinfo --- webresolve-orig/distinfo Fri Oct 21 10:48:52 2005 +++ webresolve/distinfo Fri Oct 21 10:49:32 2005 @@ -1,2 +1,2 @@ -MD5 (webresolve-0.1.0.tar.gz) = 89a27032c70289eab4a26838bfa81313 -SIZE (webresolve-0.1.0.tar.gz) = 9571 +MD5 (webresolve-0.2.0.tar.gz) = 3c1c819fb618ffbb35a2509140ddd586 +SIZE (webresolve-0.2.0.tar.gz) = 10243 diff -ruN webresolve-orig/files/patch-Makefile webresolve/files/patch-Makefile --- webresolve-orig/files/patch-Makefile Fri Oct 21 10:48:52 2005 +++ webresolve/files/patch-Makefile Wed Dec 31 16:00:00 1969 @@ -1,27 +0,0 @@ ---- Makefile.orig Fri Aug 10 01:52:57 2001 -+++ Makefile Thu Nov 15 18:05:40 2001 -@@ -3,9 +3,9 @@ - PKG = webresolve - THIS = $(PKG)-$(VERSION) - --CC = gcc --CFLAGS = -Wall -g --PREFIX = /usr/local -+CC ?= gcc -+CFLAGS += -Wall -+PREFIX ?= /usr/local - BINDIR = $(PREFIX)/bin - MANDIR = $(PREFIX)/man - MAN1DIR = $(MANDIR)/man1 -@@ -24,8 +24,9 @@ - livelog: livelog.o - - install: webresolve -- cp webresolve splitwr $(BINDIR) -- cp webresolve.1 splitwr.1 $(MAN1DIR) -+ $(BSD_INSTALL_PROGRAM) webresolve $(BINDIR) -+ $(BSD_INSTALL_SCRIPT) splitwr $(BINDIR) -+ $(BSD_INSTALL_MAN) webresolve.1 splitwr.1 $(MAN1DIR) - - uninstall: - rm -f $(BINDIR)/webresolve $(BINDIR)/splitwr diff -ruN webresolve-orig/files/patch-webresolve.c webresolve/files/patch-webresolve.c --- webresolve-orig/files/patch-webresolve.c Fri Oct 21 10:48:52 2005 +++ webresolve/files/patch-webresolve.c Wed Dec 31 16:00:00 1969 @@ -1,13 +0,0 @@ - -$FreeBSD: ports/www/webresolve/files/patch-webresolve.c,v 1.1 2001/03/14 15:05:24 sobomax Exp $ - ---- webresolve.c 2001/03/14 14:44:11 1.1 -+++ webresolve.c 2001/03/14 14:44:26 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <ctype.h> - #include <netdb.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> --- webresolve.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051021175754.901D52E03C>