git: e77da4375744 - main - biology/gperiodic: Move to a more appropriate category (science)
Älven <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=e77da4375744c5cada9342d27506cc88aa9c72c7 commit e77da4375744c5cada9342d27506cc88aa9c72c7 Author: Älven <[email protected]> AuthorDate: 2026-08-19 08:54:43 +0000 Commit: Älven <[email protected]> CommitDate: 2026-08-19 08:59:26 +0000 biology/gperiodic: Move to a more appropriate category (science) Approved by: db@, yuri@ (Mentors, implicit) MFH: 2026Q3 --- MOVED | 1 + biology/Makefile | 1 - science/Makefile | 1 + {biology => science}/gperiodic/Makefile | 10 +++++----- {biology => science}/gperiodic/distinfo | 0 {biology => science}/gperiodic/pkg-descr | 0 {biology => science}/gperiodic/pkg-plist | 0 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/MOVED b/MOVED index a44c02fc0002..1e81371313e7 100644 --- a/MOVED +++ b/MOVED @@ -5554,3 +5554,4 @@ www/lua-stream-nginx-module|www/nginx-module-lua-stream|2026-08-14|Renamed to fo devel/prjpeppercorn112||2026-08-15|No longer supported by devel/nextpnr devel/py-yg.lockfile|devel/py-fasteners|2026-08-16|Has expired: Upstream inactive since 8+ years, please use devel/py-fasteners instead www/pecl-solr|www/php-solr|2026-08-17|Converted to standard extension from pecl extension +biology/gperiodic|science/gperiodic|2026-08-19|Move to a more appropriate category diff --git a/biology/Makefile b/biology/Makefile index 43554eb9416e..1c0e65aeba22 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -78,7 +78,6 @@ SUBDIR += gffread SUBDIR += gkl SUBDIR += gmap - SUBDIR += gperiodic SUBDIR += graphlan SUBDIR += groopm SUBDIR += haplohseq diff --git a/science/Makefile b/science/Makefile index aa9cd8510412..c6a263656080 100644 --- a/science/Makefile +++ b/science/Makefile @@ -111,6 +111,7 @@ SUBDIR += ghmm SUBDIR += gnudatalanguage SUBDIR += gpaw-setups + SUBDIR += gperiodic SUBDIR += gramps SUBDIR += gromacs SUBDIR += gsmc diff --git a/biology/gperiodic/Makefile b/science/gperiodic/Makefile similarity index 85% rename from biology/gperiodic/Makefile rename to science/gperiodic/Makefile index 4812c64c264c..cac9fc815375 100644 --- a/biology/gperiodic/Makefile +++ b/science/gperiodic/Makefile @@ -1,11 +1,11 @@ PORTNAME= gperiodic DISTVERSION= 3.0.3 -PORTREVISION= 2 -CATEGORIES= biology education +PORTREVISION= 3 +CATEGORIES= science education MASTER_SITES= SF/${PORTNAME} MAINTAINER= [email protected] -COMMENT= A graphical application for browsing the periodic table +COMMENT= Graphical application for browsing the periodic table WWW= https://sourceforge.net/projects/gperiodic/ LICENSE= GPLv2+ @@ -41,12 +41,12 @@ do-install: ${STAGEDIR}${PREFIX}/share/pixmaps do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} do-install-NLS-on: .for lang in ${LANGS} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES + ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor diff --git a/biology/gperiodic/distinfo b/science/gperiodic/distinfo similarity index 100% rename from biology/gperiodic/distinfo rename to science/gperiodic/distinfo diff --git a/biology/gperiodic/pkg-descr b/science/gperiodic/pkg-descr similarity index 100% rename from biology/gperiodic/pkg-descr rename to science/gperiodic/pkg-descr diff --git a/biology/gperiodic/pkg-plist b/science/gperiodic/pkg-plist similarity index 100% rename from biology/gperiodic/pkg-plist rename to science/gperiodic/pkg-plist