quotatool: update to 1.7.1

This commit is contained in:
trustbyte
2026-04-10 09:01:03 +02:00
committed by Renee Otten
parent c5f7b43c5e
commit 4116d10a07
2 changed files with 6 additions and 26 deletions
+6 -7
View File
@@ -3,22 +3,21 @@
PortSystem 1.0
PortGroup github 1.0
github.setup ekenberg quotatool 1.6.5 v
# next version (1.8) is dropping MacOS
github.setup ekenberg quotatool 1.7.1 v
revision 0
checksums rmd160 57d261c868111cae1d3619b1572864013dd89ea2 \
sha256 24de7e879e851def11d2057fd086102c0db4de452c1d96cffb73ccb4652f4835 \
size 108551
checksums rmd160 791f35e8648602cdad8ed618556979f31475c02b \
sha256 37ffd4c49b049194d50de66c0e4ea5e7df81f58e56a939b2d02fcb10cea6e3f1 \
size 196722
categories sysutils
license GPL-2
maintainers {gmail.com:johan.ekenberg @ekenberg} openmaintainer
description A command line utility for filesystem disk quotas.
long_description A command line utility for filesystem disk quotas.
homepage http://quotatool.ekenberg.se/
github.tarball_from archive
patchfiles-append install.patch
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
-19
View File
@@ -1,19 +0,0 @@
Fix:
/usr/bin/install: illegal option -- D
https://github.com/ekenberg/quotatool/issues/30
Reverts https://github.com/ekenberg/quotatool/commit/5529c8084a06d4d95905f76e47d2621564876081
--- Makefile.orig 2024-07-24 04:23:51.000000000 -0500
+++ Makefile 2024-08-15 04:51:31.000000000 -0500
@@ -65,8 +65,8 @@
men := $(wildcard $(srcdir)/man/*)
install: $(prog)
$(NORMAL_INSTALL)
- $(INSTALL_PROGRAM) -D $(srcdir)/$(prog) $(DESTDIR)$(sbindir)/$(prog)
- $(foreach man,$(men),$(INSTALL_DATA) -D $(man) $(DESTDIR)$(mandir)/man$(subst .,,$(suffix $(man)))/$(notdir $(man)))
+ $(INSTALL_PROGRAM) $(srcdir)/$(prog) $(DESTDIR)$(sbindir)/$(prog)
+ $(foreach man,$(men),$(INSTALL_DATA) $(man) $(DESTDIR)$(mandir)/man$(subst .,,$(suffix $(man)))/$(notdir $(man)))
uninstall:
$(NORMAL_UNINSTALL)