Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 06:53:23 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47b797b69832 - main - science/ghemical: Fix build by fixing plist
Message-ID:  <202312140653.3BE6rNtB091205@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47b797b69832d37409020245d5dc3fa808abd87b

commit 47b797b69832d37409020245d5dc3fa808abd87b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-14 06:52:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-14 06:53:17 +0000

    science/ghemical: Fix build by fixing plist
    
    Also correct the dependency list.
    
    Reported by:    fallout
---
 science/ghemical/Makefile  |  4 ++--
 science/ghemical/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index ea81c1713426..5cf41335ef41 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ghemical
 PORTVERSION=	3.0.0
-PORTREVISION=	25
+PORTREVISION=	26
 CATEGORIES=	science
 MASTER_SITES=	http://bioinformatics.org/ghemical/download/%SUBDIR%/
 MASTER_SITE_SUBDIR=	release20111012 current
@@ -17,10 +17,10 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libfreetype.so:print/freetype2 \
 		libghemical.so:science/libghemical \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
+		libharfbuzz.so:print/harfbuzz \
 		libint.so:science/libint \
 		liblapack.so:math/lapack \
 		liboglappth.so:science/liboglappth \
-		libmopac.so:science/mopac \
 		libmpqc.so:science/mpqc
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
diff --git a/science/ghemical/pkg-plist b/science/ghemical/pkg-plist
index 93372583cd4f..c546401602ae 100644
--- a/science/ghemical/pkg-plist
+++ b/science/ghemical/pkg-plist
@@ -1,4 +1,10 @@
 bin/ghemical
+lib/locale/de/LC_MESSAGES/ghemical.mo
+lib/locale/fi/LC_MESSAGES/ghemical.mo
+lib/locale/mk/LC_MESSAGES/ghemical.mo
+lib/locale/pt_BR/LC_MESSAGES/ghemical.mo
+lib/locale/ru/LC_MESSAGES/ghemical.mo
+lib/locale/sq/LC_MESSAGES/ghemical.mo
 %%DATADIR%%/%%GHEMICAL_VERSION%%/examples/2-chlorobutane.gpr
 %%DATADIR%%/%%GHEMICAL_VERSION%%/examples/3-phenylpropanal.gpr
 %%DATADIR%%/%%GHEMICAL_VERSION%%/examples/PeriodicTable.gpr
@@ -145,9 +151,3 @@ bin/ghemical
 %%DATADIR%%/%%GHEMICAL_VERSION%%/user-docs/using_qm.html
 %%DATADIR%%/%%GHEMICAL_VERSION%%/user-docs/using_sf.html
 %%DATADIR%%/%%GHEMICAL_VERSION%%/user-docs/visualization.html
-share/locale/de/LC_MESSAGES/ghemical.mo
-share/locale/fi/LC_MESSAGES/ghemical.mo
-share/locale/mk/LC_MESSAGES/ghemical.mo
-share/locale/pt_BR/LC_MESSAGES/ghemical.mo
-share/locale/ru/LC_MESSAGES/ghemical.mo
-share/locale/sq/LC_MESSAGES/ghemical.mo



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