git: cab91ae251c3 - main - devel/schilybase: Update to 2021-09-18.

Gleb Popov arrowd at FreeBSD.org
Sat Sep 25 18:34:13 UTC 2021


The branch main has been updated by arrowd:

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

commit cab91ae251c30f37eab1cf8a0767337f06faff5b
Author:     Robert Clausecker <fuz at fuz.su>
AuthorDate: 2021-09-25 18:32:10 +0000
Commit:     Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-09-25 18:34:07 +0000

    devel/schilybase: Update to 2021-09-18.
    
    PR:             258722
---
 devel/schilybase/Makefile                   |  4 ++--
 devel/schilybase/Makefile.master            |  7 ++++++-
 devel/schilybase/distinfo                   |  6 +++---
 devel/schilybase/files/SCHILY_utils.po      | 14 --------------
 devel/schilybase/files/pkg-message.rscsi.in |  2 +-
 5 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/devel/schilybase/Makefile b/devel/schilybase/Makefile
index 466d5d64f98c..4854a5e1df3b 100644
--- a/devel/schilybase/Makefile
+++ b/devel/schilybase/Makefile
@@ -41,7 +41,7 @@ COMPONENTS=	conf \
 		man/man4
 
 post-build-NLS-on:
-	${SETENV} LC_ALL=de_DE.ISO8859-1 msgfmt -o ${WRKDIR}/SCHILY_utils.mo ${FILESDIR}/SCHILY_utils.po
+	${SETENV} LC_ALL=de_DE.ISO8859-1 msgfmt -o ${WRKDIR}/SCHILY_utils.mo ${WRKSRC}/SCHILY_utils.po
 
 # all languages supported by FreeBSD
 _LANGUAGES=	af am ar be bg ca cs da de el en es et eu fi fr ga he hi hr hu \
@@ -54,7 +54,7 @@ post-install-NLS-on:
 	${INSTALL_DATA} ${WRKDIR}/SCHILY_utils.mo ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES/SCHILY_utils.mo
 .for lang in ${_LANGUAGES:Nde}
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES
-	${RLN} ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES/SCHILY_utils.mo \
+	${LN} ${STAGEDIR}${PREFIX}/share/locale/de/LC_MESSAGES/SCHILY_utils.mo \
 	    ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/SCHILY_utils.mo
 .endfor
 
diff --git a/devel/schilybase/Makefile.master b/devel/schilybase/Makefile.master
index 7e332cbb4bb7..d72616771df5 100644
--- a/devel/schilybase/Makefile.master
+++ b/devel/schilybase/Makefile.master
@@ -1,4 +1,4 @@
-DISTVERSION=	2021-09-01
+DISTVERSION=	2021-09-18
 MASTER_SITES=	SF/schilytools
 DISTNAME=	schily-${DISTVERSION}
 
@@ -81,4 +81,9 @@ do-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*.* 
 .endif
 
+do-test:
+.for component in ${COMPONENTS}
+	cd ${WRKSRC}/${component} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} tests
+.endfor
+
 .include <bsd.port.mk>
diff --git a/devel/schilybase/distinfo b/devel/schilybase/distinfo
index 05e77d759ced..e91a033031f0 100644
--- a/devel/schilybase/distinfo
+++ b/devel/schilybase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630581827
-SHA256 (schily-2021-09-01.tar.bz2) = 8d1a6a1ff73144f3933367900a4f1ebe4aed63e5bb0db4e6aa2a108bb08024b8
-SIZE (schily-2021-09-01.tar.bz2) = 4954006
+TIMESTAMP = 1632527018
+SHA256 (schily-2021-09-18.tar.bz2) = 7c93f43d22c6e3de0eafe018ceb26ddd5cc6c543dc301f307d1e6ca313248aa4
+SIZE (schily-2021-09-18.tar.bz2) = 4952788
diff --git a/devel/schilybase/files/SCHILY_utils.po b/devel/schilybase/files/SCHILY_utils.po
deleted file mode 100644
index 7bce85fee99b..000000000000
--- a/devel/schilybase/files/SCHILY_utils.po
+++ /dev/null
@@ -1,14 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Schilytools\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-08-21 10:40+0200\n"
-"Last-Translator: Jörg Schilling <EMAIL at ADDRESS>\n"
-"Language: all\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#, c-format
-msgid "Jörg Schilling"
-msgstr "Jörg Schilling"
diff --git a/devel/schilybase/files/pkg-message.rscsi.in b/devel/schilybase/files/pkg-message.rscsi.in
index 4a7a7808338c..170f94991491 100644
--- a/devel/schilybase/files/pkg-message.rscsi.in
+++ b/devel/schilybase/files/pkg-message.rscsi.in
@@ -1,5 +1,5 @@
 See %%PREFIX%%/share/doc/rscsi/README.rscsi for further information on
-how to configure remote access to SCSI-devies via rscsi.
+how to configure remote access to SCSI devices via rscsi.
 
 Don't forget to add an entry for rshd(8) to /etc/inetd.conf in order to
 be able to use the remote SCSI daemon.


More information about the dev-commits-ports-main mailing list