From owner-freebsd-ports Thu Oct 17 7:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7472337B404 for ; Thu, 17 Oct 2002 07:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2183A43E7B for ; Thu, 17 Oct 2002 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HEK1x3046838 for ; Thu, 17 Oct 2002 07:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9HEK1uY046837; Thu, 17 Oct 2002 07:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107D037B401 for ; Thu, 17 Oct 2002 07:18:17 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AEC343EAA for ; Thu, 17 Oct 2002 07:18:16 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id D4C813EAD83 for ; Thu, 17 Oct 2002 22:18:13 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 7E1DF3EAD88; Thu, 17 Oct 2002 22:18:09 +0800 (CST) Message-Id: <20021017141809.7E1DF3EAD88@utopia.leeym.com> Date: Thu, 17 Oct 2002 22:18:09 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44171: update port: net/GeoIP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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