ports/86277: [MAINTAINER] www/validator: Port requires Perl 5.6.0 or better

Naram Qashat cyberbotx at cyberbotx.com
Sat Sep 17 22:10:17 UTC 2005


>Number:         86277
>Category:       ports
>Synopsis:       [MAINTAINER] www/validator: Port requires Perl 5.6.0 or better
>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:   Sat Sep 17 22:10:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Sun Aug 21 22:23:40 EDT 2005
>Description:
I didn't realize it before, but I made it so the port will require Perl 5.6.0
or better to install.

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

--- validator-0.7.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/validator/Makefile /kirby/shared/validator/Makefile
--- /usr/ports/www/validator/Makefile	Sat Sep 17 17:15:21 2005
+++ /kirby/shared/validator/Makefile	Sat Sep 17 18:01:53 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	validator
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://validator.w3.org/dist/ \
 		http://www.cyberbotx.com/w3c-validator/
@@ -104,4 +105,10 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		Requires Perl 5.6.0 or better to function
+.endif
+
+.include <bsd.port.post.mk>
--- validator-0.7.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list