View | Details | Raw Unified | Return to bug 270655
Collapse All | Expand All

(-)b/devel/rcs/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	rcs
1
PORTNAME=	rcs
2
PORTVERSION=	5.10.0
2
PORTVERSION=	5.10.1
3
PORTREVISION=	1
4
CATEGORIES=	devel
3
CATEGORIES=	devel
5
MASTER_SITES=	GNU
4
MASTER_SITES=	GNU
6
5
Lines 10-16 WWW= https://www.gnu.org/software/rcs/ Link Here
10
9
11
LICENSE=	GPLv3
10
LICENSE=	GPLv3
12
11
13
USES=		tar:xz
12
USES=		tar:lz
14
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
15
14
16
CONFLICTS_INSTALL=	rcs57
15
CONFLICTS_INSTALL=	rcs57
(-)b/devel/rcs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1620693895
1
TIMESTAMP = 1680709648
2
SHA256 (rcs-5.10.0.tar.xz) = 3a0d9f958c7ad303e475e8634654974edbe6deb3a454491f3857dc1889bac5c5
2
SHA256 (rcs-5.10.1.tar.lz) = 43ddfe10724a8b85e2468f6403b6000737186f01e60e0bd62fde69d842234cc5
3
SIZE (rcs-5.10.0.tar.xz) = 890872
3
SIZE (rcs-5.10.1.tar.lz) = 917331
(-)a/devel/rcs/files/patch-man-Makefile (-24 lines)
Removed Link Here
1
FreeBSD date does not feature the -r option GNU date does.
2
3
--- man/Makefile.am.orig	2020-10-03 00:15:08 UTC
4
+++ man/Makefile.am
5
@@ -54,7 +54,7 @@ $(dist_man_MANS) $(dist_noinst_MANS): REL $(bits)
6
 REL: $(top_srcdir)/configure
7
 	@{ echo '.ds Rv $(PACKAGE_VERSION)' ;		\
8
 	   date -u +'.ds Dt %Y-%m-%d'			\
9
-	        -r $(top_srcdir)/configure ; } > $@t ;	\
10
+	        ; } > $@t ;	\
11
 	if [ -f $@ ] && cmp -s $@t $@ ;			\
12
 	  then rm -f $@t ;				\
13
 	  else mv $@t $@ ; echo Created $@ ;		\
14
--- man/Makefile.in.orig	2020-10-20 04:03:32 UTC
15
+++ man/Makefile.in
16
@@ -1736,7 +1736,7 @@ $(dist_man_MANS) $(dist_noinst_MANS): REL $(bits)
17
 REL: $(top_srcdir)/configure
18
 	@{ echo '.ds Rv $(PACKAGE_VERSION)' ;		\
19
 	   date -u +'.ds Dt %Y-%m-%d'			\
20
-	        -r $(top_srcdir)/configure ; } > $@t ;	\
21
+	        ; } > $@t ;	\
22
 	if [ -f $@ ] && cmp -s $@t $@ ;			\
23
 	  then rm -f $@t ;				\
24
 	  else mv $@t $@ ; echo Created $@ ;		\

Return to bug 270655