From owner-svn-ports-head@FreeBSD.ORG Mon Jun 24 18:09:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AB5B954E; Mon, 24 Jun 2013 18:09:53 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9DDE816FB; Mon, 24 Jun 2013 18:09:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5OI9rwi083123; Mon, 24 Jun 2013 18:09:53 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5OI9rLx083120; Mon, 24 Jun 2013 18:09:53 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306241809.r5OI9rLx083120@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 24 Jun 2013 18:09:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321697 - head/biology/phylip 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.14 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: Mon, 24 Jun 2013 18:09:53 -0000 Author: rakuco Date: Mon Jun 24 18:09:52 2013 New Revision: 321697 URL: http://svnweb.freebsd.org/changeset/ports/321697 Log: Fix some screw ups introduced in r319847. I'm not sure if the submitter of ports/179224 didn't even test his patch or if the distfile was re-rolled in a bizarre way. Anyway, fix distfile and also cd into the correct directories to actually build the port. PR: ports/179790 Modified: head/biology/phylip/Makefile head/biology/phylip/distinfo Modified: head/biology/phylip/Makefile ============================================================================== --- head/biology/phylip/Makefile Mon Jun 24 18:07:54 2013 (r321696) +++ head/biology/phylip/Makefile Mon Jun 24 18:09:52 2013 (r321697) @@ -15,8 +15,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b OPTIONS_DEFINE= DOCS EXAMPLES -BUILD_WRKSRC= ${WRKSRC}/source -INSTALL_WRKSRC= ${WRKSRC}/source +BUILD_WRKSRC= ${WRKSRC}/src +INSTALL_WRKSRC= ${WRKSRC}/src USE_XORG= x11 xaw xt USE_GMAKE= yes Modified: head/biology/phylip/distinfo ============================================================================== --- head/biology/phylip/distinfo Mon Jun 24 18:07:54 2013 (r321696) +++ head/biology/phylip/distinfo Mon Jun 24 18:09:52 2013 (r321697) @@ -1,2 +1,2 @@ -SHA256 (phylip-3.695.tar.gz) = 846b9acf5f9d30520f703c6541ec945378b1c9355bc3f035e0ea721931b7b8ac -SIZE (phylip-3.695.tar.gz) = 4364943 +SHA256 (phylip-3.695.tar.gz) = d843ecee0d6bcf57f4f23dc8ef064a668907cc69b4edd7626ff7afdd8d0de370 +SIZE (phylip-3.695.tar.gz) = 4364684