ports/132565: [update]
Akio Kato
akio at ok.st
Thu Mar 12 03:00:10 UTC 2009
>Number: 132565
>Category: ports
>Synopsis: [update]
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 12 03:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Akio Kato
>Release: 8-CURRENT
>Organization:
>Environment:
FreeBSD gw.ok.st 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Fri Mar 6 22:05:01 JST 2009 maysay at gw.ok.st:/usr/obj/usr/src/sys/OKC amd64
>Description:
on building bash,
-------------------------------------------------------------
===> Cleaning for bash-4.0
=> bash-4.tar.gz is not in /usr/ports/shells/bash/distinfo.
=> Either /usr/ports/shells/bash/distinfo is out of date, or
=> bash-4.tar.gz is spelled incorrectly.
*** Error code 1
Stop in /usr/ports/shells/bash.
-------------------------------------------------------------
this error occured.
please little fix like this,
-------------------------------------------------------------
diff -ru bash.org/Makefile bash/Makefile
--- bash.org/Makefile 2009-03-12 10:56:42.000000000 +0900
+++ bash/Makefile 2009-03-12 11:50:59.000000000 +0900
@@ -15,7 +15,7 @@
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \
ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq
MASTER_SITE_SUBDIR= ${PORTNAME}/:bash,faq
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:bash
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-------------------------------------------------------------
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list