Bug 179589 - science/mol2ps: Update to version 0.4
Summary: science/mol2ps: Update to version 0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 19:10 UTC by tkato432
Modified: 2013-06-17 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.38 KB, patch)
2013-06-15 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-06-15 19:10:04 UTC
- Update to version 0.4
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-15 19:11:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-06-17 16:22:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-17 16:22:38 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"