aboutsummaryrefslogtreecommitdiff
path: root/science/checkmol
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-12-31 15:11:18 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-12-31 15:11:18 +0000
commit34196d10e5ee69d20c1534ccb6acc97c48296249 (patch)
tree2a8e1b46e250d661710bf15a002a6f11d62b504d /science/checkmol
parentec5997fc92034903024fa8b93deb0db8b7103bdb (diff)
downloadports-34196d10e5ee69d20c1534ccb6acc97c48296249.tar.gz
ports-34196d10e5ee69d20c1534ccb6acc97c48296249.zip
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
/etc/make.conf - Add FPC_LDPATH to freepascal compiler. By default it is defined to %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment variable - Remove compatX dependencies from bootstrap and compiler. It could fix problems when GENERIC kernel is not used [1] - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Submitted by: fbsdbugs4 __at__ sentry.org
Notes
Notes: svn path=/head/; revision=521624
Diffstat (limited to 'science/checkmol')
-rw-r--r--science/checkmol/Makefile7
-rw-r--r--science/checkmol/distinfo5
2 files changed, 6 insertions, 6 deletions
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile
index 6bab5971ddd4..976a35f366fc 100644
--- a/science/checkmol/Makefile
+++ b/science/checkmol/Makefile
@@ -3,16 +3,15 @@
PORTNAME= checkmol
PORTVERSION= 0.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= science
MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/
+DISTFILES= ${PORTNAME}
EXTRACT_SUFX= .pas
MAINTAINER= acm@FreeBSD.org
COMMENT= Analyze molecules for the presence of functional groups
-BROKEN= unfetchable
-
LICENSE= GPLv2+
NO_WRKSUBDIR= yes
@@ -29,7 +28,7 @@ do-build:
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME})
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME})
(cd ${STAGEDIR}${PREFIX}/bin && ${LN} ${PORTNAME} matchmol)
.include <bsd.port.mk>
diff --git a/science/checkmol/distinfo b/science/checkmol/distinfo
index 5e9d41bb49f8..27ccd69daf38 100644
--- a/science/checkmol/distinfo
+++ b/science/checkmol/distinfo
@@ -1,2 +1,3 @@
-SHA256 (checkmol-0.5.pas) = 53c729ed4c2f98a19f2ede8280189d766e6107d980ba2410e98f541c0d852829
-SIZE (checkmol-0.5.pas) = 554154
+TIMESTAMP = 1577760992
+SHA256 (checkmol) = 6913ea64238a3bfe1dc9929d979e20c87fc5f40d53e300722ad18178c0dc80f2
+SIZE (checkmol) = 555927