Date: Mon, 2 Jul 2007 20:26:58 GMT From: Michael Josic <systemoperator@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/114225: [maintainer update] nepenthes-0.2.0_1 to 0.2.0_2 Message-ID: <200707022026.l62KQwJo085838@www.freebsd.org> Resent-Message-ID: <200707022030.l62KU3qm043652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114225 >Category: ports >Synopsis: [maintainer update] nepenthes-0.2.0_1 to 0.2.0_2 >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: Mon Jul 02 20:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Michael Josic >Release: >Organization: >Environment: >Description: Marked as broken for FreeBSD >= 7.0. >How-To-Repeat: >Fix: diff -ruN nepenthes.bak/Makefile nepenthes/Makefile --- nepenthes.bak/Makefile Tue Jun 12 18:38:19 2007 +++ nepenthes/Makefile Mon Jul 2 22:24:09 2007 @@ -7,7 +7,7 @@ PORTNAME= nepenthes PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -38,4 +38,10 @@ DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707022026.l62KQwJo085838>