Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 15:22:25 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321129 - head/science/mol2ps
Message-ID:  <201306171522.r5HFMPVq031869@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Jun 17 15:22:24 2013
New Revision: 321129
URL: http://svnweb.freebsd.org/changeset/ports/321129

Log:
  - Update to version 0.4
  
  PR:		179589
  Submitted by:	Ports Fury

Modified:
  head/science/mol2ps/Makefile
  head/science/mol2ps/distinfo

Modified: head/science/mol2ps/Makefile
==============================================================================
--- head/science/mol2ps/Makefile	Mon Jun 17 15:18:21 2013	(r321128)
+++ head/science/mol2ps/Makefile	Mon Jun 17 15:22:24 2013	(r321129)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mol2ps
-PORTVERSION=	0.3a
+PORTVERSION=	0.4
 CATEGORIES=	science
 MASTER_SITES=	http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/
 DISTNAME=	${PORTNAME}
@@ -22,7 +22,7 @@ EXTRACT_AFTER_ARGS=	${WRKDIR}
 
 USE_FPC=	yes
 
-PLIST_FILES=	bin/${PORTNAME} %%DATADIR%%/color.conf
+PLIST_FILES=	bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf
 PLIST_DIRS=	%%DATADIR%%
 
 do-build:
@@ -30,6 +30,7 @@ do-build:
 
 do-install:
 	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+	(cd ${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg)
 	@${MKDIR} ${DATADIR}
 	(cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${DATADIR})
 

Modified: head/science/mol2ps/distinfo
==============================================================================
--- head/science/mol2ps/distinfo	Mon Jun 17 15:18:21 2013	(r321128)
+++ head/science/mol2ps/distinfo	Mon Jun 17 15:22:24 2013	(r321129)
@@ -1,2 +1,2 @@
-SHA256 (mol2ps-0.3a/mol2ps.pas) = 4caa54d6fbeb42bf16f974342367209a9f2fb81e7598e8139f1603f2c9238ed3
-SIZE (mol2ps-0.3a/mol2ps.pas) = 276480
+SHA256 (mol2ps-0.4/mol2ps.pas) = 3b420706c7780947ea93b3489a608d42aa29ab29857b9d6d26b1158ff6cc6294
+SIZE (mol2ps-0.4/mol2ps.pas) = 296339



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171522.r5HFMPVq031869>