From 8cb8d703005c4f8ba68e2d4240920371b4a592d0 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 12 Jul 2017 19:38:24 +0200 Subject: [PATCH] dos2unix: bump version. --- .../{dos2unix-7.3.2.recipe => dos2unix-7.3.5.recipe} | 4 ++-- ...s2unix-7.3.2.patchset => dos2unix-7.3.5.patchset} | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) rename app-text/dos2unix/{dos2unix-7.3.2.recipe => dos2unix-7.3.5.recipe} (92%) rename app-text/dos2unix/patches/{dos2unix-7.3.2.patchset => dos2unix-7.3.5.patchset} (75%) diff --git a/app-text/dos2unix/dos2unix-7.3.2.recipe b/app-text/dos2unix/dos2unix-7.3.5.recipe similarity index 92% rename from app-text/dos2unix/dos2unix-7.3.2.recipe rename to app-text/dos2unix/dos2unix-7.3.5.recipe index 79b4449e3..9724ba0c5 100644 --- a/app-text/dos2unix/dos2unix-7.3.2.recipe +++ b/app-text/dos2unix/dos2unix-7.3.5.recipe @@ -8,9 +8,9 @@ COPYRIGHT="2009-2015 Erwin Waterlander 1998 Bernd Johannes Wuebben 1994-1995 Benjamin Lin" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="http://downloads.sourceforge.net/project/dos2unix/dos2unix/$portVersion/dos2unix-$portVersion.tar.gz" -CHECKSUM_SHA256="c7e8ee0bb3e001cc25a4a908d9a81ac52d124133d6a524a59f995bc90d438689" +CHECKSUM_SHA256="a72caa2fb5cb739403315472fe522eda41aabab2a02ad6f5589639330af262e5" PATCHES="dos2unix-$portVersion.patchset" ARCHITECTURES="x86 x86_gcc2 x86_64" diff --git a/app-text/dos2unix/patches/dos2unix-7.3.2.patchset b/app-text/dos2unix/patches/dos2unix-7.3.5.patchset similarity index 75% rename from app-text/dos2unix/patches/dos2unix-7.3.2.patchset rename to app-text/dos2unix/patches/dos2unix-7.3.5.patchset index af56784ec..57c64c2c5 100644 --- a/app-text/dos2unix/patches/dos2unix-7.3.2.patchset +++ b/app-text/dos2unix/patches/dos2unix-7.3.5.patchset @@ -1,22 +1,22 @@ -From f07adf8c1b98791a1d736d6d67248f3255fc9ee4 Mon Sep 17 00:00:00 2001 +From c8521cb9fc56b963d7d1d7b8121c9f05f21f619f Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 10 Jun 2015 12:00:08 +0000 Subject: gcc2 patch diff --git a/Makefile b/Makefile -index 994cec7..c562c08 100644 +index 68dfd14..1cf5b78 100644 --- a/Makefile +++ b/Makefile -@@ -270,7 +270,7 @@ endif - - CFLAGS_USER = +@@ -322,7 +322,7 @@ CFLAGS ?= -O0 + else CFLAGS ?= -O2 + endif -CFLAGS += -Wall -Wextra -Wconversion $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER) +CFLAGS += -Wall -Wconversion $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER) EXTRA_CFLAGS = -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \ -DVER_DATE=\"$(DOS2UNIX_DATE)\" \ -- -2.2.2 +2.12.2