From owner-freebsd-ports@FreeBSD.ORG Wed Nov 29 11:21:52 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3ACAF16A4A0; Wed, 29 Nov 2006 11:21:52 +0000 (UTC) (envelope-from mohacsi@scone.ki.iif.hu) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5D643CB6; Wed, 29 Nov 2006 11:21:50 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.8/8.13.8) id kATBLXLR012631; Wed, 29 Nov 2006 12:21:33 +0100 (CET) (envelope-from mohacsi) Date: Wed, 29 Nov 2006 12:21:33 +0100 (CET) Message-Id: <200611291121.kATBLXLR012631@scone.ki.iif.hu> To: FreeBSD-gnats-submit@freebsd.org From: Janos Mohacsi X-send-pr-version: 3.113 X-GNATS-Notify: Cc: ports@freebsd.org Subject: [PATCH] ftp/lukemftp: [ipv6 category added ] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 11:21:52 -0000 >Submitter-Id: current-users >Originator: Janos Mohacsi >Organization: NIIF/HUNGARNET >Confidential: no >Synopsis: [PATCH] ftp/lukemftp: [ipv6 category added ] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.2-PRERELEASE i386 >Environment: System: FreeBSD scone.ki.iif.hu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #17: Fri Oct 20 01:04:28 CEST 2006 >Description: [DESCRIBE CHANGES] ipv6 is supported in lukemftp therefore ipv6 virtual category added. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lukemftp-1.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ftp/lukemftp.orig/Makefile /usr/ports/ftp/lukemftp/Makefile --- /usr/ports/ftp/lukemftp.orig/Makefile Mon Mar 27 18:27:04 2006 +++ /usr/ports/ftp/lukemftp/Makefile Wed Nov 29 12:20:14 2006 @@ -7,7 +7,7 @@ PORTNAME= lukemftp PORTVERSION= 1.5 -CATEGORIES= ftp +CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/old/ MAINTAINER= ports@FreeBSD.org --- lukemftp-1.5.patch ends here ---