From ed0a55953748cd0982e045444b63335b8f6cc3e2 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 8 Jan 2017 09:06:40 +0000 Subject: [PATCH] ed: bump to 1.14, add TEST(). Also add cmd:cmp to BUILD_PREREQUIRES, as it is needed by TEST. --- sys-apps/ed/{ed-1.13.recipe => ed-1.14.recipe} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename sys-apps/ed/{ed-1.13.recipe => ed-1.14.recipe} (83%) diff --git a/sys-apps/ed/ed-1.13.recipe b/sys-apps/ed/ed-1.14.recipe similarity index 83% rename from sys-apps/ed/ed-1.13.recipe rename to sys-apps/ed/ed-1.14.recipe index ad2606ddc..3df1c4cf9 100644 --- a/sys-apps/ed/ed-1.13.recipe +++ b/sys-apps/ed/ed-1.14.recipe @@ -6,15 +6,15 @@ the current directory and cannot execute shell commands. Ed is the \"standard\" text editor in the sense that it is the original editor \ for Unix, and thus widely available." HOMEPAGE="https://www.gnu.org/software/ed/" -COPYRIGHT="1992-2016 Free Software Foundation, Inc." +COPYRIGHT="1992-2017 Free Software Foundation, Inc." LICENSE="GNU GPL v3" REVISION="1" # Upstream only ships lziped tarballs, not usable on pure x86_gcc2. #SOURCE_URI="http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ed/ed-$portVersion.tar.lz" #CHECKSUM_SHA256="cd66c54a53cd6ef35a217556e7b2b2fdd973ca2708f4fc41636b0bc06388c7d3" # So use gziped tarball from fossies until we have lzip for x86_gcc2. -SOURCE_URI="http://fossies.org/linux/privat/ed-$portVersion.tar.gz" -CHECKSUM_SHA256="f9e2a8c95dff14fab315680966ad3037afecdf089c2d0c281e267bf1ae836b0f" +SOURCE_URI="https://fossies.org/linux/privat/ed-$portVersion.tar.gz" +CHECKSUM_SHA256="705b5fc81e1d196d508c6a3a76896c9eb979807b508816103f53529c2b537671" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -31,6 +31,7 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" + cmd:cmp cmd:gcc cmd:ld cmd:make @@ -48,3 +49,8 @@ INSTALL() { make install } + +TEST() +{ + make check +}