From 31b38c52f95f7ace4c26197a0ea389b80fc5a874 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 24 Jan 2015 16:36:02 -0500 Subject: [PATCH] rcs: add missing $secondaryArchSuffix Also fix the copyright, and some other misc. changes. --- dev-vcs/rcs/rcs-5.9.3.recipe | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-vcs/rcs/rcs-5.9.3.recipe b/dev-vcs/rcs/rcs-5.9.3.recipe index fa5e4376b..101953c51 100644 --- a/dev-vcs/rcs/rcs-5.9.3.recipe +++ b/dev-vcs/rcs/rcs-5.9.3.recipe @@ -8,12 +8,12 @@ papers, and form letters. RCS is (mostly) deprecated now. Unless you have an existing RCS repository \ that you need to access, using Subversion or Git is preferred." HOMEPAGE="http://www.gnu.org/software/rcs/" -COPYRIGHT="1986-2005 Free Software Foundation, Inc." +COPYRIGHT="1986-2014 Free Software Foundation, Inc." LICENSE="GNU GPL v1 GNU LGPL v2" -SRC_URI="https://ftp.gnu.org/gnu/rcs/rcs-5.9.3.tar.xz" +SRC_URI="https://ftp.gnu.org/gnu/rcs/rcs-$portVersion.tar.xz" CHECKSUM_SHA256="68b0d1c1b8657766cd7dc78e10564ce4836220e64665fb35fbe74dbc1dff5b47" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 ?x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -25,7 +25,7 @@ fi SECONDARY_ARCHITECTURES="x86" PROVIDES=" - rcs = $portVersion compat >= 5.9 + rcs$secondaryArchSuffix = $portVersion compat >= 5.9 cmd:ci = $portVersion compat >= 5.9 cmd:co = $portVersion compat >= 5.9 cmd:ident = $portVersion compat >= 5.9 @@ -49,7 +49,6 @@ BUILD_PREREQUIRES=" cmd:make cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:ed cmd:awk cmd:diff