ports/119477: [PATCH] databases/postgresql83-server: fix MASTER_SITE_SUBDIR
Sunpoet Po-Chuan Hsieh
sunpoet at sunpoet.net
Wed Jan 9 06:20:03 UTC 2008
>Number: 119477
>Category: ports
>Synopsis: [PATCH] databases/postgresql83-server: fix MASTER_SITE_SUBDIR
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 09 06:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 6.3-PRERELEASE i386
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD IRIS.sunpoet.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #10: Sat Dec 22 22:42:22 CST 2007 sunpoet at IRIS.sunpoet.net:/usr/obj/usr/src/sys/sunpoet i386
>Description:
Fix MASTER_SITE_SUBDIR.
Maintainer is cc'd.
>How-To-Repeat:
% /usr/ports/databases/postgresql83-server
% make fetch
== BETA QUALITY, NOT FOR PRODUCTION USE! ==
=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher
minor revision (e.g. 7.3.x -> 7.4), a dump
and restore of all databases is
required. This is *NOT* done by the port!
Press ctrl-C *now* if you need to pg_dump.
===========================================
fetch: ftp://ftp8.us.postgresql.org/postgresql/source/v8.3RC/postgresql-8.3RC1.tar.bz2: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.3RC/.
fetch: ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.3RC/postgresql-8.3RC1.tar.bz2: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp10.us.postgresql.org/pub/postgresql/source/v8.3RC/.
fetch: ftp://ftp10.us.postgresql.org/pub/postgresql/source/v8.3RC/postgresql-8.3RC1.tar.bz2: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://ring.sakura.ad.jp/archives/misc/db/postgresql/source/v8.3RC/.
fetch: http://ring.sakura.ad.jp/archives/misc/db/postgresql/source/v8.3RC/postgresql-8.3RC1.tar.bz2: Not Found
=> Attempting to fetch from http://ring.riken.jp/archives/misc/db/postgresql/source/v8.3RC/.
fetch: http://ring.riken.jp/archives/misc/db/postgresql/source/v8.3RC/postgresql-8.3RC1.tar.bz2: Not Found
=> Attempting to fetch from ftp://ftp.au.postgresql.org/pub/postgresql/source/v8.3RC/.
fetch: ftp://ftp.au.postgresql.org/pub/postgresql/source/v8.3RC/postgresql-8.3RC1.tar.bz2: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v8.3RC/.
^Cfetch: transfer interrupted
>Fix:
--- Makefile.orig 2008-01-09 08:52:05.000000000 +0800
+++ Makefile 2008-01-09 14:14:23.000000000 +0800
@@ -10,7 +10,7 @@
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
-MASTER_SITE_SUBDIR= source/v${PORTVERSION:C/[0-9]$//}
+MASTER_SITE_SUBDIR= source/v${PORTVERSION}
PKGNAMESUFFIX?= -server
DISTFILES?= postgresql-${PORTVERSION}${EXTRACT_SUFX}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list