diff options
| author | Älven <alven@FreeBSD.org> | 2026-08-19 08:54:43 +0000 |
|---|---|---|
| committer | Älven <alven@FreeBSD.org> | 2026-08-19 09:02:28 +0000 |
| commit | 0ef0ece28d87b72b1e3df32eec0ea1033eeb7deb (patch) | |
| tree | 57e9c8b2dffc6092b5a5ef501e5e55e567ba3be8 | |
| parent | 2e805502f2d9b83a904251daafd7409c4bcf5fd9 (diff) | |
biology/gperiodic: Move to a more appropriate category (science)
Approved by: db@, yuri@ (Mentors, implicit)
MFH: 2026Q3
(cherry picked from commit e77da4375744c5cada9342d27506cc88aa9c72c7)
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | biology/Makefile | 1 | ||||
| -rw-r--r-- | science/Makefile | 1 | ||||
| -rw-r--r-- | science/gperiodic/Makefile (renamed from biology/gperiodic/Makefile) | 10 | ||||
| -rw-r--r-- | science/gperiodic/distinfo (renamed from biology/gperiodic/distinfo) | 0 | ||||
| -rw-r--r-- | science/gperiodic/pkg-descr (renamed from biology/gperiodic/pkg-descr) | 0 | ||||
| -rw-r--r-- | science/gperiodic/pkg-plist (renamed from biology/gperiodic/pkg-plist) | 0 |
7 files changed, 7 insertions, 6 deletions
@@ -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 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= alven@FreeBSD.org -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 index 7789a2ab7434..7789a2ab7434 100644 --- a/biology/gperiodic/distinfo +++ b/science/gperiodic/distinfo diff --git a/biology/gperiodic/pkg-descr b/science/gperiodic/pkg-descr index 9850b2e0ae1e..9850b2e0ae1e 100644 --- a/biology/gperiodic/pkg-descr +++ b/science/gperiodic/pkg-descr diff --git a/biology/gperiodic/pkg-plist b/science/gperiodic/pkg-plist index 43219154f154..43219154f154 100644 --- a/biology/gperiodic/pkg-plist +++ b/science/gperiodic/pkg-plist |
