archivers/par2cmdline: Update to 1.0.0

Changelog: https://github.com/Parchive/par2cmdline/blob/v1.0.0/ChangeLog
This commit is contained in:
Ganael LAPLANCHE
2025-05-02 21:26:55 +02:00
parent 42d73ff501
commit 51416d0757
3 changed files with 4 additions and 26 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
PORTNAME= par2cmdline
PORTVERSION= 0.8.1
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= archivers
MAINTAINER= martymac@FreeBSD.org
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1597610346
SHA256 (Parchive-par2cmdline-v0.8.1_GH0.tar.gz) = 529f85857ec44e501cd8d95b0c8caf47477d7daa5bfb989e422c800bb71b689a
SIZE (Parchive-par2cmdline-v0.8.1_GH0.tar.gz) = 3581759
TIMESTAMP = 1746212890
SHA256 (Parchive-par2cmdline-v1.0.0_GH0.tar.gz) = 9f17b4fd6812852d86b500823bd8d430d754e9189f3f4213b898a3652866116f
SIZE (Parchive-par2cmdline-v1.0.0_GH0.tar.gz) = 3620902
@@ -1,21 +0,0 @@
Install relative symlinks instead of absolute ones.
This is useful when installing into a staging directory to avoid getting links
temporarily pointing out of that directory.
--- Makefile.am.orig 2020-02-09 14:53:55 UTC
+++ Makefile.am
@@ -168,9 +168,10 @@ TESTS = tests/test1 \
tests/unit_tests
install-exec-hook :
- ln -sf $(bindir)/par2$(EXEEXT) $(DESTDIR)$(bindir)/par2create$(EXEEXT)
- ln -sf $(bindir)/par2$(EXEEXT) $(DESTDIR)$(bindir)/par2verify$(EXEEXT)
- ln -sf $(bindir)/par2$(EXEEXT) $(DESTDIR)$(bindir)/par2repair$(EXEEXT)
+ cd $(DESTDIR)$(bindir)/ && \
+ ln -sf par2$(EXEEXT) par2create$(EXEEXT) && \
+ ln -sf par2$(EXEEXT) par2verify$(EXEEXT) && \
+ ln -sf par2$(EXEEXT) par2repair$(EXEEXT)
uninstall-hook :
rm -f $(DESTDIR)$(bindir)/par2create$(EXEEXT)