From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 20:29:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F5EBACF; Tue, 16 Sep 2014 20:29:44 +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 7B0B086C; Tue, 16 Sep 2014 20:29:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GKTiER069341; Tue, 16 Sep 2014 20:29:44 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GKTiYA069340; Tue, 16 Sep 2014 20:29:44 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201409162029.s8GKTiYA069340@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 16 Sep 2014 20:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368344 - head/www/p5-Dancer-Plugin-Memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 20:29:44 -0000 Author: zi Date: Tue Sep 16 20:29:43 2014 New Revision: 368344 URL: http://svnweb.freebsd.org/changeset/ports/368344 QAT: https://qat.redports.org/buildarchive/r368344/ Log: - Remove fixpacklist Reported by: az@ Modified: head/www/p5-Dancer-Plugin-Memcached/Makefile Modified: head/www/p5-Dancer-Plugin-Memcached/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-Memcached/Makefile Tue Sep 16 19:04:09 2014 (r368343) +++ head/www/p5-Dancer-Plugin-Memcached/Makefile Tue Sep 16 20:29:43 2014 (r368344) @@ -15,6 +15,6 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= configure fixpacklist +USE_PERL5= configure .include