On Wednesday 11 July 2007 10:34:08 you wrote:
> Here is update for p5-PHP-Session which adds missing runtime dependance
Actually it seems to build fine by replacing the dependency instead of adding
one. Are you _certain_ devel/p5-Universal-exports is needed, it does not look
so?
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-PHP-Session/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 17 Nov 2006 16:02:48 -0000 1.4
+++ Makefile 11 Jul 2007 08:57:26 -0000
@@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2006/11/17 16:02:48 espie Exp $
-COMMENT= "read / write PHP session files"
+COMMENT= read / write PHP session files
MODULES= cpan
DISTNAME= PHP-Session-0.26
-PKGNAME= p5-${DISTNAME}p0
+PKGNAME= p5-${DISTNAME}p1
CATEGORIES= www
# GPL/Artistic
@@ -14,6 +14,6 @@
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= ::devel/p5-Universal-exports
+RUN_DEPENDS= ::devel/p5-Universal-require
.include <bsd.port.mk>
--
Antoine