Bug 131452 - [PATCH] Fix the problem usage MASTER_SITE_SUBDIR without /
Summary: [PATCH] Fix the problem usage MASTER_SITE_SUBDIR without /
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 18:10 UTC by Sergey A. Osokin
Modified: 2009-08-22 20:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (636 bytes, patch)
2009-02-06 18:10 UTC, Sergey A. Osokin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey A. Osokin freebsd_committer freebsd_triage 2009-02-06 18:10:05 UTC

Fix: This patch provided by vsevolod@.
How-To-Repeat: cd /usr/ports/www/nginx
make config
<choose "Enable http_accesskey module">
make fetch
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for nginx-devel-0.7.33
=> nginx-accesskey-2.0.3.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/.
fetch: ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nginx-accesskey-2.0.3.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nginx-accesskey-2.0.3.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/www/nginx.

Quick fix for this problem is change the line 84 from:
MASTER_SITE_SUBDIR=	osa:accesskey
to
MASTER_SITE_SUBDIR=	osa/:accesskey
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-02-06 22:10:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-08 17:55:37 UTC
Responsible Changed
From-To: miwi->portmgr

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-22 20:33:02 UTC
miwi        2009-08-22 19:32:48 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
    .                    Makefile 
  Log:
   - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being run
          PR:             117178
          Submitted by:   krion
  
   - Fix the problem usage MASTER_SITE_SUBDIR without /
          PR:             131452
          Submitted by:   osa
  
  Tested:         pointyhat exp-run
  
  Revision  Changes    Path
  1.105     +1 -1      ports/Makefile
  1.626     +2 -2      ports/Mk/bsd.port.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-08-22 20:33:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!