aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rcs/Makefile5
-rw-r--r--devel/rcs/distinfo6
-rw-r--r--devel/rcs/files/patch-man-Makefile24
3 files changed, 5 insertions, 30 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
index 5451ab1314e8..0f0a6eff008b 100644
--- a/devel/rcs/Makefile
+++ b/devel/rcs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rcs
-PORTVERSION= 5.10.0
-PORTREVISION= 1
+PORTVERSION= 5.10.1
CATEGORIES= devel
MASTER_SITES= GNU
@@ -10,7 +9,7 @@ WWW= https://www.gnu.org/software/rcs/
LICENSE= GPLv3
-USES= tar:xz
+USES= tar:lz
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= rcs57
diff --git a/devel/rcs/distinfo b/devel/rcs/distinfo
index 383f6d996dbd..f804dfa91425 100644
--- a/devel/rcs/distinfo
+++ b/devel/rcs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620693895
-SHA256 (rcs-5.10.0.tar.xz) = 3a0d9f958c7ad303e475e8634654974edbe6deb3a454491f3857dc1889bac5c5
-SIZE (rcs-5.10.0.tar.xz) = 890872
+TIMESTAMP = 1680709648
+SHA256 (rcs-5.10.1.tar.lz) = 43ddfe10724a8b85e2468f6403b6000737186f01e60e0bd62fde69d842234cc5
+SIZE (rcs-5.10.1.tar.lz) = 917331
diff --git a/devel/rcs/files/patch-man-Makefile b/devel/rcs/files/patch-man-Makefile
deleted file mode 100644
index 9a81d6fd371d..000000000000
--- a/devel/rcs/files/patch-man-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-FreeBSD date does not feature the -r option GNU date does.
-
---- man/Makefile.am.orig 2020-10-03 00:15:08 UTC
-+++ man/Makefile.am
-@@ -54,7 +54,7 @@ $(dist_man_MANS) $(dist_noinst_MANS): REL $(bits)
- REL: $(top_srcdir)/configure
- @{ echo '.ds Rv $(PACKAGE_VERSION)' ; \
- date -u +'.ds Dt %Y-%m-%d' \
-- -r $(top_srcdir)/configure ; } > $@t ; \
-+ ; } > $@t ; \
- if [ -f $@ ] && cmp -s $@t $@ ; \
- then rm -f $@t ; \
- else mv $@t $@ ; echo Created $@ ; \
---- man/Makefile.in.orig 2020-10-20 04:03:32 UTC
-+++ man/Makefile.in
-@@ -1736,7 +1736,7 @@ $(dist_man_MANS) $(dist_noinst_MANS): REL $(bits)
- REL: $(top_srcdir)/configure
- @{ echo '.ds Rv $(PACKAGE_VERSION)' ; \
- date -u +'.ds Dt %Y-%m-%d' \
-- -r $(top_srcdir)/configure ; } > $@t ; \
-+ ; } > $@t ; \
- if [ -f $@ ] && cmp -s $@t $@ ; \
- then rm -f $@t ; \
- else mv $@t $@ ; echo Created $@ ; \