[112952] trunk/dports/devel/rcs

ryandesign at macports.org ryandesign at macports.org
Mon Nov 4 18:25:12 PST 2013


Revision: 112952
          https://trac.macports.org/changeset/112952
Author:   ryandesign at macports.org
Date:     2013-11-04 18:25:12 -0800 (Mon, 04 Nov 2013)
Log Message:
-----------
rcs: fix release date in manpages

Modified Paths:
--------------
    trunk/dports/devel/rcs/Portfile

Added Paths:
-----------
    trunk/dports/devel/rcs/files/
    trunk/dports/devel/rcs/files/patch-man-Makefile.am.diff

Modified: trunk/dports/devel/rcs/Portfile
===================================================================
--- trunk/dports/devel/rcs/Portfile	2013-11-05 02:11:48 UTC (rev 112951)
+++ trunk/dports/devel/rcs/Portfile	2013-11-05 02:25:12 UTC (rev 112952)
@@ -5,6 +5,7 @@
 
 name                rcs
 version             5.8.2
+revision            1
 categories          devel
 platforms           darwin
 maintainers         nomaintainer
@@ -26,6 +27,10 @@
 checksums           rmd160  41b3fdd4f2a7d65f0a271f6c70dc4ba9078a4261 \
                     sha256  ea00bd5e0d0317d3388dd78c9b3a9381d7d1cce59d686aec60f41eb633c693dc
 
+depends_build       port:coreutils
+
+patchfiles          patch-man-Makefile.am.diff
+
 use_autoreconf      yes
 autoreconf.args     -fvi
 

Added: trunk/dports/devel/rcs/files/patch-man-Makefile.am.diff
===================================================================
--- trunk/dports/devel/rcs/files/patch-man-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/devel/rcs/files/patch-man-Makefile.am.diff	2013-11-05 02:25:12 UTC (rev 112952)
@@ -0,0 +1,11 @@
+--- man/Makefile.am.orig	2013-04-04 00:10:24.000000000 -0500
++++ man/Makefile.am	2013-11-04 20:22:14.000000000 -0600
+@@ -53,7 +53,7 @@
+ 
+ REL: $(top_srcdir)/configure
+ 	@{ echo '.ds Rv $(PACKAGE_VERSION)' ;		\
+-	   date -u +'.ds Dt %Y-%m-%d' -r $< ; } > $@t ;	\
++	   gdate -u +'.ds Dt %Y-%m-%d' -r $< ; } > $@t ;\
+ 	if [ -f $@ ] && cmp -s $@t $@ ;			\
+ 	  then rm -f $@t ;				\
+ 	  else mv $@t $@ ; echo Created $@ ;		\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131104/a5d83362/attachment.html>


More information about the macports-changes mailing list