Date: Sat, 14 Mar 2009 20:15:26 +0100 (CET) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132631: patch: shells/bash3 - set UNIQUENAME, fix duplicate LATEST_LINK Message-ID: <200903141915.n2EJFQXb077607@freefall.freebsd.org> Resent-Message-ID: <200903141920.n2EJK1SX077667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132631 >Category: ports >Synopsis: patch: shells/bash3 - set UNIQUENAME, fix duplicate LATEST_LINK >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Mar 14 19:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: Since there is shells/bash and shells/bash3 with the same UNIQUENAME either of both should be altered. This also takes care of the duplicate LATEST_LINK. >How-To-Repeat: >Fix: --- bash3.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/shells/bash3/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile 11 Mar 2009 07:45:55 -0000 1.75 +++ Makefile 14 Mar 2009 19:10:05 -0000 @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 48 PORTVERSION= 3.2.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq @@ -29,6 +29,8 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell +UNIQUENAME= bash3 + IGNOREFILES= FAQ CONFLICTS= bash-[0-24-9].* --- bash3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903141915.n2EJFQXb077607>