From owner-svn-ports-all@freebsd.org Mon Dec 21 11:40:01 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 94A7DA4D019; Mon, 21 Dec 2015 11:40:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4D00D108A; Mon, 21 Dec 2015 11:40:01 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLBe0E4026257; Mon, 21 Dec 2015 11:40:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLBe0LL026255; Mon, 21 Dec 2015 11:40:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211140.tBLBe0LL026255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 11:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404090 - head/science/mol2ps 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.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: Mon, 21 Dec 2015 11:40:01 -0000 Author: marino Date: Mon Dec 21 11:40:00 2015 New Revision: 404090 URL: https://svnweb.freebsd.org/changeset/ports/404090 Log: science/mol2ps: Upgrade version 0.4a => 0.4b and unbreak PR patch had to be modified after FPC was updated to 3.0.0 PR: 205218 Submitted by: Ports Fury Modified: head/science/mol2ps/Makefile head/science/mol2ps/distinfo Modified: head/science/mol2ps/Makefile ============================================================================== --- head/science/mol2ps/Makefile Mon Dec 21 11:17:46 2015 (r404089) +++ head/science/mol2ps/Makefile Mon Dec 21 11:40:00 2015 (r404090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mol2ps -PORTVERSION= 0.4a -PORTREVISION= 2 +PORTVERSION= 0.4b CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} @@ -13,8 +12,6 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Read molecular structure files and generate Postscript output -BROKEN= unfetchable - LICENSE= GPLv2 # (or later) NO_WRKSUBDIR= yes @@ -23,16 +20,17 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= ${WRKSRC} -USE_FPC= yes +USE_FPC= rtl-objpas -PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf +PLIST_FILES= bin/mol2eps bin/mol2ps bin/mol2svg %%DATADIR%%/color.conf do-build: - (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) + (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc mol2ps -S2 -O3) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin) - (cd ${STAGEDIR}${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} mol2ps ${STAGEDIR}${PREFIX}/bin) + (cd ${STAGEDIR}${PREFIX}/bin && \ + ${LN} mol2ps mol2eps && ${LN} mol2ps mol2svg) @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${STAGEDIR}${DATADIR}) Modified: head/science/mol2ps/distinfo ============================================================================== --- head/science/mol2ps/distinfo Mon Dec 21 11:17:46 2015 (r404089) +++ head/science/mol2ps/distinfo Mon Dec 21 11:40:00 2015 (r404090) @@ -1,2 +1,2 @@ -SHA256 (mol2ps-0.4a/mol2ps.pas) = bcc04c8dd0167d73c7aa3e84af1388d62b51e8046696c2eeb9796d09531ffc90 -SIZE (mol2ps-0.4a/mol2ps.pas) = 297704 +SHA256 (mol2ps-0.4b/mol2ps.pas) = f8cca84e7e520d6b329617dcfca9930b1ef98b507123479b6d5764ec5cae6577 +SIZE (mol2ps-0.4b/mol2ps.pas) = 297829