Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 19:41:12 +0800 (CST)
From:      Rong-en Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46749: [PATCH] fix DISTFILES typo in databases/postgresql7/Makefile
Message-ID:  <200301041141.h04BfCsI054094@ccsun47.cc.ntu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         46749
>Category:       ports
>Synopsis:       [PATCH] fix DISTFILES typo in databases/postgresql7/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 04 03:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rong-en Fan
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
National Taiwan University
>Environment:
System: FreeBSD ftp6.tw.freebsd.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 02:00:48 CST 2002 root@ftp6.tw.freebsd.org:/usr/src/sys/FBSD i386

>Description:
There is a typo in databases/postgresql7/Makefile which makes docs tarball
no fetchable.

>How-To-Repeat:
update your ports tree and make fetch for databases/postgresql7

>Fix:

diff -ruN postgresql7.orig/Makefile postgresql7/Makefile
--- postgresql7.orig/Makefile   Sat Jan  4 19:31:12 2003
+++ postgresql7/Makefile        Sat Jan  4 19:31:42 2003
@@ -26,7 +26,7 @@
 DISTFILES=     postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \
                postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} \
                postgresql-test-${PORTVERSION}${EXTRACT_SUFX} \
-               postgresql-doc-${PORTVERSION}${EXTRACT_SUFX}
+               postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}

 MAINTAINER?=   girgen@pingpong.net
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301041141.h04BfCsI054094>