Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 23:18:44 -0800 (PST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org
Subject:   ports/121212: [PATCH] www/p5-PHP-Session: simplify dependency
Message-ID:  <200802290718.m1T7IitJ078069@db1.leeym.com>
Resent-Message-ID: <200802290720.m1T7K1dJ007864@freefall.freebsd.org>

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

>Number:         121212
>Category:       ports
>Synopsis:       [PATCH] www/p5-PHP-Session: simplify dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 29 07:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- simplify dependency
- bump PORTREVISION

Port maintainer (mat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-PHP-Session-0.26_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-PHP-Session/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	31 Aug 2007 13:37:23 -0000	1.9
+++ Makefile	29 Feb 2008 07:16:58 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	PHP-Session
 PORTVERSION=	0.26
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +15,7 @@
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	Read / write PHP session files
 
-BUILD_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require
 
 PERL_CONFIGURE=	yes
 
--- p5-PHP-Session-0.26_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?200802290718.m1T7IitJ078069>