Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 16:53:04 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97145: [MAINTAINER] ftp/phpwebftp: changed the instalattion directory
Message-ID:  <200605111653.k4BGr4hu012671@www.freebsd.org>
Resent-Message-ID: <200605111720.k4BHKBgo043890@freefall.freebsd.org>

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

>Number:         97145
>Category:       ports
>Synopsis:       [MAINTAINER] ftp/phpwebftp: changed the instalattion directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 11 17:20:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD ifrid.aqp.tabernaclegranite.net 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon May  8 09:23:16 PET
>Description:
- Changed the instalattion directory (web apps must be installed in ${PREFIX}/www/${PORTNAME} directory).
>How-To-Repeat:

>Fix:
--- phpwebftp-3.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/phpwebftp/Makefile /usr/ports/ftp/phpwebftp-new/Makefile
--- /usr/ports/ftp/phpwebftp/Makefile	Fri May  5 11:10:01 2006
+++ /usr/ports/ftp/phpwebftp-new/Makefile	Thu May 11 10:45:26 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	phpwebftp
 PORTVERSION=	3.3
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	phpwebftp
@@ -18,7 +19,7 @@
 USE_ZIP=	yes
 NO_BUILD=	yes
 USE_PHP=	ftp
-PHPWEBFTPDIR?=	www/data-dist/${PORTNAME}
+PHPWEBFTPDIR?=	www/${PORTNAME}
 PLIST_SUB+=	PHPWEBFTPDIR=${PHPWEBFTPDIR}
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
--- phpwebftp-3.3_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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