From owner-svn-ports-all@FreeBSD.ORG Wed May 28 12:04:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B316F1F; Wed, 28 May 2014 12:04:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECB1B2E89; Wed, 28 May 2014 12:04:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4SC48at028643; Wed, 28 May 2014 12:04:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4SC481b028642; Wed, 28 May 2014 12:04:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405281204.s4SC481b028642@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 May 2014 12:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355613 - head/sysutils/procenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 12:04:09 -0000 Author: bapt Date: Wed May 28 12:04:08 2014 New Revision: 355613 URL: http://svnweb.freebsd.org/changeset/ports/355613 QAT: https://qat.redports.org/buildarchive/r355613/ Log: Fix a forgotten port using old perl framework While here remove check for non supported version of freebsd Modified: head/sysutils/procenv/Makefile Modified: head/sysutils/procenv/Makefile ============================================================================== --- head/sysutils/procenv/Makefile Wed May 28 12:00:05 2014 (r355612) +++ head/sysutils/procenv/Makefile Wed May 28 12:04:08 2014 (r355613) @@ -16,19 +16,13 @@ LICENSE= GPLv3 BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USES= gmake +USES= gmake perl5 USE_AUTOTOOLS= aclocal automake -USE_PERL5_BUILD=yes +USE_PERL5= build PLIST_FILES= bin/procenv \ man/man1/procenv.1.gz -.include - -.if ${OSVERSION} < 800505 -BROKEN= does not build on old ${OPSYS} versions -.endif - # Test to ensure procenv will actually run. # # This has the attractive side-effect of displaying the environment @@ -42,4 +36,4 @@ test: regression-test post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/procenv -.include +.include