From owner-svn-ports-all@freebsd.org Wed Jun 24 16:58:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 545B391527B for ; Wed, 24 Jun 2015 16:58:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 2A52415FC for ; Wed, 24 Jun 2015 16:58:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 2756820FDB for ; Wed, 24 Jun 2015 12:58:55 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Wed, 24 Jun 2015 12:58:55 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=TbTlIygLhX3+AD6 5dZ2Pc5Y4/Rc=; b=RSqhjo97aYjjH/A3rFrPVLn7iff24Nbsvh2UQtGlZgwx/Cg cTS500WzW8G73mB1tFWp7K9QImaZTRKnXSJSm6JPueAkQga2VjZVmp4GfbOAGJr1 eiVu/Nyy/0B2gpWYqSjKhy2leoxNB7WwhsMb1cZvJAW+Ury3msXVFnQCiSvc= Received: by web3.nyi.internal (Postfix, from userid 99) id 0681C1048CF; Wed, 24 Jun 2015 12:58:54 -0400 (EDT) Message-Id: <1435165134.1009801.306723385.6B0A6A05@webmail.messagingengine.com> X-Sasl-Enc: oNcPicX4zk00M88M+RWYd9xteIOty9ewls/6xQbQRTI7 1435165134 From: Mark Felder To: Sunpoet Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-eecef38c In-Reply-To: References: <201506232035.t5NKZ3GW051455@svn.freebsd.org> Subject: Re: svn commit: r390461 - head/www/radicale Date: Wed, 24 Jun 2015 11:58:54 -0500 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 24 Jun 2015 16:58:57 -0000 On Wed, Jun 24, 2015, at 11:57, Sunpoet Hsieh wrote: > Hello, > > PYDISTUTILS_PKGNAME became redundant when USE_PYTHON=autoplist is used. > BTW, you could add NO_ARCH to this port. > > Regards, > sunpoet Thanks! I'll make those changes.