git: 0ef0ece28d87 - 2026Q3 - 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 2026Q3 has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ef0ece28d87b72b1e3df32eec0ea1033eeb7deb commit 0ef0ece28d87b72b1e3df32eec0ea1033eeb7deb Author: Älven <[email protected]> AuthorDate: 2026-08-19 08:54:43 +0000 Commit: Älven <[email protected]> CommitDate: 2026-08-19 09:02:28 +0000 biology/gperiodic: Move to a more appropriate category (science) Approved by: db@, yuri@ (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit e77da4375744c5cada9342d27506cc88aa9c72c7) --- 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 a9fdee4fba6d..8a742542a7a0 100644 --- a/MOVED +++ b/MOVED @@ -5491,3 +5491,4 @@ java/jd-gui|java/jd-gui-duo|2026-07-03|Switch to active fork and rename lang/perl5.38||2026-07-03|Has expired: Support ends three years after .0 release. Please upgrade to a more recent version of Perl graphics/gimp-jxl-plugin||2026-07-03|Integrated into graphics/gimp-app textproc/pecl-pspell|textproc/php-pspell|2026-07-05|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 802b08222e63..bfc61f362ab0 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 eccba75fb10f..11ef3dfdb347 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