From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 6 01:10:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C61CC37B401 for ; Sun, 6 Apr 2003 01:10:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7036143FBF for ; Sun, 6 Apr 2003 01:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h369AIUp021605 for ; Sun, 6 Apr 2003 01:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h369AIOM021604; Sun, 6 Apr 2003 01:10:18 -0800 (PST) Date: Sun, 6 Apr 2003 01:10:18 -0800 (PST) Message-Id: <200304060910.h369AIOM021604@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Kiesel Subject: Re: ports/50068: New port: sybase_ase (Sybase ASE RDBMS) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Kiesel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 09:10:19 -0000 The following reply was made to PR ports/50068; it has been noted by GNATS. From: Alex Kiesel To: freebsd-gnats-submit@FreeBSD.org, kiesel@schlund.de Cc: Subject: Re: ports/50068: New port: sybase_ase (Sybase ASE RDBMS) Date: 06 Apr 2003 11:05:31 +0200 Hi, as the result of a last-minute name-change of this port, it became neccessary to apply the following patch to correct the filename of the distfile: ---------- Patch begins here ----------- --- Makefile.orig Sat Apr 5 22:52:47 2003 +++ Makefile Sat Apr 5 22:52:54 2003 @@ -9,7 +9,7 @@ PORTVERSION= 11.0.3.3 CATEGORIES= databases MASTER_SITES= http://linux.sybase.com/REL11033/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-FreeBSD-6.i386 +DISTNAME= sybase-ase-${PORTVERSION}-FreeBSD-6.i386 EXTRACT_SUFX= .tgz MAINTAINER= kiesel@schlund.de ---------- Patch ends here ----------- Sorry for the inconveniance. -Alex