From owner-svn-ports-head@FreeBSD.ORG Sat Jun 1 05:10:40 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 6693BACF; Sat, 1 Jun 2013 05:10:40 +0000 (UTC) (envelope-from jgh@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 59D13EF5; Sat, 1 Jun 2013 05:10:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r515Ad8s035845; Sat, 1 Jun 2013 05:10:39 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r515AdGO035843; Sat, 1 Jun 2013 05:10:39 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201306010510.r515AdGO035843@svn.freebsd.org> From: Jason Helfman Date: Sat, 1 Jun 2013 05:10:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319554 - head/science/checkmol 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: Sat, 01 Jun 2013 05:10:40 -0000 Author: jgh Date: Sat Jun 1 05:10:39 2013 New Revision: 319554 URL: http://svnweb.freebsd.org/changeset/ports/319554 Log: - worked with upstream to roll versioned source distfile - no difference in previous distfile (ie. checksum) - remove unneeded dist_subdir directive Modified: head/science/checkmol/Makefile head/science/checkmol/distinfo Modified: head/science/checkmol/Makefile ============================================================================== --- head/science/checkmol/Makefile Sat Jun 1 02:47:31 2013 (r319553) +++ head/science/checkmol/Makefile Sat Jun 1 05:10:39 2013 (r319554) @@ -5,9 +5,7 @@ PORTNAME= checkmol PORTVERSION= 0.5 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/ -DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pas -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Analyze molecules for the presence of functional groups @@ -28,7 +26,7 @@ do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin/${PORTNAME}) (cd ${PREFIX}/bin && ${LN} ${PORTNAME} matchmol) .include Modified: head/science/checkmol/distinfo ============================================================================== --- head/science/checkmol/distinfo Sat Jun 1 02:47:31 2013 (r319553) +++ head/science/checkmol/distinfo Sat Jun 1 05:10:39 2013 (r319554) @@ -1,2 +1,2 @@ -SHA256 (checkmol-0.5/checkmol.pas) = 53c729ed4c2f98a19f2ede8280189d766e6107d980ba2410e98f541c0d852829 -SIZE (checkmol-0.5/checkmol.pas) = 554154 +SHA256 (checkmol-0.5.pas) = 53c729ed4c2f98a19f2ede8280189d766e6107d980ba2410e98f541c0d852829 +SIZE (checkmol-0.5.pas) = 554154