From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 2 15:50:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5B4A106566C for ; Mon, 2 Nov 2009 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86CCB8FC14 for ; Mon, 2 Nov 2009 15:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA2Fo2vU085028 for ; Mon, 2 Nov 2009 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA2Fo2Dd085027; Mon, 2 Nov 2009 15:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 2 Nov 2009 15:50:02 GMT Resent-Message-Id: <200911021550.nA2Fo2Dd085027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A44D5106566C for ; Mon, 2 Nov 2009 15:47:30 +0000 (UTC) (envelope-from killasmurf86@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 35D388FC1E for ; Mon, 2 Nov 2009 15:47:30 +0000 (UTC) Received: by ewy5 with SMTP id 5so1509159ewy.36 for ; Mon, 02 Nov 2009 07:47:29 -0800 (PST) Received: by 10.216.86.213 with SMTP id w63mr4799027wee.71.1257176847758; Mon, 02 Nov 2009 07:47:27 -0800 (PST) Received: from killasmurf86.pc (mpe-11-135.mpe.lv [83.241.11.135]) by mx.google.com with ESMTPS id 28sm15967029eyg.6.2009.11.02.07.47.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 07:47:26 -0800 (PST) Message-Id: <1257176845.6477@killasmurf86.pc> Date: Mon, 2 Nov 2009 17:47:25 +0200 From: Aldis Berjoza To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/140225: PORTS: archives/unzip broken port + fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 15:50:03 -0000 >Number: 140225 >Category: ports >Synopsis: PORTS: archives/unzip broken port + fix >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 15:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD 8.0-RC2 #0: Tue Oct 27 19:03:37 EET 2009 killasmurf86@killasmurf86.homepc:/usr/obj/usr/src/sys/ANTIGENERIC >Description: Current unzip Makefile has an error. You can't build unzip, if you don't have sources in distfiles already, because of invalid MASTERSITES >How-To-Repeat: Update ports tree rm -f /usr/ports/distfiles/unzip60.tar.gz cd /usr/ports/archivers/unzip make fetch >Fix: --- Makefile.diff begins here --- --- Makefile.old 2009-11-02 17:39:39.168167154 +0200 +++ Makefile 2009-11-02 17:40:38.613889166 +0200 @@ -8,8 +8,7 @@ PORTNAME= unzip PORTVERSION= 6.0 CATEGORIES?= archivers -MASTER_SITES= SF/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} \ - SF/infozip/UnZip%205.x%20and%20earlier/5.51:unreduce +MASTER_SITES= ${SF}/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} DISTNAME= ${PORTNAME}60 MAINTAINER?= ache@FreeBSD.org --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: