Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 22:18:09 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44171: update port: net/GeoIP
Message-ID:  <20021017141809.7E1DF3EAD88@utopia.leeym.com>

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

>Number:         44171
>Category:       ports
>Synopsis:       update port: net/GeoIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 17 07:20:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.7-RC FreeBSD 4.7-RC #26: Sun Sep 29 09:56:54 CST 2002 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386


	
>Description:
Since GeoIP was moved from "misc" to "net", the CATEGORIES in Makefile should
be updated corresponding, otherwise the package will be commented as 
"ORIGIN:misc/GeoIP" and can't be upgrade by sysutils/portupgrade

>How-To-Repeat:
install GeoIP, and then view/upgrade it by sysutils/portupgrade related tools.

>Fix:

	

--- GeoIP.diff begins here ---
Index: GeoIP/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/GeoIP/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- GeoIP/Makefile	9 Oct 2002 04:33:08 -0000	1.8
+++ GeoIP/Makefile	17 Oct 2002 14:12:07 -0000
@@ -7,7 +7,8 @@
 
 PORTNAME=	GeoIP
 PORTVERSION=	1.0.8
-CATEGORIES=	misc
+PORTREVISION=	1
+CATEGORIES=	net
 MASTER_SITES=	http://maxmind.com/download/geoip/api/c/
 
 MAINTAINER=	seanc@FreeBSD.org
--- GeoIP.diff ends here ---


>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?20021017141809.7E1DF3EAD88>