ports/179589: science/mol2ps: Update to version 0.4
KATO Tsuguru
tkato432 at yahoo.com
Sat Jun 15 18:10:05 UTC 2013
>Number: 179589
>Category: ports
>Synopsis: science/mol2ps: Update to version 0.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jun 15 18:10:04 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.4
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/science/mol2ps/Makefile science/mol2ps/Makefile
--- /usr/ports/science/mol2ps/Makefile 2013-05-29 15:46:07.000000000 +0900
+++ science/mol2ps/Makefile 2013-06-16 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
# $FreeBSD: head/science/mol2ps/Makefile 319348 2013-05-29 05:30:58Z miwi $
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 @@
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-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+ (cd ${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg)
@${MKDIR} ${DATADIR}
(cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${DATADIR})
diff -urN /usr/ports/science/mol2ps/distinfo science/mol2ps/distinfo
--- /usr/ports/science/mol2ps/distinfo 2013-05-29 15:46:07.000000000 +0900
+++ science/mol2ps/distinfo 2013-06-16 00:00:00.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list