From owner-freebsd-ports@FreeBSD.ORG Mon May 27 09:00:03 2013 Return-Path: Delivered-To: freebsd-ports@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 187EF21B for ; Mon, 27 May 2013 09:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0B441E78 for ; Mon, 27 May 2013 09:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4R902uB090718 for ; Mon, 27 May 2013 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4R902bq090717; Mon, 27 May 2013 09:00:02 GMT (envelope-from gnats) Date: Mon, 27 May 2013 09:00:02 GMT Message-Id: <201305270900.r4R902bq090717@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/17892: commit references a PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 09:00:03 -0000 The following reply was made to PR ports/17892; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/17892: commit references a PR Date: Mon, 27 May 2013 08:59:26 +0000 (UTC) Author: jadawin Date: Mon May 27 08:57:05 2013 New Revision: 319179 URL: http://svnweb.freebsd.org/changeset/ports/319179 Log: - Remove useless depend on PERL_LEVEL < 5.12 PR: ports/17892 Submitted by: az@ Modified: head/audio/gnump3d/Makefile (contents, props changed) Modified: head/audio/gnump3d/Makefile ============================================================================== --- head/audio/gnump3d/Makefile Mon May 27 08:51:52 2013 (r319178) +++ head/audio/gnump3d/Makefile Mon May 27 08:57:05 2013 (r319179) @@ -1,9 +1,5 @@ -# Ports collection makefile for: gnump3d -# Date created: May 27, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gnump3d PORTVERSION= 3.0 @@ -31,10 +27,6 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME} .include -.if ${PERL_LEVEL} < 500806 -RUN_DEPENDS+= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode -.endif - post-patch: .for f in bin/gnump3d-index bin/gnump3d-top bin/gnump3d2 etc/gnump3d.conf \ man/gnump3d.conf.1 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"