Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 17:21:42 -0800 (PST)
From:      joseph@randomnetworks.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32025: MAINTAINER UPDATE: www/webresolve 0.0.1 -> 0.1.0
Message-ID:  <200111160121.RAA81991@pebkac.owp.csus.edu>

next in thread | raw e-mail | index | archive | help

>Number:         32025
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: www/webresolve 0.0.1 -> 0.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 15 17:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:


>Description:

MAINTAINER UPDATE: www/webresolve 0.0.1 -> 0.1.0

Also included in the update :
	1 new MASTER_SITES
	portlint fix to pkg-comment

>How-To-Repeat:


>Fix:
diff -ruN webresolve.orig/Makefile webresolve/Makefile
--- webresolve.orig/Makefile	Thu Nov 15 17:49:06 2001
+++ webresolve/Makefile	Thu Nov 15 17:59:14 2001
@@ -6,12 +6,15 @@
 #
 
 PORTNAME=	webresolve
-PORTVERSION=	0.0.1
+PORTVERSION=	0.1.0
 CATEGORIES=	www
-MASTER_SITES=	ftp://siag.nu/pub/webresolve/
+MASTER_SITES=	http://siag.nu/pub/webresolve/ \
+		ftp://siag.nu/pub/webresolve/
 
 MAINTAINER=	joseph@randomnetworks.com
 
 ALL_TARGET=	webresolve
+
+MAN1=	webresolve.1 splitwr.1
 
 .include <bsd.port.mk>
diff -ruN webresolve.orig/distinfo webresolve/distinfo
--- webresolve.orig/distinfo	Thu Nov 15 17:49:06 2001
+++ webresolve/distinfo	Thu Nov 15 17:52:22 2001
@@ -1 +1 @@
-MD5 (webresolve-0.0.1.tar.gz) = b0ecb991ebbf6b2c4cebe6e6ebfbce03
+MD5 (webresolve-0.1.0.tar.gz) = 89a27032c70289eab4a26838bfa81313
diff -ruN webresolve.orig/files/patch-Makefile webresolve/files/patch-Makefile
--- webresolve.orig/files/patch-Makefile	Thu Nov 15 17:49:06 2001
+++ webresolve/files/patch-Makefile	Thu Nov 15 18:06:03 2001
@@ -1,11 +1,8 @@
-
-$FreeBSD: ports/www/webresolve/files/patch-Makefile,v 1.1 2001/03/14 15:05:24 sobomax Exp $
-
---- Makefile	2001/03/14 14:45:39	1.1
-+++ Makefile	2001/03/14 14:46:41
-@@ -1,9 +1,9 @@
- 
- VERSION = 0.0.1
+--- 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
@@ -14,15 +11,17 @@
 +CFLAGS += -Wall
 +PREFIX ?= /usr/local
  BINDIR = $(PREFIX)/bin
- 
- webresolve: webresolve.c
-@@ -17,7 +17,8 @@
- 	rm -rf webresolve-$(VERSION)
+ 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/pkg-comment webresolve/pkg-comment
--- webresolve.orig/pkg-comment	Thu Nov 15 17:49:06 2001
+++ webresolve/pkg-comment	Thu Nov 15 18:02:53 2001
@@ -1 +1 @@
-Webresolve resolves IP addresses to host names in web log files.
+Webresolve resolves IP addresses to host names in web log files
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111160121.RAA81991>