diff --git a/sysutils/quotatool/Portfile b/sysutils/quotatool/Portfile index 12f0e97b141..0e014e145e9 100644 --- a/sysutils/quotatool/Portfile +++ b/sysutils/quotatool/Portfile @@ -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} diff --git a/sysutils/quotatool/files/install.patch b/sysutils/quotatool/files/install.patch deleted file mode 100644 index eecf018cd19..00000000000 --- a/sysutils/quotatool/files/install.patch +++ /dev/null @@ -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)