From d7d9ac19697b68b0dd5cefef8a9ae102e604727c Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 13 Oct 2019 17:47:54 -0400 Subject: [PATCH 1/3] bogofilter: update to 1.2.5 Signed-off-by: W. Michael Petullo --- mail/bogofilter/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 265d42483..55cd73404 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -8,16 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bogofilter -PKG_VERSION:=1.2.4 -PKG_RELEASE:=5 +PKG_VERSION:=1.2.5 +PKG_RELEASE:=1 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:bogofilter:bogofilter -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/bogofilter -PKG_HASH:=e10287a58d135feaea26880ce7d4b9fa2841fb114a2154bf7da8da98aab0a6b4 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=@SF/project/bogofilter/bogofilter-stable/ +PKG_HASH:=3248a1373bff552c500834adbea4b6caee04224516ae581fb25a4c6a6dee89ea PKG_INSTALL:=1 From 51854d536e5722661d89f08d713564e998ae61f8 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 14 Oct 2019 08:41:20 -0400 Subject: [PATCH 2/3] bogofilter: change license field from GPLv2 to GPL-2.0-or-later Signed-off-by: W. Michael Petullo --- mail/bogofilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 55cd73404..7832a688d 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=bogofilter PKG_VERSION:=1.2.5 PKG_RELEASE:=1 -PKG_LICENSE:=GPLv2 +PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:bogofilter:bogofilter From d9ee754beb358d73ff1d0f725ca7575cd96bc2d6 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 14 Oct 2019 08:45:18 -0400 Subject: [PATCH 3/3] bogofilter: make use of PKG_BUILD_PARALLEL Signed-off-by: W. Michael Petullo --- mail/bogofilter/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 7832a688d..43c2bc6d7 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -20,6 +20,7 @@ PKG_SOURCE_URL:=@SF/project/bogofilter/bogofilter-stable/ PKG_HASH:=3248a1373bff552c500834adbea4b6caee04224516ae581fb25a4c6a6dee89ea PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk